Author: andham Date: Wed Nov 28 19:50:11 2012 New Revision: 1414881 URL: http://svn.apache.org/viewvc?rev=1414881&view=rev Log: Removed <goalPrefix> configuration in the generated pom
Modified: maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/archetype-resources/pom.xml Modified: maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/archetype-resources/pom.xml?rev=1414881&r1=1414880&r2=1414881&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/archetype-resources/pom.xml (original) +++ maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/archetype-resources/pom.xml Wed Nov 28 19:50:11 2012 @@ -48,7 +48,6 @@ <artifactId>maven-plugin-plugin</artifactId> <version>3.2</version> <configuration> - <goalPrefix>${artifactId}</goalPrefix> <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> </configuration> <executions>