Skip to content

Commit

Permalink
Deploy saga-cli to Central
Browse files Browse the repository at this point in the history
  • Loading branch information
timurstrekalov committed Jun 1, 2013
1 parent 9d4e21e commit 758949e
Showing 1 changed file with 8 additions and 29 deletions.
37 changes: 8 additions & 29 deletions saga-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.7</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
Expand All @@ -36,31 +28,18 @@
</manifest>
</archive>
</configuration>
<executions>
<execution>
<goals>
<goal>attached</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>assemble</id>
<build>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>attached</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>

<dependencies>
<dependency>
<groupId>com.github.timurstrekalov</groupId>
Expand Down

0 comments on commit 758949e

Please sign in to comment.