Mercurial > dive4elements > river
changeset 3268:38eb2b0d4f99
Configured javadoc mojo to include protected/private.
flys-artifacts/trunk@4908 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Mon, 09 Jul 2012 07:04:37 +0000 |
parents | ee37ccea3b09 |
children | b2ea89a665bc |
files | flys-artifacts/ChangeLog flys-artifacts/pom.xml |
diffstat | 2 files changed, 14 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Sun Jul 08 22:31:10 2012 +0000 +++ b/flys-artifacts/ChangeLog Mon Jul 09 07:04:37 2012 +0000 @@ -1,3 +1,7 @@ +2012-07-09 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + * pom.xml: Configure javadoc mojo to include doc for protected/private. + 2012-07-09 Sascha L. Teichmann <sascha.teichmann@intevation.de> * contrib/themes2html.xsl: Create a list of direct sub themes
--- a/flys-artifacts/pom.xml Sun Jul 08 22:31:10 2012 +0000 +++ b/flys-artifacts/pom.xml Mon Jul 09 07:04:37 2012 +0000 @@ -25,7 +25,16 @@ <target>1.5</target> </configuration> </plugin> - </plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.8.1</version> + <configuration> + <show>private</show> + <nohelp>true</nohelp> + </configuration> + </plugin> + </plugins> </build> <dependencies>