Navigation Menu

Skip to content

Commit

Permalink
Added <execution> for Maven assembly plugin to have it automatically …
Browse files Browse the repository at this point in the history
…run the assembly steps.
  • Loading branch information
sk89q committed Nov 13, 2012
1 parent 9fa7269 commit 441bdb8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Expand Up @@ -170,6 +170,15 @@
<configuration>
<descriptor>${basedir}/src/main/assembly/default.xml</descriptor>
</configuration>
<executions>
<execution>
<id>release</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
Expand Down

0 comments on commit 441bdb8

Please sign in to comment.