Skip to content

Commit

Permalink
CAMEL-4237 - fix issue with archetypes not building in Maven offline …
Browse files Browse the repository at this point in the history
…mode

git-svn-id: https://svn.apache.org/repos/asf/camel/trunk@1147216 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
janstey committed Jul 15, 2011
1 parent fe4c09b commit 8800576
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions tooling/archetypes/camel-archetype-activemq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
<version>2.0</version>
</extension>
</extensions>

Expand Down
1 change: 1 addition & 0 deletions tooling/archetypes/camel-archetype-blueprint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
<version>2.0</version>
</extension>
</extensions>

Expand Down
1 change: 1 addition & 0 deletions tooling/archetypes/camel-archetype-component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
<version>2.0</version>
</extension>
</extensions>

Expand Down
1 change: 1 addition & 0 deletions tooling/archetypes/camel-archetype-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
<version>2.0</version>
</extension>
</extensions>

Expand Down
1 change: 1 addition & 0 deletions tooling/archetypes/camel-archetype-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
<version>2.0</version>
</extension>
</extensions>

Expand Down
1 change: 1 addition & 0 deletions tooling/archetypes/camel-archetype-spring-dm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
<version>2.0</version>
</extension>
</extensions>

Expand Down
1 change: 1 addition & 0 deletions tooling/archetypes/camel-archetype-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
<version>2.0</version>
</extension>
</extensions>

Expand Down
1 change: 1 addition & 0 deletions tooling/archetypes/camel-archetype-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
<version>2.0</version>
</extension>
</extensions>

Expand Down
1 change: 1 addition & 0 deletions tooling/archetypes/camel-archetype-webconsole/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
<version>2.0</version>
</extension>
</extensions>

Expand Down

0 comments on commit 8800576

Please sign in to comment.