Author: chirino
Date: Fri Jun 6 09:15:48 2008
New Revision: 664009
URL: http://svn.apache.org/viewvc?rev=664009&view=rev
Log:
Going to need a parent pom for all those engines.
Added:
servicemix/components/engines/engines-pom/
servicemix/components/engines/engines-pom/branches/
servicemix/components/engines/engines-pom/tags/
servicemix/components/engines/engines-pom/trunk/
servicemix/components/engines/engines-pom/trunk/pom.xml
Added: servicemix/components/engines/engines-pom/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/engines/engines-pom/trunk/pom.xml?rev=664009&view=auto
==============================================================================
--- servicemix/components/engines/engines-pom/trunk/pom.xml (added)
+++ servicemix/components/engines/engines-pom/trunk/pom.xml Fri Jun 6 09:15:48
2008
@@ -0,0 +1,56 @@
+<?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.servicemix</groupId>
+ <artifactId>parent</artifactId>
+ <version>3.3-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>engines-pom</artifactId>
+ <version>3.3-SNAPSHOT</version>
+ <name>ServiceMix :: Service Engines POM</name>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>servicemix-bean</module>
+ </modules>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.servicemix</groupId>
+ <artifactId>build</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>spring.schemas</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>