Mercurial > hg > digilib
changeset 1194:4d874398315d
add javadoc plugin config. change default profile to servlet3.
author | robcast |
---|---|
date | Tue, 16 Jul 2013 13:12:48 +0200 |
parents | 85faf7294a54 |
children | 2cba651b91ce |
files | common/pom.xml pom.xml |
diffstat | 2 files changed, 13 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/common/pom.xml Mon Jul 01 19:08:20 2013 +0200 +++ b/common/pom.xml Tue Jul 16 13:12:48 2013 +0200 @@ -23,7 +23,7 @@ <target>1.6</target> </configuration> </plugin> - </plugins> + </plugins> </pluginManagement> </build>
--- 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>