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/07/18 07:48:34 UTC

svn commit: r557157 - in /incubator/servicemix/trunk: ./ archetypes/servicemix-bean-service-unit/ archetypes/servicemix-binding-component/ archetypes/servicemix-drools-service-unit/ archetypes/servicemix-eip-service-unit/ archetypes/servicemix-embedded...

Author: aco
Date: Tue Jul 17 22:48:32 2007
New Revision: 557157

URL: http://svn.apache.org/viewvc?view=rev&rev=557157
Log:
Removed the checkstyle suppression for the archetypes and just made each archetype inherit from the archetypes pom so it will not include the checkstyle plugin.

Modified:
    incubator/servicemix/trunk/archetypes/servicemix-bean-service-unit/pom.xml
    incubator/servicemix/trunk/archetypes/servicemix-binding-component/pom.xml
    incubator/servicemix/trunk/archetypes/servicemix-drools-service-unit/pom.xml
    incubator/servicemix/trunk/archetypes/servicemix-eip-service-unit/pom.xml
    incubator/servicemix/trunk/archetypes/servicemix-embedded-simple/pom.xml
    incubator/servicemix/trunk/archetypes/servicemix-ftp-poller-service-unit/pom.xml
    incubator/servicemix/trunk/archetypes/servicemix-ftp-sender-service-unit/pom.xml
    incubator/servicemix/trunk/archetypes/servicemix-http-consumer-service-unit/pom.xml
    incubator/servicemix/trunk/archetypes/servicemix-http-provider-service-unit/pom.xml
    incubator/servicemix/trunk/archetypes/servicemix-jms-consumer-service-unit/pom.xml
    incubator/servicemix/trunk/archetypes/servicemix-jms-provider-service-unit/pom.xml
    incubator/servicemix/trunk/archetypes/servicemix-jsr181-annotated-service-unit/pom.xml
    incubator/servicemix/trunk/archetypes/servicemix-jsr181-wsdl-first-service-unit/pom.xml
    incubator/servicemix/trunk/archetypes/servicemix-lwcontainer-service-unit/pom.xml
    incubator/servicemix/trunk/archetypes/servicemix-ode-service-unit/pom.xml
    incubator/servicemix/trunk/archetypes/servicemix-saxon-xquery-service-unit/pom.xml
    incubator/servicemix/trunk/archetypes/servicemix-saxon-xslt-service-unit/pom.xml
    incubator/servicemix/trunk/archetypes/servicemix-service-assembly/pom.xml
    incubator/servicemix/trunk/archetypes/servicemix-service-engine/pom.xml
    incubator/servicemix/trunk/archetypes/servicemix-service-unit/pom.xml
    incubator/servicemix/trunk/archetypes/servicemix-shared-library/pom.xml
    incubator/servicemix/trunk/build/src/main/resources/smx-checkstyle-suppressions.xml
    incubator/servicemix/trunk/pom.xml

Modified: incubator/servicemix/trunk/archetypes/servicemix-bean-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-bean-service-unit/pom.xml?view=diff&rev=557157&r1=557156&r2=557157
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-bean-service-unit/pom.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-bean-service-unit/pom.xml Tue Jul 17 22:48:32 2007
@@ -22,8 +22,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>archetypes</artifactId>
     <version>3.2-incubating-SNAPSHOT</version>
   </parent>
 

Modified: incubator/servicemix/trunk/archetypes/servicemix-binding-component/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-binding-component/pom.xml?view=diff&rev=557157&r1=557156&r2=557157
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-binding-component/pom.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-binding-component/pom.xml Tue Jul 17 22:48:32 2007
@@ -22,8 +22,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>archetypes</artifactId>
     <version>3.2-incubating-SNAPSHOT</version>
   </parent>
 

Modified: incubator/servicemix/trunk/archetypes/servicemix-drools-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-drools-service-unit/pom.xml?view=diff&rev=557157&r1=557156&r2=557157
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-drools-service-unit/pom.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-drools-service-unit/pom.xml Tue Jul 17 22:48:32 2007
@@ -22,8 +22,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>archetypes</artifactId>
     <version>3.2-incubating-SNAPSHOT</version>
   </parent>
 

Modified: incubator/servicemix/trunk/archetypes/servicemix-eip-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-eip-service-unit/pom.xml?view=diff&rev=557157&r1=557156&r2=557157
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-eip-service-unit/pom.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-eip-service-unit/pom.xml Tue Jul 17 22:48:32 2007
@@ -22,8 +22,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>archetypes</artifactId>
     <version>3.2-incubating-SNAPSHOT</version>
   </parent>
 

Modified: incubator/servicemix/trunk/archetypes/servicemix-embedded-simple/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-embedded-simple/pom.xml?view=diff&rev=557157&r1=557156&r2=557157
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-embedded-simple/pom.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-embedded-simple/pom.xml Tue Jul 17 22:48:32 2007
@@ -22,8 +22,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>archetypes</artifactId>
     <version>3.2-incubating-SNAPSHOT</version>
   </parent>
 

Modified: incubator/servicemix/trunk/archetypes/servicemix-ftp-poller-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-ftp-poller-service-unit/pom.xml?view=diff&rev=557157&r1=557156&r2=557157
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-ftp-poller-service-unit/pom.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-ftp-poller-service-unit/pom.xml Tue Jul 17 22:48:32 2007
@@ -22,8 +22,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>archetypes</artifactId>
     <version>3.2-incubating-SNAPSHOT</version>
   </parent>
 

Modified: incubator/servicemix/trunk/archetypes/servicemix-ftp-sender-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-ftp-sender-service-unit/pom.xml?view=diff&rev=557157&r1=557156&r2=557157
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-ftp-sender-service-unit/pom.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-ftp-sender-service-unit/pom.xml Tue Jul 17 22:48:32 2007
@@ -22,8 +22,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>archetypes</artifactId>
     <version>3.2-incubating-SNAPSHOT</version>
   </parent>
 

Modified: incubator/servicemix/trunk/archetypes/servicemix-http-consumer-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-http-consumer-service-unit/pom.xml?view=diff&rev=557157&r1=557156&r2=557157
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-http-consumer-service-unit/pom.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-http-consumer-service-unit/pom.xml Tue Jul 17 22:48:32 2007
@@ -22,8 +22,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>archetypes</artifactId>
     <version>3.2-incubating-SNAPSHOT</version>
   </parent>
 

Modified: incubator/servicemix/trunk/archetypes/servicemix-http-provider-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-http-provider-service-unit/pom.xml?view=diff&rev=557157&r1=557156&r2=557157
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-http-provider-service-unit/pom.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-http-provider-service-unit/pom.xml Tue Jul 17 22:48:32 2007
@@ -22,8 +22,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>archetypes</artifactId>
     <version>3.2-incubating-SNAPSHOT</version>
   </parent>
 

Modified: incubator/servicemix/trunk/archetypes/servicemix-jms-consumer-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-jms-consumer-service-unit/pom.xml?view=diff&rev=557157&r1=557156&r2=557157
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-jms-consumer-service-unit/pom.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-jms-consumer-service-unit/pom.xml Tue Jul 17 22:48:32 2007
@@ -22,8 +22,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>archetypes</artifactId>
     <version>3.2-incubating-SNAPSHOT</version>
   </parent>
 

Modified: incubator/servicemix/trunk/archetypes/servicemix-jms-provider-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-jms-provider-service-unit/pom.xml?view=diff&rev=557157&r1=557156&r2=557157
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-jms-provider-service-unit/pom.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-jms-provider-service-unit/pom.xml Tue Jul 17 22:48:32 2007
@@ -22,8 +22,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>archetypes</artifactId>
     <version>3.2-incubating-SNAPSHOT</version>
   </parent>
 

Modified: incubator/servicemix/trunk/archetypes/servicemix-jsr181-annotated-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-jsr181-annotated-service-unit/pom.xml?view=diff&rev=557157&r1=557156&r2=557157
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-jsr181-annotated-service-unit/pom.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-jsr181-annotated-service-unit/pom.xml Tue Jul 17 22:48:32 2007
@@ -22,8 +22,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>archetypes</artifactId>
     <version>3.2-incubating-SNAPSHOT</version>
   </parent>
 

Modified: incubator/servicemix/trunk/archetypes/servicemix-jsr181-wsdl-first-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-jsr181-wsdl-first-service-unit/pom.xml?view=diff&rev=557157&r1=557156&r2=557157
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-jsr181-wsdl-first-service-unit/pom.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-jsr181-wsdl-first-service-unit/pom.xml Tue Jul 17 22:48:32 2007
@@ -22,8 +22,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>archetypes</artifactId>
     <version>3.2-incubating-SNAPSHOT</version>
   </parent>
 

Modified: incubator/servicemix/trunk/archetypes/servicemix-lwcontainer-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-lwcontainer-service-unit/pom.xml?view=diff&rev=557157&r1=557156&r2=557157
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-lwcontainer-service-unit/pom.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-lwcontainer-service-unit/pom.xml Tue Jul 17 22:48:32 2007
@@ -22,8 +22,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>archetypes</artifactId>
     <version>3.2-incubating-SNAPSHOT</version>
   </parent>
 

Modified: incubator/servicemix/trunk/archetypes/servicemix-ode-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-ode-service-unit/pom.xml?view=diff&rev=557157&r1=557156&r2=557157
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-ode-service-unit/pom.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-ode-service-unit/pom.xml Tue Jul 17 22:48:32 2007
@@ -22,8 +22,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>archetypes</artifactId>
     <version>3.2-incubating-SNAPSHOT</version>
   </parent>
 

Modified: incubator/servicemix/trunk/archetypes/servicemix-saxon-xquery-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-saxon-xquery-service-unit/pom.xml?view=diff&rev=557157&r1=557156&r2=557157
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-saxon-xquery-service-unit/pom.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-saxon-xquery-service-unit/pom.xml Tue Jul 17 22:48:32 2007
@@ -22,8 +22,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>archetypes</artifactId>
     <version>3.2-incubating-SNAPSHOT</version>
   </parent>
 

Modified: incubator/servicemix/trunk/archetypes/servicemix-saxon-xslt-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-saxon-xslt-service-unit/pom.xml?view=diff&rev=557157&r1=557156&r2=557157
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-saxon-xslt-service-unit/pom.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-saxon-xslt-service-unit/pom.xml Tue Jul 17 22:48:32 2007
@@ -22,8 +22,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>archetypes</artifactId>
     <version>3.2-incubating-SNAPSHOT</version>
   </parent>
 

Modified: incubator/servicemix/trunk/archetypes/servicemix-service-assembly/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-service-assembly/pom.xml?view=diff&rev=557157&r1=557156&r2=557157
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-service-assembly/pom.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-service-assembly/pom.xml Tue Jul 17 22:48:32 2007
@@ -22,8 +22,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>archetypes</artifactId>
     <version>3.2-incubating-SNAPSHOT</version>
   </parent>
 

Modified: incubator/servicemix/trunk/archetypes/servicemix-service-engine/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-service-engine/pom.xml?view=diff&rev=557157&r1=557156&r2=557157
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-service-engine/pom.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-service-engine/pom.xml Tue Jul 17 22:48:32 2007
@@ -22,8 +22,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>archetypes</artifactId>
     <version>3.2-incubating-SNAPSHOT</version>
   </parent>
 

Modified: incubator/servicemix/trunk/archetypes/servicemix-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-service-unit/pom.xml?view=diff&rev=557157&r1=557156&r2=557157
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-service-unit/pom.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-service-unit/pom.xml Tue Jul 17 22:48:32 2007
@@ -22,8 +22,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>archetypes</artifactId>
     <version>3.2-incubating-SNAPSHOT</version>
   </parent>
 

Modified: incubator/servicemix/trunk/archetypes/servicemix-shared-library/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/archetypes/servicemix-shared-library/pom.xml?view=diff&rev=557157&r1=557156&r2=557157
==============================================================================
--- incubator/servicemix/trunk/archetypes/servicemix-shared-library/pom.xml (original)
+++ incubator/servicemix/trunk/archetypes/servicemix-shared-library/pom.xml Tue Jul 17 22:48:32 2007
@@ -22,8 +22,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.servicemix.tooling</groupId>
-    <artifactId>tooling</artifactId>
+    <groupId>org.apache.servicemix</groupId>
+    <artifactId>archetypes</artifactId>
     <version>3.2-incubating-SNAPSHOT</version>
   </parent>
 

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=557157&r1=557156&r2=557157
==============================================================================
--- incubator/servicemix/trunk/build/src/main/resources/smx-checkstyle-suppressions.xml (original)
+++ incubator/servicemix/trunk/build/src/main/resources/smx-checkstyle-suppressions.xml Tue Jul 17 22:48:32 2007
@@ -23,8 +23,6 @@
 <suppressions>
     <suppress checks=".*"
               files=".+[\\\/]generated[\\\/].+\.java" />
-    <suppress checks=".*"
-              files=".+[\\\/]archetype-resources[\\\/].+\.java" />
     <suppress checks="IllegalType"
               files=".+[\\\/]JbiInvokeAction\.java" />
     <suppress checks="ThrowsCount"

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/pom.xml?view=diff&rev=557157&r1=557156&r2=557157
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Tue Jul 17 22:48:32 2007
@@ -201,7 +201,7 @@
         <activemq-version>4.1.1</activemq-version>
         <activeio-version>3.0.0-incubator</activeio-version>
         <backport-util-concurrent-version>2.2</backport-util-concurrent-version>
-				<camel-version>1.0-SNAPSHOT</camel-version>
+        <camel-version>1.0-SNAPSHOT</camel-version>
         <jencks-version>2.0</jencks-version>
         <jetty-version>6.0.1</jetty-version>
         <geronimo-version>1.2-beta</geronimo-version>