Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
8513:6b8410ba48cb | 8514:97d2a83118e4 |
---|---|
30 <artifactId>maven-javadoc-plugin</artifactId> | 30 <artifactId>maven-javadoc-plugin</artifactId> |
31 <version>2.8.1</version> | 31 <version>2.8.1</version> |
32 <configuration> | 32 <configuration> |
33 <show>private</show> | 33 <show>private</show> |
34 <nohelp>true</nohelp> | 34 <nohelp>true</nohelp> |
35 </configuration> | |
36 </plugin> | |
37 <plugin> | |
38 <artifactId>maven-assembly-plugin</artifactId> | |
39 <configuration> | |
40 <descriptors> | |
41 <descriptor>src/assembly/assembly.xml</descriptor> | |
42 </descriptors> | |
35 </configuration> | 43 </configuration> |
36 </plugin> | 44 </plugin> |
37 </plugins> | 45 </plugins> |
38 </build> | 46 </build> |
39 | 47 |