set the correct packaging

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163579 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-03-16 06:55:21 +00:00
parent e9a9323812
commit abe5a2ce99
3 changed files with 7 additions and 7 deletions

View File

@ -7,6 +7,6 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>maven</groupId> <groupId>maven</groupId>
<artifactId>maven-archetypes</artifactId> <artifactId>maven-archetypes</artifactId>
<packaging>jar</packaging> <packaging>pom</packaging>
<version>1.0-alpha-1-SNAPSHOT</version> <version>1.0-alpha-1-SNAPSHOT</version>
</model> </model>

View File

@ -7,6 +7,6 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>maven</groupId> <groupId>maven</groupId>
<artifactId>maven-archetype</artifactId> <artifactId>maven-archetype</artifactId>
<packaging>jar</packaging> <packaging>pom</packaging>
<version>1.0-alpha-1-SNAPSHOT</version> <version>1.0-alpha-1-SNAPSHOT</version>
</model> </model>

View File

@ -1,8 +1,8 @@
<model> <project>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>maven</groupId> <groupId>maven</groupId>
<artifactId>maven-component</artifactId> <artifactId>maven-component</artifactId>
<packaging>jar</packaging> <packaging>pom</packaging>
<name>Maven Project</name> <name>Maven Project</name>
<version>2.0-SNAPSHOT</version> <version>2.0-SNAPSHOT</version>
<description>Maven components parent</description> <description>Maven components parent</description>
@ -103,4 +103,4 @@
<url>scp://repo1.maven.org/home/projects/maven/repository/ibiblio-v2</url> <url>scp://repo1.maven.org/home/projects/maven/repository/ibiblio-v2</url>
</repository> </repository>
</distributionManagement> </distributionManagement>
</model> </project>