You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ch...@apache.org on 2008/06/06 21:48:31 UTC

svn commit: r664101 - /servicemix/components/components-pom/trunk/pom.xml

Author: chirino
Date: Fri Jun  6 12:48:31 2008
New Revision: 664101

URL: http://svn.apache.org/viewvc?rev=664101&view=rev
Log:
Added the cxf component to the reactor build


Modified:
    servicemix/components/components-pom/trunk/pom.xml

Modified: servicemix/components/components-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/components-pom/trunk/pom.xml?rev=664101&r1=664100&r2=664101&view=diff
==============================================================================
--- servicemix/components/components-pom/trunk/pom.xml (original)
+++ servicemix/components/components-pom/trunk/pom.xml Fri Jun  6 12:48:31 2008
@@ -43,6 +43,7 @@
     </scm>
     
     <modules>
+        <module>bindings/servicemix-cxf-bc</module>
         <module>engines/servicemix-bean</module>
     </modules>
     
@@ -196,7 +197,7 @@
                     </execution>
                 </executions>
             </plugin>
-            
+<!-- disable for now.. causing: Error loading supplemental data models: Could not find resource 'notice-supplements.xml'.
             <plugin>
                 <artifactId>maven-remote-resources-plugin</artifactId>
                 <version>1.0</version>
@@ -204,7 +205,7 @@
                     <dependency>
                         <groupId>org.apache.servicemix</groupId>
                         <artifactId>build</artifactId>
-                        <version>${project.version}</version>
+                        <version>${servicemix-version}</version>
                     </dependency>
                 </dependencies>
                 <executions>
@@ -226,6 +227,7 @@
                     </execution>
                 </executions>
             </plugin>
+-->
         </plugins>
     </build>
     
@@ -296,13 +298,13 @@
         </profile>
         <profile>
             <id>nochecks</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
         </profile>
         <profile>
             <!-- default profile enables checkstyle and Xlint stuff -->
             <id>sourcecheck</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
             <build>
                 <plugins>
                     <plugin>
@@ -312,7 +314,7 @@
                             <dependency>
                                 <groupId>org.apache.servicemix</groupId>
                                 <artifactId>build</artifactId>
-                                <version>${project.version}</version>
+                                <version>${servicemix-version}</version>
                             </dependency>
                         </dependencies>
                         <executions>
@@ -341,7 +343,7 @@
                             <dependency>
                                 <groupId>org.apache.servicemix</groupId>
                                 <artifactId>build</artifactId>
-                                <version>${project.version}</version>
+                                <version>${servicemix-version}</version>
                             </dependency>
                         </dependencies>
                         <configuration>
@@ -1927,7 +1929,7 @@
         </snapshotRepository>
         <site>
             <id>servicemix</id>
-            <url>scpexe://people.apache.org/www/servicemix.apache.org/dist/servicemix-${version}/site</url>
+            <url>scpexe://people.apache.org/www/servicemix.apache.org/dist/servicemix-g/site</url>
         </site>
     </distributionManagement>
 </project>