Skip to content

Instantly share code, notes, and snippets.

@Huluvu424242
Created January 2, 2012 15:17
Show Gist options
  • Save Huluvu424242/1551062 to your computer and use it in GitHub Desktop.
Save Huluvu424242/1551062 to your computer and use it in GitHub Desktop.
maven archetype command help
# getting help to maven archetypes
mvn archetype:help
mvn archetype:help -Ddetails=true -Dgoal=generate
# create a project from a archetype
mvn archetype:generate
#1: remote -> docbkx-quickstart-archetype (-)
#2: remote -> archetype-webx-quickstart (-)
#3: remote -> multi (-)
#4: remote -> simple (-)
#5: remote -> basic-gwt-webapp (webapp archetype using protostuff, json and gwt)
#6: remote -> basic-webapp (webapp archetype using protostuff, json and jquery)
#7: remote -> simple-gwt-webapp (webapp archetype using protobuf, json and gwt)
#8: remote -> simple-webapp (webapp archetype using protobuf, json and jquery)
#9: remote -> springmvc-archetype (-)
#156: remote -> maven-archetype-archetype (An archetype which contains a sample archetype.)
#157: remote -> maven-archetype-j2ee-simple (An archetype which contains a simplifed sample J2EE application.)
#159: remote -> maven-archetype-mojo (An archetype which contains a sample a sample Maven plugin.)
#164: remote -> maven-archetype-quickstart (An archetype which contains a sample Maven project.)
#165: remote -> maven-archetype-site
#316: remote -> appclient-javaee6 (-)
#317: remote -> appclient-jee5 (-)
#330: remote -> osgi-archetype (-)
#446: remote -> bundle-archetype (-)
#462: remote -> maven-archetype-osgi-bundle (-)
#463: remote -> maven-archetype-osgi-project (-)
#464: remote -> maven-archetype-osgi-service (-)
#465: remote -> maven-archetype-osgi-wrapper (-)
#466: remote -> maven-archetype-spring-bean (-)
@Huluvu424242
Copy link
Author

1: remote -> docbkx-quickstart-archetype (-)
2: remote -> archetype-webx-quickstart (-)
3: remote -> multi (-)
4: remote -> simple (-)
5: remote -> basic-gwt-webapp (webapp archetype using protostuff, json and gwt)
6: remote -> basic-webapp (webapp archetype using protostuff, json and jquery)
7: remote -> simple-gwt-webapp (webapp archetype using protobuf, json and gwt)
8: remote -> simple-webapp (webapp archetype using protobuf, json and jquery)
9: remote -> springmvc-archetype (-)
10: remote -> plsql-package-archetype (a sample archetype that creates a project with a PL/SQL package inside and extends the parent project
)
11: remote -> plsql-project-archetype (preconfigured PL/SQL project)
12: remote -> plsql-webapp-archetype (preconfigured PL/SQL webapp)
13: remote -> parent-archetype (-)
14: remote -> apparat-archetype-asm (-)
15: remote -> apparat-archetype-tdsi (-)
16: remote -> gquery-archetype (This archetype generates a Gwt-2.4.0 project with all set to use GwtQuery and its plugins.)
17: remote -> gquery-plugin-archetype (-)
18: remote -> jannocessor-sample-archetype (Multi-module sample project for annotation-driven source code generation with JAnnocessor)
19: remote -> jdbc-proc-archetype (Creates simple project with jdbc-proc support)
20: remote -> playn-archetype (Archetype for PlayN game projects.)
21: remote -> liferay-layouttpl-archetype (-)
22: remote -> liferay-portlet-archetype (-)
23: remote -> liferay-theme-archetype (-)
24: remote -> rdfbean-tapestry-quickstart (-)
25: remote -> rdfbean-tapestry-quickstart (-)
26: remote -> sample-server-archetype (Sample server archetype)
27: remote -> skeleton-server-archetype (Skeleton server archetype)
28: remote -> j2me-simple (Maven 2 Archetype for midlet application using j2me-maven-plugin)
29: remote -> i_jsf_XXXX-archetype (-)
30: remote -> i_jsf_xxxx_htmlunit-archetype (-)
31: remote -> jersey-quickstart-ejb (An archetype which contains a simple Jersey based EJB project.)
32: remote -> jersey-quickstart-grizzly (An archetype which contains a quickstart Jersey project based on Grizzly container.)
33: remote -> jersey-quickstart-grizzly2 (An archetype which contains a quickstart Jersey project based on Grizzly2 container.)
34: remote -> jersey-quickstart-webapp (An archetype which contains a sample Jersey based Webapp project.)
35: remote -> itest-sample-s30-archetype (-)
36: remote -> vaadin-archetype-addon (-)
37: remote -> vaadin-archetype-clean (This archetype generates a simple Vaadin application as a Maven project.
No custom widgetset is included.)
38: remote -> vaadin-archetype-jpacontainer (This archetype generates a simple Vaadin application using JPAContainer as a Maven project.)
39: remote -> vaadin-archetype-sample (This archetype generates a Vaadin application as a Maven project.
The application contains a custom GWT widgetset that is compiled
by the GWT compiler and integrated into the project as part of the
build process. The application is based on the Vaadin Color Picker
Demo application available at http://vaadin.com.)
40: remote -> vaadin-archetype-touchkit (This archetype generates a simple Vaadin application using TouchKit as a Maven project.)
41: remote -> vaadin-archetype-widget (This archetype generates a Vaadin widget project for Vaadin 6.2+ and a test application.)
42: remote -> android-quickstart (-)
43: remote -> android-release (-)
44: remote -> android-with-test (-)
45: remote -> chameria-quickstart-archetype (-)
46: remote -> javascript-jqueryplugin (-)
47: remote -> javascript-quickstart (-)
48: remote -> jbosscc-seam-archetype (Maven Archetype to generate a Seam Application)
49: remote -> archetype-fitgoodies-quickstart (Archetype which generates an FitGoodies-enabled example project)
50: remote -> rails-maven-archetype (-)
51: remote -> javafx-scala-demo (An archetype for a standalone JavaFX 2.0 application written in Scala.
The generated application is translated from the Colorful Circles demo from the
JavaFX 2.0 SDK.)
52: remote -> truezip-archetype-file (TrueZIP File* module application - requires JSE 6.)
53: remote -> truezip-archetype-path (TrueZIP Path module application - requires JSE 7.)
54: remote -> maven-archetype-flex (An archetype which contains a sample Maven Flex project using the israfil maven plugin)
55: remote -> javate-zk-archetype (-)
56: remote -> netbeans-platform-archetype (Tidalwave NetBeans Platform Archetype)
57: remote -> project-archetype (TheseFoolishThings - Project Archetype)
58: remote -> javax.faces-war-archetype (-)
59: remote -> mobicents-ra-mavenization-archetype (-)
60: remote -> java-1.6-archetype (-)
61: remote -> web-quickstart (-)
62: remote -> data-app (To make creating a new Databinder application easier, this archetype includes all required sources and resources.)
63: remote -> data-app (To make creating a new Databinder application easier, this archetype includes all required sources and resources.)
64: remote -> solr-quickstart-archetype (-)
65: remote -> solr-quickstart-archetype-no-acceptance-tests (-)
66: remote -> gae-archetype-gwt (Archetype for creating maven-gae projects that uses GWT for the view)
67: remote -> gae-archetype-jsf (Archetype for creating maven-gae projects that works under Java Server Faces)
68: remote -> gae-archetype-jsp (Archetype for creating maven-gae projects that uses jsp for the view)
69: remote -> gae-archetype-objectify-jsp (Archetype for creating maven-gae projects that uses jsp for the view and Objectify for the ORM.)
70: remote -> gae-archetype-wicket (Archetype for creating maven-gae projects based on apache wicket framework)
71: remote -> lift-archetype-basic (Basic project archetype for Lift Web Framework (with database, logging, user management).)
72: remote -> lift-archetype-basic_2.7.7 (Basic project archetype for Lift Web Framework (with database, logging, user management).)
73: remote -> lift-archetype-basic_2.8.0 (Basic project archetype for Lift Web Framework (with database, logging, user management).)
74: remote -> lift-archetype-basic_2.8.1 (-)
75: remote -> lift-archetype-basic_2.9.1 (Basic project archetype for Lift Web Framework (with database, logging, user management).)
76: remote -> lift-archetype-blank (Blank project archetype for Lift Web Framework.)
77: remote -> lift-archetype-blank_2.7.7 (Blank project archetype for Lift Web Framework.)
78: remote -> lift-archetype-blank_2.8.0 (Blank project archetype for Lift Web Framework.)
79: remote -> lift-archetype-blank_2.8.1 (-)
80: remote -> lift-archetype-blank_2.9.1 (Blank project archetype for Lift Web Framework.)
81: remote -> lift-archetype-hellolift (Archetype - hellolift, a sample Lift application)
82: remote -> lift-archetype-jpa-basic (Basic JPA archetype for Lift Web Framework.)
83: remote -> lift-archetype-jpa-basic_2.7.7 (Basic JPA archetype for Lift Web Framework.)
84: remote -> lift-archetype-jpa-basic_2.8.0 (Basic JPA archetype for Lift Web Framework.)
85: remote -> lift-archetype-jpa-basic_2.8.1 (-)
86: remote -> lift-archetype-jpa-basic_2.9.1 (Basic JPA archetype for Lift Web Framework.)
87: remote -> lift-archetype-jpa-blank (Blank JPA archetype for Lift Web Framework.)
88: remote -> lift-archetype-jpa-blank-single (Blank JPA archetype for Lift Web Framework (single project).)
89: remote -> lift-archetype-jpa-blank-single_2.7.7 (Blank JPA archetype for Lift Web Framework (single project).)
90: remote -> lift-archetype-jpa-blank-single_2.8.0 (Blank JPA archetype for Lift Web Framework (single project).)
91: remote -> lift-archetype-jpa-blank-single_2.8.1 (-)
92: remote -> lift-archetype-jpa-blank-single_2.9.1 (Blank JPA archetype for Lift Web Framework (single project).)
93: remote -> lift-archetype-jpa-blank_2.7.7 (Blank JPA archetype for Lift Web Framework.)
94: remote -> lift-archetype-jpa-blank_2.8.0 (Blank JPA archetype for Lift Web Framework.)
95: remote -> lift-archetype-jpa-blank_2.8.1 (-)
96: remote -> lift-archetype-jpa-blank_2.9.1 (Blank JPA archetype for Lift Web Framework.)
97: remote -> lift-archetype-sbt (Basic project archetype for Lift Web Framework (with database, logging, user management) using the sbt bui
ld system)
98: remote -> lift-archetype-sbt_2.7.7 (Basic project archetype for Lift Web Framework (with database, logging, user management) using the s
bt build system)
99: remote -> lift-archetype-sbt_2.8.0 (Basic project archetype for Lift Web Framework (with database, logging, user management) using the s
bt build system)
100: remote -> lift-archetype-sbt_2.8.1 (-)
101: remote -> lift-archetype-sbt_2.9.1 (Basic project archetype for Lift Web Framework (with database, logging, user management) using the
sbt build system)
102: remote -> phaedra-archetype (-)
103: remote -> jlue-archetype-basic (Archetype - basic project for Jlue)
104: remote -> jlue-archetype-blank (Archetype - blank project for Jlue)
105: remote -> maven-archetype-har (-)
106: remote -> maven-archetype-sar (-)
107: remote -> maven-archetype-gwt (An archetype which contains a sample Maven GWT project.)
108: remote -> portletunit-portlet-archetype (An archetype that creates a simple porltet with unit tests.)
109: remote -> squirrelsql-plugin-archetype (This project produces the maven archetype that can be used to generate a SQuirreL
Plugin
maven project. The project that is produced contains an Example plugin that demonstrates the use
of key plugin APIs.)
110: remote -> ota-tools-schema-archetype (-)
111: remote -> jsf-jqmobile-archetype (JSF 2 and JQuery Mobile basic web archetype.)
112: remote -> thucydides-easyb-archetype (Thucydides automated acceptance testing project using Selenium 2, JUnit and easyb)
113: remote -> thucydides-simple-archetype (Thucydides automated acceptance testing project using Selenium 2 and JUnit)
114: remote -> antlr3-maven-archetype (-)
115: remote -> archiva-consumer-archetype (Simple archetype to create archiva consumers)
116: remote -> avro-service-archetype (Archetype that generates a simple example Avro service)
117: remote -> camel-component (-)
118: remote -> camel-router (-)
119: remote -> camel-archetype-activemq (Creates a new Camel project that configures and interacts with ActiveMQ.)
120: remote -> camel-archetype-blueprint (Creates a new Camel project with OSGi blueprint support. Ready to be deployed in OSGi.)
121: remote -> camel-archetype-component (Creates a new Camel component.)
122: remote -> camel-archetype-dataformat (Creates a new Camel data format.)
123: remote -> camel-archetype-java (Creates a new Camel project using Java DSL.)
124: remote -> camel-archetype-scala (Creates a new Camel project using Scala DSL.)
125: remote -> camel-archetype-spring (Creates a new Camel project with added Spring DSL support.)
126: remote -> camel-archetype-spring-dm (Creates a new Camel project with added Spring DSL support. Ready to be deployed in OSGi.)
127: remote -> camel-archetype-war (-)
128: remote -> camel-archetype-web (Creates a new Camel web project that deploys the Camel routes as a WAR)
129: remote -> camel-archetype-webconsole (Creates a new Camel project that deploys the Camel Web Console, REST API, and your routes as a WA
R)
130: remote -> cocoon-22-archetype-block (-)
131: remote -> cocoon-22-archetype-block-plain (-)
132: remote -> cocoon-22-archetype-webapp (-)
133: remote -> cocoon-archetype-block (-)
134: remote -> cocoon-archetype-parent (-)
135: remote -> cocoon-archetype-sample (-)
136: remote -> cocoon-archetype-webapp (-)
137: remote -> cxf-http-basic (-)
138: remote -> cxf-jaxrs-service (Simple CXF JAX-RS webapp service using Spring configuration)
139: remote -> cxf-jaxws-javafirst (Creates a project for developing a Web service starting from Java code)
140: remote -> apacheds-schema-archetype (-)
141: remote -> apacheds-testcase-archetype (-)
142: remote -> maven-ipojo-plugin (Maven Plugin to package iPOJO-powered bundles.)
143: remote -> geronimo-archetype-testsuite (Plugin to help create a testsuite)
144: remote -> geronimo-assembly-archetype (-)
145: remote -> geronimo-plugin-archetype (-)
146: remote -> geronimo-archetype-testsuite (Plugin to help create a testsuite)
147: remote -> geronimo-samples-archetype (Plugin to help create a samples project)
148: remote -> quickstart-archetype (-)
149: remote -> archetypes-command (-)
150: remote -> karaf-assembly-archetype (-)
151: remote -> karaf-blueprint-archetype (-)
152: remote -> karaf-bundle-archetype (-)
153: remote -> karaf-command-archetype (-)
154: remote -> karaf-feature-archetype (This archetype sets up an empty karaf features project.)
155: remote -> karaf-kar-archetype (This archetype creates a KAR file from a provided features XML.)
156: remote -> maven-archetype-archetype (An archetype which contains a sample archetype.)
157: remote -> maven-archetype-j2ee-simple (An archetype which contains a simplifed sample J2EE application.)
158: remote -> maven-archetype-marmalade-mojo (-)
159: remote -> maven-archetype-mojo (An archetype which contains a sample a sample Maven plugin.)
160: remote -> maven-archetype-plugin (An archetype which contains a sample Maven plugin.)
161: remote -> maven-archetype-plugin-site (An archetype which contains a sample Maven plugin site. This archetype can be layered upon an
existing Maven plugin project.)
162: remote -> maven-archetype-portlet (An archetype which contains a sample JSR-268 Portlet.)
163: remote -> maven-archetype-profiles (-)
164: remote -> maven-archetype-quickstart (An archetype which contains a sample Maven project.)
165: remote -> maven-archetype-site (An archetype which contains a sample Maven site which demonstrates some of the supported document types
like
APT, XDoc, and FML and demonstrates how to i18n your site. This archetype can be layered
upon an existing Maven project.)
166: remote -> maven-archetype-site-simple (An archetype which contains a sample Maven site.)
167: remote -> maven-archetype-webapp (An archetype which contains a sample Maven Webapp project.)
168: remote -> myfaces-archetype-helloworld (Archetype to create a new webapp based on myfaces)
169: remote -> myfaces-archetype-helloworld-facelets (Archetype to create a new webapp based on MyFaces and Facelets)
170: remote -> myfaces-archetype-helloworld-portlets (Archetype to create a new portlet webapp based on myfaces)
171: remote -> myfaces-archetype-helloworld20 (Archetype to create a new webapp based on MyFaces 2.0)
172: remote -> myfaces-archetype-helloworld20-owb (Archetype to create a new webapp based on MyFaces 2.0 with OpenWebBeans)
173: remote -> myfaces-archetype-jsfcomponents (Archetype to create a libary project of JSF components)
174: remote -> myfaces-archetype-trinidad (Archetype to create a new webapp based on Trinidad)
175: remote -> myfaces-archetype-trinidad20 (Archetype to create a new webapp based on Trinidad and JSF 2.0)
176: remote -> myfaces-archetype-trinidad (Archetype to ease the burden of creating a new application based with Trinidad)
177: remote -> maven-archetype-dotnet-simple (-)
178: remote -> maven-archetype-netexecutable (-)
179: remote -> maven-archetype-vb-simple (-)
180: remote -> application-archetype (Jetspeed-2 Maven2 Archetype used to generate portal application templates.)
181: remote -> component-archetype (Jetspeed-2 Maven2 Archetype used to generate component templates to
be used by other components and applications.)
182: remote -> jetspeed-archetype (Jetspeed 2 Maven Archetype)
183: remote -> portal-archetype (Jetspeed-2 Maven2 Archetype used to generate portal instances.)
184: remote -> portal-component-archetype (Jetspeed-2 Maven2 Archetype used to generate component templates to
be injected/installed as a library in the portal application itself.)
185: remote -> shared-component-archetype (Jetspeed-2 Maven2 Archetype used to generate component templates to
be installed as a shared library for all portlet/web applications.)
186: remote -> servicemix-bean-service-unit (-)
187: remote -> servicemix-binding-component (-)
188: remote -> servicemix-camel-osgi-bundle (-)
189: remote -> servicemix-camel-service-unit (-)
190: remote -> servicemix-cxf-bc-service-unit (-)
191: remote -> servicemix-cxf-code-first-osgi-bundle (-)
192: remote -> servicemix-cxf-se-service-unit (-)
193: remote -> servicemix-cxf-se-wsdl-first-service-unit (-)
194: remote -> servicemix-cxf-wsdl-first-osgi-bundle (-)
195: remote -> servicemix-drools-service-unit (-)
196: remote -> servicemix-eip-service-unit (-)
197: remote -> servicemix-embedded-simple (-)
198: remote -> servicemix-exec-service-unit (-)
199: remote -> servicemix-file-poller-service-unit (-)
200: remote -> servicemix-file-sender-service-unit (-)
201: remote -> servicemix-file-service-unit (-)
202: remote -> servicemix-ftp-poller-service-unit (-)
203: remote -> servicemix-ftp-sender-service-unit (-)
204: remote -> servicemix-ftp-service-unit (-)
205: remote -> servicemix-http-consumer-service-unit (-)
206: remote -> servicemix-http-provider-service-unit (-)
207: remote -> servicemix-http-service-unit (-)
208: remote -> servicemix-jms-consumer-service-unit (-)
209: remote -> servicemix-jms-provider-service-unit (-)
210: remote -> servicemix-jms-service-unit (-)
211: remote -> servicemix-jsr181-annotated-service-unit (-)
212: remote -> servicemix-jsr181-service-unit (-)
213: remote -> servicemix-jsr181-wsdl-first-service-unit (-)
214: remote -> servicemix-lwcontainer-service-unit (-)
215: remote -> servicemix-mail-service-unit (-)
216: remote -> servicemix-ode-service-unit (-)
217: remote -> servicemix-osgi-bundle (-)
218: remote -> servicemix-osworkflow-service-unit (-)
219: remote -> servicemix-project-root (-)
220: remote -> servicemix-quartz-service-unit (-)
221: remote -> servicemix-saxon-service-unit (-)
222: remote -> servicemix-saxon-xquery-service-unit (-)
223: remote -> servicemix-saxon-xslt-service-unit (-)
224: remote -> servicemix-script-service-unit (-)
225: remote -> servicemix-scripting-service-unit (-)
226: remote -> servicemix-service-assembly (-)
227: remote -> servicemix-service-engine (-)
228: remote -> servicemix-service-unit (-)
229: remote -> servicemix-shared-library (-)
230: remote -> servicemix-smpp-service-unit (-)
231: remote -> servicemix-snmp-service-unit (-)
232: remote -> servicemix-validation-service-unit (-)
233: remote -> servicemix-vfs-service-unit (-)
234: remote -> servicemix-xmpp-service-unit (-)
235: remote -> sling-bundle-archetype (-)
236: remote -> sling-initial-content-archetype (Maven archetype for initial content)
237: remote -> sling-jcrinstall-bundle-archetype (-)
238: remote -> sling-launchpad-standalone-archetype (-)
239: remote -> sling-launchpad-webapp-archetype (-)
240: remote -> sling-servlet-archetype (Maven archetype for Sling Servlets)
241: remote -> struts2-archetype-blank (-)
242: remote -> struts2-archetype-convention (-)
243: remote -> struts2-archetype-dbportlet (-)
244: remote -> struts2-archetype-plugin (-)
245: remote -> struts2-archetype-portlet (-)
246: remote -> struts2-archetype-starter (-)
247: remote -> synapse-package-archetype (-)
248: remote -> quickstart (-)
249: remote -> tapestry-archetype (-)
250: remote -> tapestry-simple (Archetype for creating a basic Tapestry 5 application, including Eclipse control files.)
251: remote -> tuscany-binding-archetype (-)
252: remote -> tuscany-contribution-jar (-)
253: remote -> tuscany-contribution-zip (-)
254: remote -> tuscany-quickstart (-)
255: remote -> tuscany-quickstart-bpel (-)
256: remote -> tuscany-quickstart-jsf (-)
257: remote -> tuscany-quickstart-jsonp (-)
258: remote -> tuscany-quickstart-stripes (-)
259: remote -> wicket-archetype-quickstart (-)
260: remote -> appfuse-basic-jsf (Maven 2 archetype that creates a web application with AppFuse embedded in it.)
261: remote -> appfuse-basic-spring (Maven 2 archetype that creates a web application with AppFuse embedded in it.)
262: remote -> appfuse-basic-struts (Maven 2 archetype that creates a web application with AppFuse embedded in it.)
263: remote -> appfuse-basic-tapestry (Maven 2 archetype that creates a web application with AppFuse embedded in it.)
264: remote -> appfuse-core (Maven 2 archetype that creates a backend (Managers, DAOs and Web Services)
application with AppFuse embedded in it.)
265: remote -> appfuse-modular-jsf (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two module
s:
"core" and "web". The core module depends on appfuse-service, while the web module depends on core as well
as AppFuse's JSF implementation.)
266: remote -> appfuse-modular-spring (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two mod
ules:
"core" and "web". The core module depends on appfuse-service, while the web module depends on core as well
as AppFuse's Spring MVC implementation.)
267: remote -> appfuse-modular-struts (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two mod
ules:
"core" and "web". The core module depends on appfuse-service, while the web module depends on core as well
as AppFuse's Struts implementation.)
268: remote -> appfuse-modular-tapestry (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two m
odules:
"core" and "web". The core module depends on appfuse-service, while the web module depends on core as well
as AppFuse's Tapestry implementation.)
269: remote -> appfuse-basic-jsf (Maven 2 archetype that creates a web application with AppFuse embedded in it.)
270: remote -> appfuse-basic-jsf-archetype (-)
271: remote -> appfuse-basic-spring (Maven 2 archetype that creates a web application with AppFuse embedded in it.)
272: remote -> appfuse-basic-spring-archetype (-)
273: remote -> appfuse-basic-struts (Maven 2 archetype that creates a web application with AppFuse embedded in it.)
274: remote -> appfuse-basic-struts-archetype (-)
275: remote -> appfuse-basic-tapestry (Maven 2 archetype that creates a web application with AppFuse embedded in it.)
276: remote -> appfuse-basic-tapestry-archetype (-)
277: remote -> appfuse-core (Maven 2 archetype that creates a backend (Managers, DAOs and Web Services)
application with AppFuse embedded in it.)
278: remote -> appfuse-core-archetype (-)
279: remote -> appfuse-light-jsf-archetype (-)
280: remote -> appfuse-light-spring-archetype (-)
281: remote -> appfuse-light-spring-freemarker-archetype (-)
282: remote -> appfuse-light-spring-security-archetype (-)
283: remote -> appfuse-light-stripes-archetype (-)
284: remote -> appfuse-light-struts-archetype (-)
285: remote -> appfuse-light-tapestry-archetype (-)
286: remote -> appfuse-light-wicket-archetype (-)
287: remote -> appfuse-modular-jsf (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two module
s:
"core" and "web". The core module depends on appfuse-service, while the web module depends on core as well
as AppFuse's JSF implementation.)
288: remote -> appfuse-modular-jsf-archetype (-)
289: remote -> appfuse-modular-spring (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two mod
ules:
"core" and "web". The core module depends on appfuse-service, while the web module depends on core as well
as AppFuse's Spring MVC implementation.)
290: remote -> appfuse-modular-spring-archetype (-)
291: remote -> appfuse-modular-struts (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two mod
ules:
"core" and "web". The core module depends on appfuse-service, while the web module depends on core as well
as AppFuse's Struts implementation.)
292: remote -> appfuse-modular-struts-archetype (-)
293: remote -> appfuse-modular-tapestry (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two m
odules:
"core" and "web". The core module depends on appfuse-service, while the web module depends on core as well
as AppFuse's Tapestry implementation.)
294: remote -> appfuse-modular-tapestry-archetype (-)
295: remote -> appfuse-ws-archetype (-)
296: remote -> cimande-archetype (-)
297: remote -> cimande-archetype-blank (-)
298: remote -> drools4-integration-helper-archetype (Support of the archetype for the Maven plugin)
299: remote -> drools5-integration-helper-archetype (This is an Maven 2 Archetype to support creation of a ready to
use Maven 2 project with Drools support. This archetype contains
examples of code based on interface, classes and pre/post
condition. JUnit 4 examples are also included.)
300: remote -> ecommerce-archetype (BroadleafCommerce ECommerce Archetype)
301: remote -> cargo-archetype-remote-deployment (Sample Maven archetype showing how to configure Cargo and Maven to generate a webapp and d
eploy
it to a remote container.)
302: remote -> cargo-archetype-webapp-functional-tests-module (Sample Maven archetype showing how to configure Cargo and Maven to run functi
onal tests
for a webapp by creating a separate functional-tests module.)
303: remote -> cargo-archetype-webapp-single-module (Sample Maven archetype showing how to configure Cargo and Maven to run functional tests

directly from a single webapp module.)

304: remote -> cargo-archetype-webapp-with-datasource (Sample Maven archetype showing how to configure Cargo and Maven to run functional tes
ts
directly from a webapp with datasource. Cargo will be used to configure the datasource on the
container.)
305: remote -> codegen-testcase (-)
306: remote -> cpa-testcase (-)
307: remote -> enunciate-simple-archetype (-)
308: remote -> gmaven-archetype-basic (-)
309: remote -> gmaven-archetype-mojo (-)
310: remote -> gmaven-archetype-basic (-)
311: remote -> gmaven-archetype-mojo (-)
312: remote -> maven-archetype-nbm (Archetype for Netbeans Modules Maven setup)
313: remote -> gwt-maven-plugin (Maven plugin for the Google Web Toolkit.)
314: remote -> latex-maven-archetype (-)
315: remote -> xmlbeans-maven-plugin (Runs the xmlbeans parser/code generator against schemas in files and dependent jars.)
316: remote -> appclient-javaee6 (-)
317: remote -> appclient-jee5 (-)
318: remote -> appframework (Archetype for creating application based on JSR 296)
319: remote -> ear-j2ee14 (-)
320: remote -> ear-javaee6 (-)
321: remote -> ear-jee5 (-)
322: remote -> ejb-j2ee13 (-)
323: remote -> ejb-j2ee14 (-)
324: remote -> ejb-javaee6 (-)
325: remote -> ejb-jee5 (-)
326: remote -> nbm-archetype (-)
327: remote -> nbm-osgi-archetype (Archetype for development of NetBeans modules that can depend on OSGi bundles.)
328: remote -> nbm-suite-root (-)
329: remote -> netbeans-platform-app-archetype (-)
330: remote -> osgi-archetype (-)
331: remote -> pom-root (Root project archetype for creating multi module projects)
332: remote -> webapp-j2ee13 (-)
333: remote -> webapp-j2ee14 (-)
334: remote -> webapp-javaee6 (-)
335: remote -> webapp-jee5 (-)
336: remote -> groovy-maven-archetype (An archetype for creating Maven modules/projects using the Groovy language.)
337: remote -> groovy-mojo-archetype (An archetype for writing Maven 2 plugins in the Groovy language.)
338: remote -> org.openxma.dsl.sample-archetype (-)
339: remote -> sonar-basic-plugin-archetype (Maven archetype to create a basic Sonar plugin)
340: remote -> sonar-gwt-plugin-archetype (Maven archetype to create a Sonar plugin including GWT pages)
341: remote -> cometd-archetype-dojo-jetty6 (-)
342: remote -> cometd-archetype-dojo-jetty7 (-)
343: remote -> cometd-archetype-jquery-jetty6 (-)
344: remote -> cometd-archetype-jquery-jetty7 (-)
345: remote -> cometd-archetype-spring-dojo-jetty7 (-)
346: remote -> cometd-archetype-spring-jquery-jetty7 (-)
347: remote -> coos-plugin-actor (-)
348: remote -> coos-plugin-api (-)
349: remote -> coos-plugin-noapi (-)
350: remote -> duel-mvc-archetype (MVC project archetype using Jersey 1.9, Guice 3.0, DUEL views 0.7.1, DUEL merge 0.4.0)
351: remote -> war-bootstrap-archetype (-)
352: remote -> entando-archetype-plugin-generic (Generic Plugin Archetype for Entando: an agile, modern and user-centric open source Portal
platform.)
353: remote -> entando-archetype-portal-generic (Generic Portal Archetype for Entando: an agile, modern and user-centric open source Portal
platform.)
354: remote -> jee6-basic-archetype (-)
355: remote -> jee6-minimal-archetype (-)
356: remote -> jee6-sandbox-archetype (-)
357: remote -> jee6-sandbox-demo-archetype (-)
358: remote -> jee6-servlet-basic-archetype (-)
359: remote -> jee6-servlet-demo-archetype (-)
360: remote -> jee6-servlet-minimal-archetype (-)
361: remote -> jee6-servlet-sandbox-archetype (-)
362: remote -> spring-jsf-jpa-archetype (-)
363: remote -> spring-mvc-jpa-archetype (-)
364: remote -> spring-mvc-jpa-demo-archetype (-)
365: remote -> scalate-archetype-empty (An archetype which creates an empty Scalate web application)
366: remote -> scalate-archetype-guice (An archetype which creates an empty Scalate Guice web application)
367: remote -> scalate-archetype-jersey (An archetype which creates an empty Scalate web application)
368: remote -> scalate-archetype-sitegen (An archetype which creates an empty Scalate static website generation project)
369: remote -> geomajas-gwt-archetype (-)
370: remote -> geomajas-plugin-archetype (-)
371: remote -> geoserver-archetype-wfsoutputformat (-)
372: remote -> grails-maven-archetype (-)
373: remote -> graniteds-spring-jpa-hibernate (Base project with Flex 4.5, Spring 3 and Hibernate using GraniteDS with RemoteObject API.)
374: remote -> graniteds-tide-cdi-jpa (Base project with Flex 4.5 and CDI using GraniteDS with the Tide API.)
375: remote -> graniteds-tide-seam-jpa-hibernate (Base project with Flex 4.5, JBoss Seam 2.2 and Hibernate using GraniteDS with the Tide API
.)
376: remote -> graniteds-tide-spring-jpa-hibernate (Base project with Flex 4.5, Spring 3 and Hibernate using GraniteDS with the Tide API.)
377: remote -> hibernate-search-quickstart (-)
378: remote -> hibernate-validator-quickstart-archetype (-)
379: remote -> imixs-workflow-jee-archetype (Imixs Workflow JEE Archetype provides a JEE Sample Application)
380: remote -> jsr286-archetype (-)
381: remote -> jbehave-groovy-archetype (An archetype to run multiple textual stories with steps classes written in Groovy.)
382: remote -> jbehave-guice-archetype (An archetype to run multiple textual stories configured programmatically but with steps classes comp
osed using Guice.)
383: remote -> jbehave-pico-archetype (An archetype to run multiple textual stories configured programmatically but with steps classes compo
sed using Pico.)
384: remote -> jbehave-simple-archetype (An archetype to run multiple textual stories configured programmatically.)
385: remote -> jbehave-spring-archetype (An archetype to run multiple textual stories configured programmatically but with steps classes com
posed using Spring.)
386: remote -> jboss-as-subsystem (An archetype that generates a skeleton project for implementing a JBoss AS 7 subsystem)
387: remote -> jboss-html5-mobile-archetype (An archetype that generates a Java EE 6 application using HTML5, and JAX-RS to support both des
ktop and mobile web browsers)
388: remote -> jboss-javaee6-ear-webapp (An archetype that generates a starter Java EE 6 webapp project for JBoss AS 7. The project is an EA
R, with an EJB-JAR and WAR)
389: remote -> jboss-javaee6-webapp (An archetype that generates a starter Java EE 6 webapp project for JBoss AS 7)
390: remote -> jboss-javaee6-webapp-archetype (An archetype that generates a starter Java EE 6 webapp project for JBoss AS 7 (by default) or
EAP 6 (if the "enterprise" property is true))
391: remote -> jboss-javaee6-webapp-archetype-blank (An archetype that generates a starter Java EE 6 webapp project for JBoss AS 7 (by defau
lt) or EAP 6 (if the "enterprise" property is true))
392: remote -> jboss-javaee6-webapp-ear-archetype (An archetype that generates a starter Java EE 6 webapp project for JBoss AS 7 (by default
) or EAP 6 (if the "enterprise" property is true). The project is an EAR, with an EJB-JAR and WAR)
393: remote -> jboss-javaee6-webapp-ear-archetype-blank (An archetype that generates a starter Java EE 6 webapp project for JBoss AS 7 (by d
efault) or EAP 6 (if the "enterprise" property is true). The project is an EAR, with an EJB-JAR and WAR)
394: remote -> spring-mvc-webapp (An archetype that generates a starter Spring MVC application with Java EE persistence settings (server boo
tstrapped JPA, JTA transaction management) for JBoss AS7)
395: remote -> jboss-javaee6-webapp (-)
396: remote -> jboss-jsf-weld-servlet-webapp (-)
397: remote -> weld-jsf-jee (Weld archetype for creating a Java EE 6 application using JSF 2.0, CDI 1.0, EJB 3.1 and JPA 2.0 (persistence un
it included))
398: remote -> weld-jsf-jee-minimal (Weld archetype for creating a minimal Java EE 6 application using JSF 2.0, CDI 1.0 and EJB 3.1 (persist
ence unit not included))
399: remote -> weld-jsf-servlet-minimal (Weld archetype for creating an application using JSF 2.0 and CDI 1.0 for Servlet Containers (Tomcat
6 / Jetty 6))
400: remote -> org.jbundle.config.archetype (-)
401: remote -> jbundle-util-webapp-cgi-archetype (-)
402: remote -> jbundle-util-webapp-files-archetype (-)
403: remote -> jbundle-util-webapp-proxy-archetype (-)
404: remote -> jbundle-util-webapp-redirect-archetype (-)
405: remote -> jbundle-util-webapp-upload-archetype (-)
406: remote -> jbundle-util-webapp-webdav-archetype (-)
407: remote -> jbundle-util-webapp-website-archetype (-)
408: remote -> jbundle-util-webapp-webstart-archetype (-)
409: remote -> jbundle-util-webapp-webstart-reactor-archetype (-)
410: remote -> org.jbundle.util.webapp.cgi-archetype (-)
411: remote -> org.jbundle.util.webapp.files-archetype (-)
412: remote -> org.jbundle.util.webapp.proxy-archetype (-)
413: remote -> org.jbundle.util.webapp.redirect-archetype (-)
414: remote -> org.jbundle.util.webapp.upload-archetype (-)
415: remote -> org.jbundle.util.webapp.webdav-archetype (-)
416: remote -> org.jbundle.util.webapp.website-archetype (-)
417: remote -> jclouds-compute-service-archetype (Maven archetype for a provider of a Compute service)
418: remote -> jclouds-rest-client-archetype (Maven archetype for a provider of a rest-speaking service)
419: remote -> jibx-ota-osgi-archetype (-)
420: remote -> opentravel-archetype (-)
421: remote -> opentravel-archetype (-)
422: remote -> opentravel-archetype (-)
423: remote -> jini-service-archetype (Archetype for Jini service project creation)
424: remote -> juzu-archetype (-)
425: remote -> maven-hpi-plugin (Maven2 plugin for developing Hudson plugins)
426: remote -> makumba-archetype (Archetype for a makumba web-application)
427: remote -> jetty-archetype-assembler (-)
428: remote -> jetty-archetype-fileserver (-)
429: remote -> ibean-archetype (An archetype for creating an empty ibean maven project)
430: remote -> ibean-archetype (-)
431: remote -> mule-catalog-archetype (-)
432: remote -> mule-cloud-connector-archetype (-)
433: remote -> mule-example-archetype (An archetype for creating a Mule example application.)
434: remote -> mule-module-archetype (An architype for creating a Mule Module. It provides options for adding certain mule features and conf
iguring the
module for Muleforge.)
435: remote -> mule-project-archetype (An architype for creating Mule applications.)
436: remote -> mule-transport-archetype (Archetype for Mule 2.0 and above transport projects.)
437: remote -> multiverse-project-archetype (Skeleton for a project using Multiverse)
438: remote -> application-archetype (-)
439: remote -> remoting-support (-)
440: remote -> application (-)
441: remote -> hibernate-support (-)
442: remote -> html-war (-)
443: remote -> htmlviewer-war (-)
444: remote -> application (-)
445: remote -> icons (-)
446: remote -> bundle-archetype (-)
447: remote -> maven-archetype-cecilia-app (This archetype is useful to quick start Cecilia applications,
having a source tree template already filled.)
448: remote -> maven-archetype-cecilia-application (This archetype is useful to quick start Cecilia applications, having a
source tree template already filled.)
449: remote -> maven-archetype-cecilia-library (This archetype is useful to quick start Cecilia components library
projects, having a source tree template already filled.)
450: remote -> maven-archetype-petals-jbi-binding-component (>This project is Maven 2 archetype associated to a JBI binding component projec
t.)
451: remote -> maven-archetype-petals-jbi-service-assembly (This project is Maven 2 archetype associated to a JBI service assembly project.)

452: remote -> maven-archetype-petals-jbi-service-engine (This project is Maven 2 archetype associated to a JBI service engine project.)
453: remote -> maven-archetype-petals-jbi-service-unit (This project is Maven 2 archetype associated to a JBI service unit project.)
454: remote -> admin-archetype (-)
455: remote -> coweb-archetype (-)
456: remote -> openengsb-tooling-archetypes-connector (Archetype to produce new Connector project)
457: remote -> openengsb-tooling-archetypes-domain (Archetype to produce new Domain project)
458: remote -> org.openengsb.tooling.archetypes.connector (Archetype to produce new Connector project)
459: remote -> org.openengsb.tooling.archetypes.domain (Archetype to produce new Domain project)
460: remote -> org.openengsb.tooling.archetypes.clientproject.root (Archetype to produce new client project)
461: remote -> openl-simple-project (-)
462: remote -> maven-archetype-osgi-bundle (-)
463: remote -> maven-archetype-osgi-project (-)
464: remote -> maven-archetype-osgi-service (-)
465: remote -> maven-archetype-osgi-wrapper (-)
466: remote -> maven-archetype-spring-bean (-)
467: remote -> maven-archetype-paxexam-junit ()
468: remote -> kerneos-module-archetype (-)
469: remote -> kerneos-war-archetype (-)
470: remote -> camel-archetype-simple-route (-)
471: remote -> kerneos-application-archetype (-)
472: remote -> kerneos-module-archetype (-)
473: remote -> orchestra-extension-archetype (Generates extensions for Orchestra)
474: remote -> maven-archetype-petals-jbi-binding-component (This project is Maven 2 archetype associated to a JBI binding component project
.)
475: remote -> maven-archetype-petals-jbi-service-assembly (This project is Maven 2 archetype associated to a JBI service assembly project.)

476: remote -> maven-archetype-petals-jbi-service-engine (This project is Maven 2 archetype associated to a JBI service engine project.)
477: remote -> maven-archetype-petals-jbi-service-unit (This project is Maven 2 archetype associated to a JBI service unit project.)
478: remote -> maven-archetype-petals-jbi-shared-library (This project is Maven 2 archetype associated to a JBI Shared Library project.)
479: remote -> weblab-archetype-analyser (The Archetype used to generate a stub for analyser. This should be called through the weblab-arche
type-plugin and not directly.)
480: remote -> weblab-archetype-configurable (The Archetype used to generate a stub for configurable. This should be called through the webl
ab-archetype-plugin and not directly.)
481: remote -> weblab-archetype-indexer (The Archetype used to generate a stub for indexer. This should be called through the weblab-archety
pe-plugin and not directly.)
482: remote -> weblab-archetype-queuemanager (The Archetype used to generate a stub for queuemanager. This should be called through the webl
ab-archetype-plugin and not directly.)
483: remote -> weblab-archetype-reportprovider (The Archetype used to generate a stub for reportprovider. This should be called through the
weblab-archetype-plugin and not directly.)
484: remote -> weblab-archetype-resourcecontainer (The Archetype used to generate a stub for resourcecontainer. This should be called throug
h the weblab-archetype-plugin and not directly.)
485: remote -> weblab-archetype-resources (The Archetype used to generate a stub for any WebLab service. It should be used in conjunction wi
th interfaces specific archetypes. This should be called through the weblab-archetype-plugin and not directly.)
486: remote -> weblab-archetype-searcher (The Archetype used to generate a stub for searcher. This should be called through the weblab-arche
type-plugin and not directly.)
487: remote -> weblab-archetype-sourcereader (The Archetype used to generate a stub for sourcereader. This should be called through the webl
ab-archetype-plugin and not directly.)
488: remote -> weblab-archetype-trainable (The Archetype used to generate a stub for trainable. This should be called through the weblab-arc
hetype-plugin and not directly.)
489: remote -> parallelj-archetype (-)
490: remote -> parancoe-pluginarchetype (-)
491: remote -> parancoe-webarchetype (-)
492: remote -> pustefix-archetype-application (Pustefix Archetype for Applications)
493: remote -> pustefix-archetype-basic (Pustefix archetype creating a basic application)
494: remote -> pustefix-archetype-module (Pustefix Archetype for Modules)
495: remote -> cfg-module (-)
496: remote -> liftweb-archetype-blank (Archetype - blank project for liwftweb)
497: remote -> liftweb-archetype-hellolift (Archetype - hellolift sample liwftweb application)
498: remote -> scala-archetype-simple (The maven-scala-plugin is used for compiling/testing/running/documenting scala code in maven.)
499: remote -> slf4j-archetype (The slf4j Archetype)
500: remote -> flexmojos-archetypes-application (-)
501: remote -> flexmojos-archetypes-library (-)
502: remote -> flexmojos-archetypes-modular-webapp (-)
503: remote -> nexus-plugin-archetype (-)
504: remote -> spring-osgi-bundle-archetype (Spring OSGi Maven2 Archetype)
505: remote -> spring-ws-archetype (Spring Web Services Maven2 Archetype.)
506: remote -> syncope-archetype (Syncope archetype)
507: remote -> trails-archetype (-)
508: remote -> trails-secure-archetype (-)
509: remote -> tynamo-archetype (-)
510: remote -> wicket-scala-archetype (-)
511: remote -> wicketstuff-scala-archetype (Basic setup for a project that combines Scala and Wicket,
depending on the Wicket-Scala project. Includes an example Specs
test.)
512: remote -> wikbook.archetype (-)
513: remote -> xwiki-commons-component-archetype (Make it easy to create a maven project for creating XWiki Components.)
514: remote -> xwiki-rendering-archetype-macro (Make it easy to create a maven project for creating XWiki Rendering Macros.)
515: remote -> zk-archetype-component (The ZK Component archetype)
516: remote -> zk-archetype-webapp (The ZK wepapp archetype)
517: remote -> circumflex-archetype (-)
518: remote -> javg-minimal-archetype (-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment