This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-mapping.git
commit 9bf5b6f992b43a63c118a0a959b4ee18ebaf32cd Author: Dennis Lundberg <[email protected]> AuthorDate: Fri Aug 9 10:51:36 2013 +0000 Use maven-javadoc-plugin:2.9.1 to avoid Javadoc vulnerability. git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1512246 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index 5492f49..f6003bd 100644 --- a/pom.xml +++ b/pom.xml @@ -79,6 +79,18 @@ </dependency> </dependencies> + <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.9.1</version> + </plugin> + </plugins> + </pluginManagement> + </build> + <profiles> <profile> <id>reporting</id> @@ -103,6 +115,11 @@ </reportSet> </reportSets> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.9.1</version> + </plugin> </plugins> </reporting> </profile> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
