Skip to content

Commit

Permalink
more reasonable names for projects created from archetype
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/archetype/trunk@425997 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Milos Kleint committed Jul 27, 2006
1 parent c60261a commit f4f8237
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -5,7 +5,7 @@
<artifactId>${artifactId}</artifactId>
<packaging>maven-plugin</packaging>
<version>${version}</version>
<name>Maven Mojo Archetype</name>
<name>${artifactId} Maven Mojo</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<artifactId>${artifactId}</artifactId>
<packaging>jar</packaging>
<version>${version}</version>
<name>Maven Quick Start Archetype</name>
<name>${artifactId}</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<artifactId>${artifactId}</artifactId>
<packaging>war</packaging>
<version>${version}</version>
<name>Maven Webapp Archetype</name>
<name>${artifactId} Maven Webapp</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
Expand Down

0 comments on commit f4f8237

Please sign in to comment.