Author: michaelo Date: Sat Feb 11 22:57:02 2017 New Revision: 1782644 URL: http://svn.apache.org/viewvc?rev=1782644&view=rev Log: [MPOM-161] Configure Javadoc Plugin in build and reporting identically
Modified: maven/pom/trunk/maven/pom.xml Modified: maven/pom/trunk/maven/pom.xml URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1782644&r1=1782643&r2=1782644&view=diff ============================================================================== --- maven/pom/trunk/maven/pom.xml (original) +++ maven/pom/trunk/maven/pom.xml Sat Feb 11 22:57:02 2017 @@ -1005,6 +1005,22 @@ under the License. <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>