Author: chirino
Date: Tue Jun 17 07:54:04 2008
New Revision: 668695
URL: http://svn.apache.org/viewvc?rev=668695&view=rev
Log:
archetypes not built in the components branch anymore
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=668695&r1=668694&r2=668695&view=diff
==============================================================================
--- servicemix/components/components-pom/trunk/pom.xml (original)
+++ servicemix/components/components-pom/trunk/pom.xml Tue Jun 17 07:54:04 2008
@@ -1539,53 +1539,6 @@
<outputDirectory>${basedir}/eclipse-classes</outputDirectory>
</configuration>
</plugin>
- <plugin>
- <inherited>true</inherited>
- <groupId>org.apache.servicemix.tooling</groupId>
- <artifactId>res-maven-plugin</artifactId>
- <version>3.2.1</version>
- <configuration>
-
<inputDirectory>${basedir}/src/main/resources</inputDirectory>
-
<outputDirectory>${basedir}/target/classes</outputDirectory>
- <filters>
-
<jbi-maven-plugin-version>${jbi-maven-plugin-version}</jbi-maven-plugin-version>
- <repositories><![CDATA[
- <repositories>
- <repository>
- <id>apache.snapshots</id>
- <name>Apache Snapshots Repository</name>
- <url>http://people.apache.org/repo/m2-snapshot-repository</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
- </repositories>
- <pluginRepository>
- <id>apache.snapshots</id>
- <name>Apache Snapshots Repository</name>
- <url>http://people.apache.org/repo/m2-snapshot-repository</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>false</enabled>
- </releases>
- </pluginRepository>
- </pluginRepositories>
-]]></repositories>
- </filters>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>resources</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</pluginManagement>
<plugins>