You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/04/07 23:23:32 UTC

svn commit: r526487 - /incubator/servicemix/trunk/pom.xml

Author: gnodet
Date: Sat Apr  7 14:23:31 2007
New Revision: 526487

URL: http://svn.apache.org/viewvc?view=rev&rev=526487
Log:
Remove pmd / checkstyle reports, as they will be enforced asap

Modified:
    incubator/servicemix/trunk/pom.xml

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/pom.xml?view=diff&rev=526487&r1=526486&r2=526487
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Sat Apr  7 14:23:31 2007
@@ -357,6 +357,18 @@
                 <enabled>false</enabled>
             </snapshots>
         </repository>
+        <!-- Apache snapshot -->
+        <repository>
+            <id>apache-snapshots</id>
+            <name>Apache Snapshot repository</name>
+            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </repository>
         <!-- Codehaus -->
         <repository>
             <id>codehaus</id>
@@ -390,6 +402,18 @@
             <name>Servicemix Maven2 Repository</name>
             <url>http://servicemix.org/m2-repo</url>
         </pluginRepository>
+        <!-- Apache incubating -->
+        <pluginRepository>
+            <id>apache-incubating</id>
+            <name>Apache Incubating Repository</name>
+            <url>http://people.apache.org/repo/m2-incubating-repository</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </pluginRepository>
         <!-- Apache snapshot -->
         <pluginRepository>
             <id>apache-snapshots</id>
@@ -1805,19 +1829,6 @@
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>
                 <version>1.0.0</version>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-pmd-plugin</artifactId>
-                <version>2.1</version>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-                <version>2.1</version>
-                <configuration>
-                    <configLocation>build/checkstyle.xml</configLocation>
-                </configuration>
             </plugin>
         </plugins>
     </reporting>