Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Updating the archetype plugins to be the sonatype (eat our own dogfoo…
Browse files Browse the repository at this point in the history
…d) archetype plugin, not the older apache one
  • Loading branch information
matthewmccullough committed Feb 16, 2010
1 parent c61aad0 commit 5aaa076
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions archetype-archetypes/quickstart/pom.xml
Expand Up @@ -18,15 +18,16 @@
<build>
<extensions>
<extension>
<groupId>org.apache.maven.archetype</groupId>
<groupId>org.sonatype.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
<version>2.0-alpha-4</version>
<version>${project.version}</version>
</extension>
</extensions>
<plugins>
<plugin>
<artifactId>maven-archetype-plugin</artifactId>
<version>2.0-alpha-4</version>
<groupId>org.sonatype.maven.archetype</groupId>
<artifactId>archetype-plugin</artifactId>
<version>${project.version}</version>
<extensions>true</extensions>
</plugin>

Expand Down

0 comments on commit 5aaa076

Please sign in to comment.