Author: chirino
Date: Tue Jun 17 06:47:24 2008
New Revision: 668670
URL: http://svn.apache.org/viewvc?rev=668670&view=rev
Log:
Don't include the incubator repos in the archetypes.
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=668670&r1=668669&r2=668670&view=diff
==============================================================================
--- servicemix/components/components-pom/trunk/pom.xml (original)
+++ servicemix/components/components-pom/trunk/pom.xml Tue Jun 17 06:47:24 2008
@@ -1552,17 +1552,6 @@
<repositories><![CDATA[
<repositories>
<repository>
- <id>apache.incubating</id>
- <name>Apache Incubating Repository</name>
- <url>http://people.apache.org/repo/m2-incubating-repository</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <repository>
<id>apache.snapshots</id>
<name>Apache Snapshots Repository</name>
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
@@ -1574,18 +1563,6 @@
</releases>
</repository>
</repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>apache.incubating</id>
- <name>Apache Incubating Repository</name>
- <url>http://people.apache.org/repo/m2-incubating-repository</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </pluginRepository>
<pluginRepository>
<id>apache.snapshots</id>
<name>Apache Snapshots Repository</name>
@@ -1612,7 +1589,6 @@
</plugins>
</pluginManagement>
<plugins>
- <!-- Is this plugin REALLY needed? the <goal>spring.schemas</goal> was
not released in the 3.2.1 version -->
<plugin>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-build</artifactId>
@@ -1731,10 +1707,10 @@
<quiet>true</quiet>
<verbose>false</verbose>
<source>1.5</source>
-<!--
+ <!--
FIXME: This worked in m1, but m2 complains about it being an invalid
flag
<additionalparam>-J-Djava.awt.headless=true</additionalparam>
--->
+ -->
<linksource>true</linksource>
<links>
<!-- JSE -->
@@ -2013,16 +1989,16 @@
<reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
<excludes>
<exclude>**/target/**/*</exclude>
-<!-- left around after creating the site -->
+ <!-- left around after creating the site -->
<exclude>**/cobertura.ser</exclude>
-<!-- left around after some unit tests -->
+ <!-- left around after some unit tests -->
<exclude>**/derby.log</exclude>
<exclude>**/camel-ftp/res/**/*</exclude>
-<!-- IDEA files -->
+ <!-- IDEA files -->
<exclude>**/*.iml</exclude>
<exclude>**/*.ipr</exclude>
<exclude>**/*.iws</exclude>
-<!-- Eclipse files -->
+ <!-- Eclipse files -->
<exclude>**/.*</exclude>
<exclude>**/eclipse-classes/**/*</exclude>
</excludes>