You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/09/06 22:03:57 UTC

svn commit: r1165812 - /maven/archetype/trunk/maven-archetype-plugin/src/site/apt/usage.apt

Author: hboutemy
Date: Tue Sep  6 20:03:57 2011
New Revision: 1165812

URL: http://svn.apache.org/viewvc?rev=1165812&view=rev
Log:
groupId is not visible in archetype list

Modified:
    maven/archetype/trunk/maven-archetype-plugin/src/site/apt/usage.apt

Modified: maven/archetype/trunk/maven-archetype-plugin/src/site/apt/usage.apt
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/src/site/apt/usage.apt?rev=1165812&r1=1165811&r2=1165812&view=diff
==============================================================================
--- maven/archetype/trunk/maven-archetype-plugin/src/site/apt/usage.apt (original)
+++ maven/archetype/trunk/maven-archetype-plugin/src/site/apt/usage.apt Tue Sep  6 20:03:57 2011
@@ -74,42 +74,29 @@ $ mvn archetype:generate
 [INFO] Setting property: resource.manager.logwhenfound => 'false'.
 [INFO] [archetype:generate]
 Choose archetype:
-1: internal -> appfuse-basic-jsf (AppFuse archetype for creating a web application with Hibernate, Spring and JSF)
-2: internal -> appfuse-basic-spring (AppFuse archetype for creating a web application with Hibernate, Spring and Spring MVC)
-3: internal -> appfuse-basic-struts (AppFuse archetype for creating a web application with Hibernate, Spring and Struts 2)
-4: internal -> appfuse-basic-tapestry (AppFuse archetype for creating a web application with Hibernate, Spring and Tapestry 4)
-5: internal -> appfuse-core (AppFuse archetype for creating a jar application with Hibernate and Spring and XFire)
-6: internal -> appfuse-modular-jsf (AppFuse archetype for creating a modular application with Hibernate, Spring and JSF)
-7: internal -> appfuse-modular-spring (AppFuse archetype for creating a modular application with Hibernate, Spring and Spring MVC)
-8: internal -> appfuse-modular-struts (AppFuse archetype for creating a modular application with Hibernate, Spring and Struts 2)
-9: internal -> appfuse-modular-tapestry (AppFuse archetype for creating a modular application with Hibernate, Spring and Tapestry 4)
-10: internal -> maven-archetype-j2ee-simple (A simple J2EE Java application)
-11: internal -> maven-archetype-marmalade-mojo (A Maven plugin development project using marmalade)
-12: internal -> maven-archetype-mojo (A Maven Java plugin development project)
-13: internal -> maven-archetype-portlet (A simple portlet application)
-14: internal -> maven-archetype-profiles ()
-15: internal -> maven-archetype-quickstart ()
-16: internal -> maven-archetype-site-simple (A simple site generation project)
-17: internal -> maven-archetype-site (A more complex site project)
-18: internal -> maven-archetype-webapp (A simple Java web application)
-19: internal -> struts2-archetype-starter (A starter Struts 2 application with Sitemesh, DWR, and Spring)
-20: internal -> struts2-archetype-blank (A minimal Struts 2 application)
-21: internal -> struts2-archetype-portlet (A minimal Struts 2 application that can be deployed as a portlet)
-22: internal -> struts2-archetype-dbportlet (A starter Struts 2 portlet that demonstrates a simple CRUD interface with db backing)
-23: internal -> struts2-archetype-plugin (A Struts 2 plugin)
-24: internal -> shale-archetype-blank (A blank Shale web application with JSF)
-25: internal -> maven-adf-archetype (Archetype to ease the burden of creating a new application based with ADF)
-26: internal -> data-app (A new Databinder application with sources and resources.)
-27: internal -> jini-service-archetype (Archetype for Jini service project creation)
-28: internal -> softeu-archetype-seam (JSF+Facelets+Seam Archetype)
-29: internal -> softeu-archetype-seam-simple (JSF+Facelets+Seam (no persistence) Archetype)
-30: internal -> softeu-archetype-jsf (JSF+Facelets Archetype)
-31: internal -> jpa-maven-archetype (JPA application)
-32: internal -> spring-osgi-bundle-archetype (Spring-OSGi archetype)
-33: internal -> confluence-plugin-archetype (Atlassian Confluence plugin archetype)
-34: internal -> maven-archetype-har (Hibernate Archive)
-35: internal -> maven-archetype-sar (JBoss Service Archive)
-36: internal -> wicket-archetype-quickstart (A simple Apache Wicket project)
+1: internal -> org.appfuse.archetypes:appfuse-basic-jsf (AppFuse archetype for creating a web application with Hibernate, Spring and JSF)
+2: internal -> org.appfuse.archetypes:appfuse-basic-spring (AppFuse archetype for creating a web application with Hibernate, Spring and Spring MVC)
+3: internal -> org.appfuse.archetypes:appfuse-basic-struts (AppFuse archetype for creating a web application with Hibernate, Spring and Struts 2)
+4: internal -> org.appfuse.archetypes:appfuse-basic-tapestry (AppFuse archetype for creating a web application with Hibernate, Spring and Tapestry 4)
+5: internal -> org.appfuse.archetypes:appfuse-core (AppFuse archetype for creating a jar application with Hibernate and Spring and XFire)
+6: internal -> org.appfuse.archetypes:appfuse-modular-jsf (AppFuse archetype for creating a modular application with Hibernate, Spring and JSF)
+7: internal -> org.appfuse.archetypes:appfuse-modular-spring (AppFuse archetype for creating a modular application with Hibernate, Spring and Spring MVC)
+8: internal -> org.appfuse.archetypes:appfuse-modular-struts (AppFuse archetype for creating a modular application with Hibernate, Spring and Struts 2)
+9: internal -> org.appfuse.archetypes:appfuse-modular-tapestry (AppFuse archetype for creating a modular application with Hibernate, Spring and Tapestry 4)
+10: internal -> org.apache.maven.archetypes:maven-archetype-j2ee-simple (A simple J2EE Java application)
+11: internal -> org.apache.maven.archetypes:maven-archetype-marmalade-mojo (A Maven plugin development project using marmalade)
+12: internal -> org.apache.maven.archetypes:maven-archetype-mojo (A Maven Java plugin development project)
+13: internal -> org.apache.maven.archetypes:maven-archetype-portlet (A simple portlet application)
+14: internal -> org.apache.maven.archetypes:maven-archetype-profiles ()
+15: internal -> org.apache.maven.archetypes:maven-archetype-quickstart ()
+16: internal -> org.apache.maven.archetypes:maven-archetype-site-simple (A simple site generation project)
+17: internal -> org.apache.maven.archetypes:maven-archetype-site (A more complex site project)
+18: internal -> org.apache.maven.archetypes:maven-archetype-webapp (A simple Java web application)
+19: internal -> org.apache.struts:struts2-archetype-starter (A starter Struts 2 application with Sitemesh, DWR, and Spring)
+20: internal -> org.apache.struts:struts2-archetype-blank (A minimal Struts 2 application)
+21: internal -> org.apache.struts:struts2-archetype-portlet (A minimal Struts 2 application that can be deployed as a portlet)
+22: internal -> org.apache.struts:struts2-archetype-dbportlet (A starter Struts 2 portlet that demonstrates a simple CRUD interface with db backing)
+23: internal -> org.apache.struts:struts2-archetype-plugin (A Struts 2 plugin)
 Choose a number or apply filter (format: [groupId:]artifactId, case sensitive contains): 15
 [INFO] artifact org.apache.maven.archetypes:maven-archetype-quickstart: checking for updates from maven-archetype-quickstart-repo
 Downloading: http://repo1.maven.org/maven2/org/apache/maven/archetypes/maven-archetype-quickstart/1.0/maven-archetype-quickstart-1.0.jar