Author: janstey Date: Fri Jan 7 19:18:14 2011 New Revision: 1056467 URL: http://svn.apache.org/viewvc?rev=1056467&view=rev Log: CAMEL-3513 - use new maven-archetype packaging for archetypes
Modified: camel/trunk/parent/pom.xml camel/trunk/tooling/archetypes/camel-archetype-activemq/pom.xml camel/trunk/tooling/archetypes/camel-archetype-component/pom.xml camel/trunk/tooling/archetypes/camel-archetype-java/pom.xml camel/trunk/tooling/archetypes/camel-archetype-scala/pom.xml camel/trunk/tooling/archetypes/camel-archetype-spring/pom.xml camel/trunk/tooling/archetypes/camel-archetype-war/pom.xml Modified: camel/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1056467&r1=1056466&r2=1056467&view=diff ============================================================================== --- camel/trunk/parent/pom.xml (original) +++ camel/trunk/parent/pom.xml Fri Jan 7 19:18:14 2011 @@ -1385,7 +1385,14 @@ <artifactId>org.apache.felix.configadmin</artifactId> <version>1.2.4</version> </dependency> - + + <!-- need this to use the new 'maven-archetype' packaging type --> + <dependency> + <groupId>org.apache.maven.archetype</groupId> + <artifactId>archetype-packaging</artifactId> + <version>2.0</version> + </dependency> + </dependencies> </dependencyManagement> Modified: camel/trunk/tooling/archetypes/camel-archetype-activemq/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-activemq/pom.xml?rev=1056467&r1=1056466&r2=1056467&view=diff ============================================================================== --- camel/trunk/tooling/archetypes/camel-archetype-activemq/pom.xml (original) +++ camel/trunk/tooling/archetypes/camel-archetype-activemq/pom.xml Fri Jan 7 19:18:14 2011 @@ -32,8 +32,15 @@ <artifactId>camel-archetype-activemq</artifactId> <name>Camel :: Archetypes :: Camel Router with ActiveMQ</name> <description>Creates a new Camel project that configures and interacts with ActiveMQ.</description> + <packaging>maven-archetype</packaging> <build> + <extensions> + <extension> + <groupId>org.apache.maven.archetype</groupId> + <artifactId>archetype-packaging</artifactId> + </extension> + </extensions> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> Modified: camel/trunk/tooling/archetypes/camel-archetype-component/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-component/pom.xml?rev=1056467&r1=1056466&r2=1056467&view=diff ============================================================================== --- camel/trunk/tooling/archetypes/camel-archetype-component/pom.xml (original) +++ camel/trunk/tooling/archetypes/camel-archetype-component/pom.xml Fri Jan 7 19:18:14 2011 @@ -32,8 +32,15 @@ <artifactId>camel-archetype-component</artifactId> <name>Camel :: Archetypes :: Component</name> <description>Creates a new Camel component.</description> + <packaging>maven-archetype</packaging> <build> + <extensions> + <extension> + <groupId>org.apache.maven.archetype</groupId> + <artifactId>archetype-packaging</artifactId> + </extension> + </extensions> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> Modified: camel/trunk/tooling/archetypes/camel-archetype-java/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-java/pom.xml?rev=1056467&r1=1056466&r2=1056467&view=diff ============================================================================== --- camel/trunk/tooling/archetypes/camel-archetype-java/pom.xml (original) +++ camel/trunk/tooling/archetypes/camel-archetype-java/pom.xml Fri Jan 7 19:18:14 2011 @@ -32,8 +32,15 @@ <artifactId>camel-archetype-java</artifactId> <name>Camel :: Archetypes :: Router</name> <description>Creates a new Camel project using Java DSL.</description> + <packaging>maven-archetype</packaging> <build> + <extensions> + <extension> + <groupId>org.apache.maven.archetype</groupId> + <artifactId>archetype-packaging</artifactId> + </extension> + </extensions> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> Modified: camel/trunk/tooling/archetypes/camel-archetype-scala/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-scala/pom.xml?rev=1056467&r1=1056466&r2=1056467&view=diff ============================================================================== --- camel/trunk/tooling/archetypes/camel-archetype-scala/pom.xml (original) +++ camel/trunk/tooling/archetypes/camel-archetype-scala/pom.xml Fri Jan 7 19:18:14 2011 @@ -32,8 +32,15 @@ <artifactId>camel-archetype-scala</artifactId> <name>Camel :: Archetypes :: Scala Router</name> <description>Creates a new Camel project using Scala DSL.</description> + <packaging>maven-archetype</packaging> <build> + <extensions> + <extension> + <groupId>org.apache.maven.archetype</groupId> + <artifactId>archetype-packaging</artifactId> + </extension> + </extensions> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> Modified: camel/trunk/tooling/archetypes/camel-archetype-spring/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-spring/pom.xml?rev=1056467&r1=1056466&r2=1056467&view=diff ============================================================================== --- camel/trunk/tooling/archetypes/camel-archetype-spring/pom.xml (original) +++ camel/trunk/tooling/archetypes/camel-archetype-spring/pom.xml Fri Jan 7 19:18:14 2011 @@ -32,8 +32,15 @@ <artifactId>camel-archetype-spring</artifactId> <name>Camel :: Archetypes :: Spring XML Based Router</name> <description>Creates a new Camel project with added Spring DSL support.</description> + <packaging>maven-archetype</packaging> <build> + <extensions> + <extension> + <groupId>org.apache.maven.archetype</groupId> + <artifactId>archetype-packaging</artifactId> + </extension> + </extensions> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> Modified: camel/trunk/tooling/archetypes/camel-archetype-war/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-war/pom.xml?rev=1056467&r1=1056466&r2=1056467&view=diff ============================================================================== --- camel/trunk/tooling/archetypes/camel-archetype-war/pom.xml (original) +++ camel/trunk/tooling/archetypes/camel-archetype-war/pom.xml Fri Jan 7 19:18:14 2011 @@ -32,8 +32,15 @@ <artifactId>camel-archetype-war</artifactId> <name>Camel :: Archetypes :: Camel Router WAR</name> <description>Creates a new Camel project that deploys the Camel Web Console, REST API, and your routes as a WAR</description> + <packaging>maven-archetype</packaging> <build> + <extensions> + <extension> + <groupId>org.apache.maven.archetype</groupId> + <artifactId>archetype-packaging</artifactId> + </extension> + </extensions> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId>