You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ac...@apache.org on 2007/06/29 11:58:35 UTC

svn commit: r551839 - in /incubator/servicemix/trunk: archetypes/pom.xml build/src/main/resources/smx-checkstyle-suppressions.xml

Author: aco
Date: Fri Jun 29 02:58:33 2007
New Revision: 551839

URL: http://svn.apache.org/viewvc?view=rev&rev=551839
Log:
https://issues.apache.org/activemq/browse/SM-987
- Remove the maven-checkstyle-plugin in the archetypes pom
- Added the archetypes resources to the list of suppresions

Modified:
    incubator/servicemix/trunk/archetypes/pom.xml
    incubator/servicemix/trunk/build/src/main/resources/smx-checkstyle-suppressions.xml

Modified: incubator/servicemix/trunk/archetypes/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/pom.xml?view=diff&rev=551839&r1=551838&r2=551839
==============================================================================
--- incubator/servicemix/trunk/archetypes/pom.xml (original)
+++ incubator/servicemix/trunk/archetypes/pom.xml Fri Jun 29 02:58:33 2007
@@ -72,17 +72,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.apache.servicemix</groupId>
-                        <artifactId>build</artifactId>
-                        <version>3.2-incubating-SNAPSHOT</version>
-                    </dependency>
-                </dependencies>
-            </plugin>
         </plugins>
     </build>
 

Modified: incubator/servicemix/trunk/build/src/main/resources/smx-checkstyle-suppressions.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/build/src/main/resources/smx-checkstyle-suppressions.xml?view=diff&rev=551839&r1=551838&r2=551839
==============================================================================
--- incubator/servicemix/trunk/build/src/main/resources/smx-checkstyle-suppressions.xml (original)
+++ incubator/servicemix/trunk/build/src/main/resources/smx-checkstyle-suppressions.xml Fri Jun 29 02:58:33 2007
@@ -23,6 +23,8 @@
 <suppressions>
     <suppress checks=".*"
               files=".+[\\\/]generated[\\\/].+\.java" />
+    <suppress checks=".*"
+              files=".+[\\\/]archetype-resources[\\\/].+\.java" />
     <suppress checks="IllegalType"
               files=".+[\\\/]JbiInvokeAction\.java" />
     <suppress checks="ThrowsCount"