[MPOM-161] Configure Javadoc Plugin in build and reporting identically
git-svn-id: https://svn.apache.org/repos/asf/maven/pom/trunk@1782644 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/maven/pom.xml b/maven/pom.xml
index f5283a1..c2ee6c7 100644
--- a/maven/pom.xml
+++ b/maven/pom.xml
@@ -1005,6 +1005,22 @@
<artifactId>maven-changes-plugin</artifactId>
<version>2.12.1</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <notimestamp>true</notimestamp>
+ <quiet>true</quiet>
+ <detectLinks>true</detectLinks>
+ <locale>en</locale>
+ <tagletArtifacts>
+ <tagletArtifact combine.id="org.codehaus.plexus:plexus-javadoc">
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-javadoc</artifactId>
+ <version>1.0</version>
+ </tagletArtifact>
+ </tagletArtifacts>
+ </configuration>
</plugins>
</pluginManagement>
<plugins>