You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/04/15 17:59:45 UTC

svn commit: r648301 - /commons/sandbox/nabla/trunk/pom.xml

Author: niallp
Date: Tue Apr 15 08:59:45 2008
New Revision: 648301

URL: http://svn.apache.org/viewvc?rev=648301&view=rev
Log:
Remove plugins duplicated from commons-parent (compiler plugin in commons-parent sets the source/target options using the configured properties in the Nabla pom.xml)

Modified:
    commons/sandbox/nabla/trunk/pom.xml

Modified: commons/sandbox/nabla/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/pom.xml?rev=648301&r1=648300&r2=648301&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/pom.xml (original)
+++ commons/sandbox/nabla/trunk/pom.xml Tue Apr 15 08:59:45 2008
@@ -105,22 +105,6 @@
                 </includes>
             </resource>
         </resources>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <version>2.0.2</version>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.4.2</version>
-            </plugin>
-        </plugins>
     </build>
 
     <reporting>
@@ -143,29 +127,9 @@
                 </configuration>
             </plugin>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-site-plugin</artifactId>
-                <version>2.0-beta-6</version>
-                <configuration>
-                    <moduleExcludes>
-                        <xdoc>changes.xml</xdoc>
-                    </moduleExcludes>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-report-plugin</artifactId>
-                <version>2.4.2</version>
-            </plugin>
-            <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>jdepend-maven-plugin</artifactId>
                 <version>2.0-beta-1</version>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>rat-maven-plugin</artifactId>
-                <version>1.0-alpha-3</version>
             </plugin>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>