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 2008/09/26 18:04:45 UTC

svn commit: r699387 - in /servicemix/components/all: ./ pom.xml

Author: gnodet
Date: Fri Sep 26 09:04:45 2008
New Revision: 699387

URL: http://svn.apache.org/viewvc?rev=699387&view=rev
Log:
Add a pom to build all components

Added:
    servicemix/components/all/   (with props)
    servicemix/components/all/pom.xml

Propchange: servicemix/components/all/
------------------------------------------------------------------------------
--- svn:externals (added)
+++ svn:externals Fri Sep 26 09:04:45 2008
@@ -0,0 +1,25 @@
+components-pom https://svn.apache.org/repos/asf/servicemix/components/components-pom/trunk
+shared-libraries https://svn.apache.org/repos/asf/servicemix/components/shared-libraries/trunk
+bindings/servicemix-cxf-bc https://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-cxf-bc/trunk
+bindings/servicemix-file https://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-file/trunk
+bindings/servicemix-ftp https://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-ftp/trunk
+bindings/servicemix-http https://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-http/trunk
+bindings/servicemix-jms https://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-jms/trunk
+bindings/servicemix-mail https://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-mail/trunk
+bindings/servicemix-truezip https://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-truezip/trunk
+bindings/servicemix-xmpp https://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-xmpp/trunk
+engines/servicemix-bean https://svn.apache.org/repos/asf/servicemix/components/engines/servicemix-bean/trunk
+engines/servicemix-camel https://svn.apache.org/repos/asf/servicemix/components/engines/servicemix-camel/trunk
+engines/servicemix-cxf-se https://svn.apache.org/repos/asf/servicemix/components/engines/servicemix-cxf-se/trunk
+engines/servicemix-drools https://svn.apache.org/repos/asf/servicemix/components/engines/servicemix-drools/trunk
+engines/servicemix-eip https://svn.apache.org/repos/asf/servicemix/components/engines/servicemix-eip/trunk
+engines/servicemix-jsr181 https://svn.apache.org/repos/asf/servicemix/components/engines/servicemix-jsr181/trunk
+engines/servicemix-osworkflow https://svn.apache.org/repos/asf/servicemix/components/engines/servicemix-osworkflow/trunk
+engines/servicemix-quartz https://svn.apache.org/repos/asf/servicemix/components/engines/servicemix-quartz/trunk
+engines/servicemix-saxon https://svn.apache.org/repos/asf/servicemix/components/engines/servicemix-saxon/trunk
+engines/servicemix-script https://svn.apache.org/repos/asf/servicemix/components/engines/servicemix-script/trunk
+engines/servicemix-scripting https://svn.apache.org/repos/asf/servicemix/components/engines/servicemix-scripting/trunk
+engines/servicemix-validation https://svn.apache.org/repos/asf/servicemix/components/engines/servicemix-validation/trunk
+engines/servicemix-wsn2005 https://svn.apache.org/repos/asf/servicemix/components/engines/servicemix-wsn2005/trunk
+
+

Added: servicemix/components/all/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/all/pom.xml?rev=699387&view=auto
==============================================================================
--- servicemix/components/all/pom.xml (added)
+++ servicemix/components/all/pom.xml Fri Sep 26 09:04:45 2008
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <!--
+
+      Licensed to the Apache Software Foundation (ASF) under one or more
+      contributor license agreements.  See the NOTICE file distributed with
+      this work for additional information regarding copyright ownership.
+      The ASF licenses this file to You under the Apache License, Version 2.0
+      (the "License"); you may not use this file except in compliance with
+      the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+      Unless required by applicable law or agreed to in writing, software
+      distributed under the License is distributed on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+      See the License for the specific language governing permissions and
+      limitations under the License.
+  -->
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>4</version>
+  </parent>
+
+  <groupId>org.apache.servicemix</groupId>
+  <artifactId>all-components</artifactId>
+  <packaging>pom</packaging>
+  
+  <version>1.0-SNAPSHOT</version>
+  <name>Apache ServiceMix All Components POM</name>
+  <inceptionYear>2007</inceptionYear>
+
+  <modules>
+    <module>components-pom</module>
+
+    <module>shared-libraries</module>
+
+    <module>engines/servicemix-bean</module>
+    <module>engines/servicemix-camel</module>
+    <module>engines/servicemix-cxf-se</module>
+    <module>engines/servicemix-drools</module>
+    <module>engines/servicemix-eip</module>
+    <module>engines/servicemix-jsr181</module>
+    <module>engines/servicemix-osworkflow</module>
+    <module>engines/servicemix-quartz</module>
+    <module>engines/servicemix-saxon</module>
+    <module>engines/servicemix-script</module>
+    <module>engines/servicemix-scripting</module>
+    <module>engines/servicemix-validation</module>
+    <module>engines/servicemix-wsn2005</module>
+    
+    <module>bindings/servicemix-cxf-bc</module>
+    <module>bindings/servicemix-file</module>
+    <module>bindings/servicemix-ftp</module>
+    <module>bindings/servicemix-http</module>
+    <module>bindings/servicemix-jms</module>
+    <module>bindings/servicemix-mail</module>
+    <module>bindings/servicemix-truezip</module>
+    <module>bindings/servicemix-xmpp</module>
+  </modules>
+
+  <prerequisites>
+      <maven>2.0.7</maven>
+  </prerequisites>
+
+  <profiles>
+      <profile>
+          <id>setup.eclipse</id>
+          <modules>
+              <module>assembly</module>
+          </modules>
+          <properties>
+              <eclipse.workspace.dir>${basedir}/../workspace</eclipse.workspace.dir>
+          </properties>
+          <build>
+              <defaultGoal>eclipse:eclipse</defaultGoal>
+              <plugins>
+                  <plugin>
+                      <groupId>org.apache.maven.plugins</groupId>
+                      <artifactId>maven-eclipse-plugin</artifactId>
+                      <inherited>false</inherited>
+                      <executions>
+                          <execution>
+                              <id>setup.eclipse.workspace</id>
+                              <phase>process-test-sources</phase>
+                              <goals>
+                                  <goal>add-maven-repo</goal>
+                              </goals>
+                              <configuration>
+                                  <workspace>${eclipse.workspace.dir}</workspace>
+                              </configuration>
+                          </execution>
+                      </executions>
+                  </plugin>
+              </plugins>
+          </build>
+      </profile>
+  </profiles>
+
+</project>