Skip to content

Commit

Permalink
pom.xml: add project assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Sierra committed Oct 5, 2009
1 parent 59fe6dc commit c5cd120
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptorRefs>
<descriptorRef>project</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit c5cd120

Please sign in to comment.