Mercurial > dive4elements > river
diff artifacts/pom.xml @ 8514:97d2a83118e4
Configure standalone binary assembly.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 17 Dec 2014 16:16:02 +0100 |
parents | 7f63ad20d4f0 |
children | dc02c7f96ad8 |
line wrap: on
line diff
--- a/artifacts/pom.xml Wed Dec 17 15:56:41 2014 +0100 +++ b/artifacts/pom.xml Wed Dec 17 16:16:02 2014 +0100 @@ -34,6 +34,14 @@ <nohelp>true</nohelp> </configuration> </plugin> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <configuration> + <descriptors> + <descriptor>src/assembly/assembly.xml</descriptor> + </descriptors> + </configuration> + </plugin> </plugins> </build>