Updated Branches: refs/heads/master 05098b3f0 -> 3d98a9b2f
fix site with core 3.1.x Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/3d98a9b2 Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/3d98a9b2 Diff: http://git-wip-us.apache.org/repos/asf/maven-wagon/diff/3d98a9b2 Branch: refs/heads/master Commit: 3d98a9b2f8f3e5f26c0c495c145dfd860c132a13 Parents: 05098b3 Author: Olivier Lamy <[email protected]> Authored: Mon Jul 1 21:53:01 2013 +1000 Committer: Olivier Lamy <[email protected]> Committed: Mon Jul 1 21:53:01 2013 +1000 ---------------------------------------------------------------------- pom.xml | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/3d98a9b2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 201a2c1..aa03957 100644 --- a/pom.xml +++ b/pom.xml @@ -369,6 +369,16 @@ under the License. <tryUpdate>true</tryUpdate> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.9.1</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>3.3</version> + </plugin> </plugins> </pluginManagement> <plugins> @@ -427,6 +437,16 @@ under the License. </plugins> </build> + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>2.7</version> + </plugin> + </plugins> + </reporting> + <profiles> <profile> @@ -436,6 +456,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> + <version>2.9.1</version> <configuration> <linksource>true</linksource> <links> @@ -455,19 +476,6 @@ under the License. <link>http://maven.apache.org/ref/current/maven-reporting/maven-reporting-api/apidocs/</link> <link>http://maven.apache.org/ref/current/maven-settings/apidocs/</link> </links> - <!-- - <doclet>gr.spinellis.umlgraph.doclet.UmlGraph</doclet> - <docletArtifact> - <groupId>gr.spinellis</groupId> - <artifactId>UmlGraph</artifactId> - <version>4.4</version> - </docletArtifact> - <additionalparam> - -inferrel -inferdep -quiet -hide java.* -collpackages java.util.* -qualify - -postfixpackage -nodefontsize 9 - -nodefontpackagesize 7 - </additionalparam> - --> <groups> <group> <title>API + Test</title>
