[richfaces-svn-commits] JBoss Rich Faces SVN: r13693 - trunk/cdk/maven-archetype-theme/src/main/resources/archetype-resources.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Apr 20 09:29:19 EDT 2009


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>




More information about the richfaces-svn-commits mailing list