Mercurial > hg > digilib
diff pom.xml @ 1194:4d874398315d
add javadoc plugin config. change default profile to servlet3.
author | robcast |
---|---|
date | Tue, 16 Jul 2013 13:12:48 +0200 |
parents | d4990c1463e3 |
children | 8490bfb0833c 68625b3c5341 |
line wrap: on
line diff
--- a/pom.xml Mon Jul 01 19:08:20 2013 +0200 +++ b/pom.xml Tue Jul 16 13:12:48 2013 +0200 @@ -84,18 +84,27 @@ <excludedArtifacts>servlet-api</excludedArtifacts> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.9.1</version> + <configuration> + <show>package</show> + <nohelp>true</nohelp> + </configuration> + </plugin> </plugins> </build> <profiles> <profile> <id>servlet2</id> + </profile> + <profile> + <id>servlet3</id> <activation> <activeByDefault>true</activeByDefault> </activation> </profile> - <profile> - <id>servlet3</id> - </profile> <!-- optional modules with dependencies selected by profile --> <profile> <id>text</id>