You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2016/05/18 15:15:08 UTC

svn commit: r1744422 - /maven/pom/trunk/maven/pom.xml

Author: rfscholte
Date: Wed May 18 15:15:08 2016
New Revision: 1744422

URL: http://svn.apache.org/viewvc?rev=1744422&view=rev
Log:
[MPOM-122] Remove tagletArtifact org.apache.maven.plugin-tools:maven-plugin-tools-javadoc from maven-javadoc-plugin
Give plexus-javadoc a combine.id, so it can be easily merged.

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=1744422&r1=1744421&r2=1744422&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Wed May 18 15:15:08 2016
@@ -1255,12 +1255,7 @@ under the License.
               <quiet>true</quiet>
               <detectLinks>true</detectLinks>
               <tagletArtifacts>
-                <tagletArtifact>
-                  <groupId>org.apache.maven.plugin-tools</groupId>
-                  <artifactId>maven-plugin-tools-javadoc</artifactId>
-                  <version>${mavenPluginToolsVersion}</version>
-                </tagletArtifact>
-                <tagletArtifact>
+                <tagletArtifact combine.id="org.codehaus.plexus:plexus-javadoc">
                   <groupId>org.codehaus.plexus</groupId>
                   <artifactId>plexus-javadoc</artifactId>
                   <version>1.0</version>