You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2006/04/10 22:12:06 UTC

svn commit: r393042 - /maven/components/branches/maven-2.0.x/pom.xml

Author: jdcasey
Date: Mon Apr 10 13:12:04 2006
New Revision: 393042

URL: http://svn.apache.org/viewcvs?rev=393042&view=rev
Log:
Fixing jxr plugin artifactId.

Modified:
    maven/components/branches/maven-2.0.x/pom.xml

Modified: maven/components/branches/maven-2.0.x/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/pom.xml?rev=393042&r1=393041&r2=393042&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/pom.xml Mon Apr 10 13:12:04 2006
@@ -290,8 +290,7 @@
       </plugin>
       -->
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jxr-maven-plugin</artifactId>
+        <artifactId>maven-jxr-plugin</artifactId>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>