You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2012/01/11 16:47:54 UTC

svn commit: r1230103 - /tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml

Author: olamy
Date: Wed Jan 11 15:47:54 2012
New Revision: 1230103

URL: http://svn.apache.org/viewvc?rev=1230103&view=rev
Log:
remove non need archetype property, use org.apache.tomcat for others

Modified:
    tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml

Modified: tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=1230103&r1=1230102&r2=1230103&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml (original)
+++ tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml Wed Jan 11 15:47:54 2012
@@ -22,17 +22,14 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <requiredProperties>
     <requiredProperty key="groupId">
-      <defaultValue>org.foo</defaultValue>
+      <defaultValue>org.apache.tomcat.maven</defaultValue>
     </requiredProperty>
-    <requiredProperty key="artifactId">
-      <defaultValue>basic</defaultValue>
+    <requiredProperty key="rootArtifactId">
+      <defaultValue>tomcat-maven-project</defaultValue>
     </requiredProperty>
     <requiredProperty key="version">
       <defaultValue>1.0-SNAPSHOT</defaultValue>
     </requiredProperty>
-    <requiredProperty key="rootArtifactId">
-      <defaultValue>basic</defaultValue>
-    </requiredProperty>
     <requiredProperty key="artifactId-api">
       <defaultValue>basic-api</defaultValue>
     </requiredProperty>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org