Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Add assembly configuration to POM.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Sierra committed Jan 20, 2010
1 parent cecccb4 commit e3bdcf3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Expand Up @@ -64,6 +64,14 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptors>
<descriptor>src/main/assembly/dist.xml</descriptor>
</descriptors>
</configuration>
</plugin>
</plugins>
</build>
<distributionManagement>
Expand Down

0 comments on commit e3bdcf3

Please sign in to comment.