Author: nbelaevski
Date: 2009-04-20 09:29:19 -0400 (Mon, 20 Apr 2009)
New Revision: 13693
Modified:
trunk/cdk/maven-archetype-theme/src/main/resources/archetype-resources/pom.xml
Log:
Archetype <name> fixed
Modified: trunk/cdk/maven-archetype-theme/src/main/resources/archetype-resources/pom.xml
===================================================================
---
trunk/cdk/maven-archetype-theme/src/main/resources/archetype-resources/pom.xml 2009-04-20
13:28:28 UTC (rev 13692)
+++
trunk/cdk/maven-archetype-theme/src/main/resources/archetype-resources/pom.xml 2009-04-20
13:29:19 UTC (rev 13693)
@@ -4,7 +4,7 @@
<groupId>${groupId}</groupId>
<artifactId>${artifactId}</artifactId>
<version>${version}</version>
- <name>Archetype - maven-archetype-theme</name>
+ <name>${artifactId}</name>
<build>
<plugins>
<plugin>
Show replies by date