Author: vsiveton
Date: Mon Dec 15 17:02:00 2008
New Revision: 726899

URL: http://svn.apache.org/viewvc?rev=726899&view=rev
Log:
o using plexus-javadoc
o removed inherited plugins

Modified:
    maven/doxia/doxia/branches/doxia-1.0.x/pom.xml

Modified: maven/doxia/doxia/branches/doxia-1.0.x/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/branches/doxia-1.0.x/pom.xml?rev=726899&r1=726898&r2=726899&view=diff
==============================================================================
--- maven/doxia/doxia/branches/doxia-1.0.x/pom.xml (original)
+++ maven/doxia/doxia/branches/doxia-1.0.x/pom.xml Mon Dec 15 17:02:00 2008
@@ -160,7 +160,6 @@
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-maven-plugin</artifactId>
-        <version>1.3.5</version>
         <executions>
           <execution>
             <goals>
@@ -173,19 +172,8 @@
     <pluginManagement>
       <plugins>
         <plugin>
-          <groupId>org.codehaus.modello</groupId>
-          <artifactId>modello-maven-plugin</artifactId>
-          <version>1.0-alpha-18</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.2</version>
-        </plugin>
-        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.0-beta-4</version>
           <configuration>
             
<tagBase>https://svn.apache.org/repos/asf/maven/doxia/doxia/tags</tagBase>
           </configuration>
@@ -196,6 +184,12 @@
             <forkMode>never</forkMode>
           </configuration>
         </plugin>
+        <!-- TODO use the parent version -->
+        <plugin>
+          <groupId>org.codehaus.plexus</groupId>
+          <artifactId>plexus-maven-plugin</artifactId>
+          <version>1.3.5</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>
@@ -205,7 +199,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.2</version>
         <configuration>
           <source>1.4</source>
           <aggregate>true</aggregate>
@@ -214,34 +207,13 @@
             <link>http://plexus.codehaus.org/plexus-utils/apidocs/</link>
             <link>http://junit.sourceforge.net/javadoc/</link>
           </links>
-<!--
-          <taglets>
-            <taglet>
-              
<tagletClass>org.codehaus.plexus.javadoc.PlexusComponentTaglet</tagletClass>
-              <tagletArtifact>
-                <groupId>org.codehaus.plexus</groupId>
-                <artifactId>plexus-javadoc</artifactId>
-                <version>1.0-SNAPSHOT</version>
-              </tagletArtifact>
-            </taglet>
-            <taglet>
-              
<tagletClass>org.codehaus.plexus.javadoc.PlexusConfigurationTaglet</tagletClass>
-              <tagletArtifact>
-                <groupId>org.codehaus.plexus</groupId>
-                <artifactId>plexus-javadoc</artifactId>
-                <version>1.0-SNAPSHOT</version>
-              </tagletArtifact>
-            </taglet>
-            <taglet>
-              
<tagletClass>org.codehaus.plexus.javadoc.PlexusRequirementTaglet</tagletClass>
-              <tagletArtifact>
-                <groupId>org.codehaus.plexus</groupId>
-                <artifactId>plexus-javadoc</artifactId>
-                <version>1.0-SNAPSHOT</version>
-              </tagletArtifact>
-            </taglet>
-          </taglets>
--->
+          <tagletArtifacts>
+            <tagletArtifact>
+              <groupId>org.codehaus.plexus</groupId>
+              <artifactId>plexus-javadoc</artifactId>
+              <version>1.0</version>
+            </tagletArtifact>
+          </tagletArtifacts>
           <reportSets>
             <reportSet>
               <id>html</id>


Reply via email to