You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/03/20 17:24:02 UTC

svn commit: r639344 - /maven/plugins/trunk/maven-dependency-plugin/pom.xml

Author: brianf
Date: Thu Mar 20 09:24:02 2008
New Revision: 639344

URL: http://svn.apache.org/viewvc?rev=639344&view=rev
Log:
changes while debugging some doxia stuff

Modified:
    maven/plugins/trunk/maven-dependency-plugin/pom.xml

Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?rev=639344&r1=639343&r2=639344&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Thu Mar 20 09:24:02 2008
@@ -174,11 +174,11 @@
                     <artifactId>maven-install-plugin</artifactId>
                     <version>2.2</version>
                 </plugin>
-                <plugin>
+               <!-- <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-plugin-plugin</artifactId>
                     <version>2.3</version>
-                </plugin>
+                </plugin>-->
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-enforcer-plugin</artifactId>
@@ -187,7 +187,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.4</version>
+                    <version>2.4.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -325,7 +325,7 @@
             <artifactId>maven-reporting-impl</artifactId>
             <version>2.0.4</version>
         </dependency>
-        <dependency>
+    <!--    <dependency>
             <groupId>org.apache.maven.doxia</groupId>
             <artifactId>doxia-sink-api</artifactId>
             <version>1.0-alpha-8</version>
@@ -335,7 +335,7 @@
             <groupId>org.apache.maven.doxia</groupId>
             <artifactId>doxia-site-renderer</artifactId>
             <version>1.0-alpha-8</version>
-        </dependency>
+        </dependency>-->
         <!--
     <dependency>
       <groupId>org.apache.maven.plugins</groupId>
@@ -344,7 +344,15 @@
     </dependency>
 -->
     </dependencies>
-    
+ <reporting>
+   <outputDirectory>target/site</outputDirectory>
+   <plugins>
+     <plugin>
+       <artifactId>maven-plugin-plugin</artifactId>
+       <version>2.3</version>
+     </plugin>
+   </plugins>
+ </reporting>
     <!--remove when SHITTY is released-->
     <pluginRepositories>
         <pluginRepository>