- 浏览: 124045 次
- 性别:
- 来自: 江苏
文章分类
最新评论
-
elywhr:
哈儿,换成中文怎么体现UTF-8。
一个改进版的spring-mvc-showcase -
cwqcwqmax9:
楼主 demo呢
利用NIO和线程池极大提升网管通讯模块的消息吞吐量 -
zhch152:
mvn org.mybatis.generator:mybat ...
Mybatis:代码生成器(Maven版)&集成Spring -
jjruanlili:
亲,说好的demo呢……
利用NIO和线程池极大提升网管通讯模块的消息吞吐量 -
zhch152:
mvn org.mybatis.generator:mybat ...
Mybatis:代码生成器(Maven版)&集成Spring
用maven很久了,但刚刚才发现的一个特点,因为以前都是手工全部敲在命令行中。这是个很简单却很实用的特性,相信还有许多朋友不知道这么一个特性,所以特意。。。。。。
敲入:mvn archetype:generate,它会把所有可用的原型给列出来,如下:
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-archetype-plugin:2.0:generate (default-cli) @ standalone-pom >>>
[INFO]
[INFO] <<< maven-archetype-plugin:2.0:generate (default-cli) @ standalone-pom <<<
[INFO]
[INFO] --- maven-archetype-plugin:2.0:generate (default-cli) @ standalone-pom ---
[INFO] Generating project in Interactive mode
[INFO] No archetype defined. Using maven-archetype-quickstart (org.apache.maven.archetypes:maven-archetype-quickstart:1.0)
Choose archetype:
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 -> apparat-archetype-asm (-)
14: remote -> apparat-archetype-tdsi (-)
15: remote -> gquery-archetype (This archetype generates a Gwt-2.4.0 project with all set to use GwtQuery and its plugins.)
16: remote -> gquery-plugin-archetype (-)
17: remote -> jannocessor-sample-archetype (Multi-module sample project for annotation-driven source code generation with JAnnocessor)
18: remote -> jdbc-proc-archetype (Creates simple project with jdbc-proc support)
19: remote -> playn-archetype (Archetype for PlayN game projects.)
20: remote -> liferay-layouttpl-archetype (-)
21: remote -> liferay-portlet-archetype (-)
22: remote -> liferay-theme-archetype (-)
23: remote -> rdfbean-tapestry-quickstart (-)
24: remote -> rdfbean-tapestry-quickstart (-)
25: remote -> sample-server-archetype (Sample server archetype)
26: remote -> skeleton-server-archetype (Skeleton server archetype)
27: remote -> j2me-simple (Maven 2 Archetype for midlet application using j2me-maven-plugin)
28: remote -> i_jsf_XXXX-archetype (-)
29: remote -> i_jsf_xxxx_htmlunit-archetype (-)
30: remote -> jersey-quickstart-ejb (An archetype which contains a simple Jersey based EJB project.)
31: remote -> jersey-quickstart-grizzly (An archetype which contains a quickstart Jersey project based on Grizzly container.)
32: remote -> jersey-quickstart-grizzly2 (An archetype which contains a quickstart Jersey project based on Grizzly2 container.)
33: remote -> jersey-quickstart-webapp (An archetype which contains a sample Jersey based Webapp project.)
34: remote -> itest-sample-s30-archetype (-)
35: remote -> vaadin-archetype-addon (-)
36: remote -> vaadin-archetype-clean (This archetype generates a simple Vaadin application as a Maven project.
No custom widgetset is included.)
37: 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.)
38: remote -> vaadin-archetype-touchkit (This archetype generates a simple Vaadin application using TouchKit as a Maven project.)
39: remote -> vaadin-archetype-widget (This archetype generates a Vaadin widget project for Vaadin 6.2+ and a test application.)
40: remote -> android-quickstart (-)
41: remote -> android-release (-)
42: remote -> android-with-test (-)
43: remote -> chameria-quickstart-archetype (-)
44: remote -> javascript-jqueryplugin (-)
45: remote -> javascript-quickstart (-)
46: remote -> jbosscc-seam-archetype (Maven Archetype to generate a Seam Application)
47: remote -> archetype-fitgoodies-quickstart (Archetype which generates an FitGoodies-enabled example project)
48: remote -> rails-maven-archetype (-)
49: 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.)
50: remote -> truezip-archetype-file (TrueZIP File* module application - requires JSE 6.)
51: remote -> truezip-archetype-path (TrueZIP Path module application - requires JSE 7.)
52: remote -> maven-archetype-flex (An archetype which contains a sample Maven Flex project using the israfil maven plugin)
53: remote -> javate-zk-archetype (-)
54: remote -> project-archetype (TheseFoolishThings - Project Archetype)
55: remote -> javax.faces-war-archetype (-)
56: remote -> mobicents-ra-mavenization-archetype (-)
57: remote -> java-1.6-archetype (-)
58: remote -> web-quickstart (-)
59: remote -> data-app (To make creating a new Databinder application easier, this archetype includes all required sources and resources.)
60: remote -> data-app (To make creating a new Databinder application easier, this archetype includes all required sources and resources.)
61: remote -> gae-archetype-gwt (Archetype for creating maven-gae projects that uses GWT for the view)
62: remote -> gae-archetype-jsf (Archetype for creating maven-gae projects that works under Java Server Faces)
63: remote -> gae-archetype-jsp (Archetype for creating maven-gae projects that uses jsp for the view)
64: remote -> gae-archetype-objectify-jsp (Archetype for creating maven-gae projects that uses jsp for the view and Objectify for the ORM.)
65: remote -> gae-archetype-wicket (Archetype for creating maven-gae projects based on apache wicket framework)
66: remote -> lift-archetype-basic (Basic project archetype for Lift Web Framework (with database, logging, user management).)
67: remote -> lift-archetype-basic_2.7.7 (Basic project archetype for Lift Web Framework (with database, logging, user management).)
68: remote -> lift-archetype-basic_2.8.0 (Basic project archetype for Lift Web Framework (with database, logging, user management).)
69: remote -> lift-archetype-basic_2.8.1 (-)
70: remote -> lift-archetype-basic_2.9.1 (Basic project archetype for Lift Web Framework (with database, logging, user management).)
71: remote -> lift-archetype-blank (Blank project archetype for Lift Web Framework.)
72: remote -> lift-archetype-blank_2.7.7 (Blank project archetype for Lift Web Framework.)
73: remote -> lift-archetype-blank_2.8.0 (Blank project archetype for Lift Web Framework.)
74: remote -> lift-archetype-blank_2.8.1 (-)
75: remote -> lift-archetype-blank_2.9.1 (Blank project archetype for Lift Web Framework.)
76: remote -> lift-archetype-hellolift (Archetype - hellolift, a sample Lift application)
77: remote -> lift-archetype-jpa-basic (Basic JPA archetype for Lift Web Framework.)
78: remote -> lift-archetype-jpa-basic_2.7.7 (Basic JPA archetype for Lift Web Framework.)
79: remote -> lift-archetype-jpa-basic_2.8.0 (Basic JPA archetype for Lift Web Framework.)
80: remote -> lift-archetype-jpa-basic_2.8.1 (-)
81: remote -> lift-archetype-jpa-basic_2.9.1 (Basic JPA archetype for Lift Web Framework.)
82: remote -> lift-archetype-jpa-blank (Blank JPA archetype for Lift Web Framework.)
83: remote -> lift-archetype-jpa-blank-single (Blank JPA archetype for Lift Web Framework (single project).)
84: remote -> lift-archetype-jpa-blank-single_2.7.7 (Blank JPA archetype for Lift Web Framework (single project).)
85: remote -> lift-archetype-jpa-blank-single_2.8.0 (Blank JPA archetype for Lift Web Framework (single project).)
86: remote -> lift-archetype-jpa-blank-single_2.8.1 (-)
87: remote -> lift-archetype-jpa-blank-single_2.9.1 (Blank JPA archetype for Lift Web Framework (single project).)
88: remote -> lift-archetype-jpa-blank_2.7.7 (Blank JPA archetype for Lift Web Framework.)
89: remote -> lift-archetype-jpa-blank_2.8.0 (Blank JPA archetype for Lift Web Framework.)
90: remote -> lift-archetype-jpa-blank_2.8.1 (-)
91: remote -> lift-archetype-jpa-blank_2.9.1 (Blank JPA archetype for Lift Web Framework.)
92: remote -> lift-archetype-sbt (Basic project archetype for Lift Web Framework (with database, logging, user management) using the sbt build system)
93: remote -> lift-archetype-sbt_2.7.7 (Basic project archetype for Lift Web Framework (with database, logging, user management) using the sbt build system)
94: remote -> lift-archetype-sbt_2.8.0 (Basic project archetype for Lift Web Framework (with database, logging, user management) using the sbt build system)
95: remote -> lift-archetype-sbt_2.8.1 (-)
96: remote -> lift-archetype-sbt_2.9.1 (Basic project archetype for Lift Web Framework (with database, logging, user management) using the sbt build system)
97: remote -> phaedra-archetype (-)
98: remote -> jlue-archetype-basic (Archetype - basic project for Jlue)
99: remote -> jlue-archetype-blank (Archetype - blank project for Jlue)
100: remote -> maven-archetype-har (-)
101: remote -> maven-archetype-sar (-)
102: remote -> maven-archetype-gwt (An archetype which contains a sample Maven GWT project.)
103: remote -> portletunit-portlet-archetype (An archetype that creates a simple porltet with unit tests.)
104: 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.)
105: remote -> ota-tools-schema-archetype (-)
106: remote -> jsf-jqmobile-archetype (JSF 2 and JQuery Mobile basic web archetype.)
107: remote -> thucydides-easyb-archetype (Thucydides automated acceptance testing project using Selenium 2, JUnit and easyb)
108: remote -> thucydides-simple-archetype (Thucydides automated acceptance testing project using Selenium 2 and JUnit)
109: remote -> antlr3-maven-archetype (-)
110: remote -> avro-service-archetype (Archetype that generates a simple example Avro service)
111: remote -> camel-component (-)
112: remote -> camel-router (-)
113: remote -> camel-archetype-activemq (Creates a new Camel project that configures and interacts with ActiveMQ.)
114: remote -> camel-archetype-blueprint (Creates a new Camel project with OSGi blueprint support. Ready to be deployed in OSGi.)
115: remote -> camel-archetype-component (Creates a new Camel component.)
116: remote -> camel-archetype-java (Creates a new Camel project using Java DSL.)
117: remote -> camel-archetype-scala (Creates a new Camel project using Scala DSL.)
118: remote -> camel-archetype-spring (Creates a new Camel project with added Spring DSL support.)
119: remote -> camel-archetype-spring-dm (Creates a new Camel project with added Spring DSL support. Ready to be deployed in OSGi.)
120: remote -> camel-archetype-war (-)
121: remote -> camel-archetype-web (Creates a new Camel web project that deploys the Camel routes as a WAR)
122: remote -> camel-archetype-webconsole (Creates a new Camel project that deploys the Camel Web Console, REST API, and your routes as a WAR)
123: remote -> cocoon-22-archetype-block (-)
124: remote -> cocoon-22-archetype-block-plain (-)
125: remote -> cocoon-22-archetype-webapp (-)
126: remote -> cocoon-archetype-block (-)
127: remote -> cocoon-archetype-parent (-)
128: remote -> cocoon-archetype-sample (-)
129: remote -> cocoon-archetype-webapp (-)
130: remote -> cxf-http-basic (-)
131: remote -> cxf-jaxws-javafirst (Creates a project for developing a Web service starting from Java code)
132: remote -> apacheds-schema-archetype (-)
133: remote -> apacheds-testcase-archetype (-)
134: remote -> maven-ipojo-plugin (Maven Plugin to package iPOJO-powered bundles.)
135: remote -> geronimo-archetype-testsuite (Plugin to help create a testsuite)
136: remote -> geronimo-assembly-archetype (-)
137: remote -> geronimo-plugin-archetype (-)
138: remote -> geronimo-archetype-testsuite (Plugin to help create a testsuite)
139: remote -> geronimo-samples-archetype (Plugin to help create a samples project)
140: remote -> quickstart-archetype (-)
141: remote -> archetypes-command (-)
142: remote -> maven-archetype-archetype (An archetype which contains a sample archetype.)
143: remote -> maven-archetype-j2ee-simple (An archetype which contains a simplifed sample J2EE application.)
144: remote -> maven-archetype-marmalade-mojo (-)
145: remote -> maven-archetype-mojo (An archetype which contains a sample a sample Maven plugin.)
146: remote -> maven-archetype-plugin (An archetype which contains a sample Maven plugin.)
147: 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.)
148: remote -> maven-archetype-portlet (An archetype which contains a sample JSR-268 Portlet.)
149: remote -> maven-archetype-profiles (-)
150: remote -> maven-archetype-quickstart (An archetype which contains a sample Maven project.)
151: 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.)
152: remote -> maven-archetype-site-simple (An archetype which contains a sample Maven site.)
153: remote -> maven-archetype-webapp (An archetype which contains a sample Maven Webapp project.)
154: remote -> myfaces-archetype-helloworld (Archetype to create a new webapp based on myfaces)
155: remote -> myfaces-archetype-helloworld-facelets (Archetype to create a new webapp based on MyFaces and Facelets)
156: remote -> myfaces-archetype-helloworld-portlets (Archetype to create a new portlet webapp based on myfaces)
157: remote -> myfaces-archetype-helloworld20 (Archetype to create a new webapp based on MyFaces 2.0)
158: remote -> myfaces-archetype-helloworld20-owb (Archetype to create a new webapp based on MyFaces 2.0 with OpenWebBeans)
159: remote -> myfaces-archetype-jsfcomponents (Archetype to create a libary project of JSF components)
160: remote -> myfaces-archetype-trinidad (Archetype to create a new webapp based on Trinidad)
161: remote -> myfaces-archetype-trinidad20 (Archetype to create a new webapp based on Trinidad and JSF 2.0)
162: remote -> myfaces-archetype-trinidad (Archetype to ease the burden of creating a new application based with Trinidad)
163: remote -> maven-archetype-dotnet-simple (-)
164: remote -> maven-archetype-netexecutable (-)
165: remote -> maven-archetype-vb-simple (-)
166: remote -> application-archetype (Jetspeed-2 Maven2 Archetype used to generate portal application templates.)
167: remote -> component-archetype (Jetspeed-2 Maven2 Archetype used to generate component templates to
be used by other components and applications.)
168: remote -> jetspeed-archetype (Jetspeed 2 Maven Archetype)
169: remote -> portal-archetype (Jetspeed-2 Maven2 Archetype used to generate portal instances.)
170: 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.)
171: 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.)
172: remote -> servicemix-bean-service-unit (-)
173: remote -> servicemix-binding-component (-)
174: remote -> servicemix-camel-osgi-bundle (-)
175: remote -> servicemix-camel-service-unit (-)
176: remote -> servicemix-cxf-bc-service-unit (-)
177: remote -> servicemix-cxf-code-first-osgi-bundle (-)
178: remote -> servicemix-cxf-se-service-unit (-)
179: remote -> servicemix-cxf-se-wsdl-first-service-unit (-)
180: remote -> servicemix-cxf-wsdl-first-osgi-bundle (-)
181: remote -> servicemix-drools-service-unit (-)
182: remote -> servicemix-eip-service-unit (-)
183: remote -> servicemix-embedded-simple (-)
184: remote -> servicemix-exec-service-unit (-)
185: remote -> servicemix-file-poller-service-unit (-)
186: remote -> servicemix-file-sender-service-unit (-)
187: remote -> servicemix-file-service-unit (-)
188: remote -> servicemix-ftp-poller-service-unit (-)
189: remote -> servicemix-ftp-sender-service-unit (-)
190: remote -> servicemix-ftp-service-unit (-)
191: remote -> servicemix-http-consumer-service-unit (-)
192: remote -> servicemix-http-provider-service-unit (-)
193: remote -> servicemix-http-service-unit (-)
194: remote -> servicemix-jms-consumer-service-unit (-)
195: remote -> servicemix-jms-provider-service-unit (-)
196: remote -> servicemix-jms-service-unit (-)
197: remote -> servicemix-jsr181-annotated-service-unit (-)
198: remote -> servicemix-jsr181-service-unit (-)
199: remote -> servicemix-jsr181-wsdl-first-service-unit (-)
200: remote -> servicemix-lwcontainer-service-unit (-)
201: remote -> servicemix-mail-service-unit (-)
202: remote -> servicemix-ode-service-unit (-)
203: remote -> servicemix-osgi-bundle (-)
204: remote -> servicemix-osworkflow-service-unit (-)
205: remote -> servicemix-project-root (-)
206: remote -> servicemix-quartz-service-unit (-)
207: remote -> servicemix-saxon-service-unit (-)
208: remote -> servicemix-saxon-xquery-service-unit (-)
209: remote -> servicemix-saxon-xslt-service-unit (-)
210: remote -> servicemix-script-service-unit (-)
211: remote -> servicemix-scripting-service-unit (-)
212: remote -> servicemix-service-assembly (-)
213: remote -> servicemix-service-engine (-)
214: remote -> servicemix-service-unit (-)
215: remote -> servicemix-shared-library (-)
216: remote -> servicemix-smpp-service-unit (-)
217: remote -> servicemix-snmp-service-unit (-)
218: remote -> servicemix-validation-service-unit (-)
219: remote -> servicemix-vfs-service-unit (-)
220: remote -> servicemix-xmpp-service-unit (-)
221: remote -> sling-bundle-archetype (-)
222: remote -> sling-initial-content-archetype (Maven archetype for initial content)
223: remote -> sling-jcrinstall-bundle-archetype (-)
224: remote -> sling-launchpad-standalone-archetype (-)
225: remote -> sling-launchpad-webapp-archetype (-)
226: remote -> sling-servlet-archetype (Maven archetype for Sling Servlets)
227: remote -> struts2-archetype-blank (-)
228: remote -> struts2-archetype-convention (-)
229: remote -> struts2-archetype-dbportlet (-)
230: remote -> struts2-archetype-plugin (-)
231: remote -> struts2-archetype-portlet (-)
232: remote -> struts2-archetype-starter (-)
233: remote -> synapse-package-archetype (-)
234: remote -> quickstart (Archetype for creating a basic Tapestry 5 application.)
235: remote -> tapestry-archetype (-)
236: remote -> tapestry-simple (Archetype for creating a basic Tapestry 5 application, including Eclipse control files.)
237: remote -> tuscany-binding-archetype (-)
238: remote -> tuscany-contribution-jar (-)
239: remote -> tuscany-contribution-zip (-)
240: remote -> tuscany-quickstart (-)
241: remote -> tuscany-quickstart-bpel (-)
242: remote -> tuscany-quickstart-jsf (-)
243: remote -> tuscany-quickstart-jsonp (-)
244: remote -> tuscany-quickstart-stripes (-)
245: remote -> wicket-archetype-quickstart (-)
246: remote -> appfuse-basic-jsf (Maven 2 archetype that creates a web application with AppFuse embedded in it.)
247: remote -> appfuse-basic-spring (Maven 2 archetype that creates a web application with AppFuse embedded in it.)
248: remote -> appfuse-basic-struts (Maven 2 archetype that creates a web application with AppFuse embedded in it.)
249: remote -> appfuse-basic-tapestry (Maven 2 archetype that creates a web application with AppFuse embedded in it.)
250: remote -> appfuse-core (Maven 2 archetype that creates a backend (Managers, DAOs and Web Services)
application with AppFuse embedded in it.)
251: remote -> appfuse-modular-jsf (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules:
"core" and "web". The core module depends on appfuse-service, while the web module depends on core as well
as AppFuse's JSF implementation.)
252: remote -> appfuse-modular-spring (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules:
"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.)
253: remote -> appfuse-modular-struts (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules:
"core" and "web". The core module depends on appfuse-service, while the web module depends on core as well
as AppFuse's Struts implementation.)
254: remote -> appfuse-modular-tapestry (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules:
"core" and "web". The core module depends on appfuse-service, while the web module depends on core as well
as AppFuse's Tapestry implementation.)
255: remote -> appfuse-basic-jsf (Maven 2 archetype that creates a web application with AppFuse embedded in it.)
256: remote -> appfuse-basic-jsf-archetype (-)
257: remote -> appfuse-basic-spring (Maven 2 archetype that creates a web application with AppFuse embedded in it.)
258: remote -> appfuse-basic-spring-archetype (-)
259: remote -> appfuse-basic-struts (Maven 2 archetype that creates a web application with AppFuse embedded in it.)
260: remote -> appfuse-basic-struts-archetype (-)
261: remote -> appfuse-basic-tapestry (Maven 2 archetype that creates a web application with AppFuse embedded in it.)
262: remote -> appfuse-basic-tapestry-archetype (-)
263: remote -> appfuse-core (Maven 2 archetype that creates a backend (Managers, DAOs and Web Services)
application with AppFuse embedded in it.)
264: remote -> appfuse-core-archetype (-)
265: remote -> appfuse-light-jsf-archetype (-)
266: remote -> appfuse-light-spring-archetype (-)
267: remote -> appfuse-light-spring-freemarker-archetype (-)
268: remote -> appfuse-light-spring-security-archetype (-)
269: remote -> appfuse-light-stripes-archetype (-)
270: remote -> appfuse-light-struts-archetype (-)
271: remote -> appfuse-light-tapestry-archetype (-)
272: remote -> appfuse-light-wicket-archetype (-)
273: remote -> appfuse-modular-jsf (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules:
"core" and "web". The core module depends on appfuse-service, while the web module depends on core as well
as AppFuse's JSF implementation.)
274: remote -> appfuse-modular-jsf-archetype (-)
275: remote -> appfuse-modular-spring (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules:
"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.)
276: remote -> appfuse-modular-spring-archetype (-)
277: remote -> appfuse-modular-struts (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules:
"core" and "web". The core module depends on appfuse-service, while the web module depends on core as well
as AppFuse's Struts implementation.)
278: remote -> appfuse-modular-struts-archetype (-)
279: remote -> appfuse-modular-tapestry (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules:
"core" and "web". The core module depends on appfuse-service, while the web module depends on core as well
as AppFuse's Tapestry implementation.)
280: remote -> appfuse-modular-tapestry-archetype (-)
281: remote -> appfuse-ws-archetype (-)
282: remote -> cimande-archetype (-)
283: remote -> cimande-archetype-blank (-)
284: remote -> drools4-integration-helper-archetype (Support of the archetype for the Maven plugin)
285: 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.)
286: remote -> cargo-archetype-remote-deployment (Sample Maven archetype showing how to configure Cargo and Maven to generate a webapp and deploy
it to a remote container.)
287: remote -> cargo-archetype-webapp-functional-tests-module (Sample Maven archetype showing how to configure Cargo and Maven to run functional tests
for a webapp by creating a separate functional-tests module.)
288: 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.)
289: remote -> cargo-archetype-webapp-with-datasource (Sample Maven archetype showing how to configure Cargo and Maven to run functional tests
directly from a webapp with datasource. Cargo will be used to configure the datasource on the
container.)
290: remote -> codegen-testcase (-)
291: remote -> cpa-testcase (-)
292: remote -> enunciate-simple-archetype (-)
293: remote -> gmaven-archetype-basic (-)
294: remote -> gmaven-archetype-mojo (-)
295: remote -> gmaven-archetype-basic (-)
296: remote -> gmaven-archetype-mojo (-)
297: remote -> maven-archetype-nbm (Archetype for Netbeans Modules Maven setup)
298: remote -> gwt-maven-plugin (Maven plugin for the Google Web Toolkit.)
299: remote -> latex-maven-archetype (-)
300: remote -> xmlbeans-maven-plugin (Runs the xmlbeans parser/code generator against schemas in files and dependent jars.)
301: remote -> appclient-javaee6 (-)
302: remote -> appclient-jee5 (-)
303: remote -> appframework (Archetype for creating application based on JSR 296)
304: remote -> ear-j2ee14 (-)
305: remote -> ear-javaee6 (-)
306: remote -> ear-jee5 (-)
307: remote -> ejb-j2ee13 (-)
308: remote -> ejb-j2ee14 (-)
309: remote -> ejb-javaee6 (-)
310: remote -> ejb-jee5 (-)
311: remote -> nbm-archetype (-)
312: remote -> nbm-osgi-archetype (Archetype for development of NetBeans modules that can depend on OSGi bundles.)
313: remote -> nbm-suite-root (-)
314: remote -> netbeans-platform-app-archetype (-)
315: remote -> osgi-archetype (-)
316: remote -> pom-root (Root project archetype for creating multi module projects)
317: remote -> webapp-j2ee13 (-)
318: remote -> webapp-j2ee14 (-)
319: remote -> webapp-javaee6 (-)
320: remote -> webapp-jee5 (-)
321: remote -> groovy-maven-archetype (An archetype for creating Maven modules/projects using the Groovy language.)
322: remote -> groovy-mojo-archetype (An archetype for writing Maven 2 plugins in the Groovy language.)
323: remote -> org.openxma.dsl.sample-archetype (-)
324: remote -> sonar-basic-plugin-archetype (Maven archetype to create a basic Sonar plugin)
325: remote -> sonar-gwt-plugin-archetype (Maven archetype to create a Sonar plugin including GWT pages)
326: remote -> cometd-archetype-dojo-jetty6 (-)
327: remote -> cometd-archetype-dojo-jetty7 (-)
328: remote -> cometd-archetype-jquery-jetty6 (-)
329: remote -> cometd-archetype-jquery-jetty7 (-)
330: remote -> cometd-archetype-spring-dojo-jetty7 (-)
331: remote -> cometd-archetype-spring-jquery-jetty7 (-)
332: remote -> coos-plugin-actor (-)
333: remote -> coos-plugin-api (-)
334: remote -> coos-plugin-noapi (-)
335: remote -> duel-mvc-archetype (MVC project archetype using Jersey 1.9, Guice 3.0, DUEL views 0.6.3, DUEL merge 0.3.1)
336: remote -> war-bootstrap-archetype (-)
337: remote -> jee6-basic-archetype (-)
338: remote -> jee6-minimal-archetype (-)
339: remote -> jee6-sandbox-archetype (-)
340: remote -> jee6-sandbox-demo-archetype (-)
341: remote -> jee6-servlet-basic-archetype (-)
342: remote -> jee6-servlet-demo-archetype (-)
343: remote -> jee6-servlet-minimal-archetype (-)
344: remote -> jee6-servlet-sandbox-archetype (-)
345: remote -> spring-jsf-jpa-archetype (-)
346: remote -> spring-mvc-jpa-archetype (-)
347: remote -> spring-mvc-jpa-demo-archetype (-)
348: remote -> scalate-archetype-empty (An archetype which creates an empty Scalate web application)
349: remote -> scalate-archetype-guice (An archetype which creates an empty Scalate Guice web application)
350: remote -> scalate-archetype-jersey (An archetype which creates an empty Scalate web application)
351: remote -> scalate-archetype-sitegen (An archetype which creates an empty Scalate static website generation project)
352: remote -> geomajas-gwt-archetype (-)
353: remote -> geomajas-plugin-archetype (-)
354: remote -> geoserver-archetype-wfsoutputformat (-)
355: remote -> grails-maven-archetype (-)
356: remote -> graniteds-spring-jpa-hibernate (Base project with Flex 4.5, Spring 3 and Hibernate using GraniteDS with RemoteObject API.)
357: remote -> graniteds-tide-cdi-jpa (Base project with Flex 4.5 and CDI using GraniteDS with the Tide API.)
358: remote -> graniteds-tide-seam-jpa-hibernate (Base project with Flex 4.5, JBoss Seam 2.2 and Hibernate using GraniteDS with the Tide API.)
359: remote -> graniteds-tide-spring-jpa-hibernate (Base project with Flex 4.5, Spring 3 and Hibernate using GraniteDS with the Tide API.)
360: remote -> hibernate-search-quickstart (-)
361: remote -> hibernate-validator-quickstart-archetype (-)
362: remote -> imixs-workflow-jee-archetype (Imixs Workflow JEE Archetype provides a JEE Sample Application)
363: remote -> jsr286-archetype (-)
364: remote -> jbehave-groovy-archetype (An archetype to run multiple textual stories with steps classes written in Groovy.)
365: remote -> jbehave-guice-archetype (An archetype to run multiple textual stories configured programmatically but with steps classes composed using Guice.)
366: remote -> jbehave-pico-archetype (An archetype to run multiple textual stories configured programmatically but with steps classes composed using Pico.)
367: remote -> jbehave-simple-archetype (An archetype to run multiple textual stories configured programmatically.)
368: remote -> jbehave-spring-archetype (An archetype to run multiple textual stories configured programmatically but with steps classes composed using Spring.)
369: remote -> jboss-as-subsystem (An archetype that generates a skeleton project for implementing a JBoss AS 7 subsystem)
370: remote -> jboss-javaee6-ear-webapp (An archetype that generates a starter Java EE 6 webapp project for JBoss AS 7. The project is an EAR, with an EJB-JAR and WAR)
371: remote -> jboss-javaee6-webapp (An archetype that generates a starter Java EE 6 webapp project for JBoss AS 7)
372: remote -> spring-mvc-webapp (An archetype that generates a starter Spring MVC application with Java EE persistence settings (server bootstrapped JPA, JTA transaction management) for JBoss AS7)
373: remote -> jboss-javaee6-webapp (-)
374: remote -> jboss-jsf-weld-servlet-webapp (-)
375: 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 unit included))
376: 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 (persistence unit not included))
377: 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))
378: remote -> org.jbundle.config.archetype (-)
379: remote -> jbundle-util-webapp-cgi-archetype (-)
380: remote -> jbundle-util-webapp-files-archetype (-)
381: remote -> jbundle-util-webapp-proxy-archetype (-)
382: remote -> jbundle-util-webapp-redirect-archetype (-)
383: remote -> jbundle-util-webapp-upload-archetype (-)
384: remote -> jbundle-util-webapp-webdav-archetype (-)
385: remote -> jbundle-util-webapp-website-archetype (-)
386: remote -> jbundle-util-webapp-webstart-archetype (-)
387: remote -> jbundle-util-webapp-webstart-reactor-archetype (-)
388: remote -> org.jbundle.util.webapp.cgi-archetype (-)
389: remote -> org.jbundle.util.webapp.files-archetype (-)
390: remote -> org.jbundle.util.webapp.proxy-archetype (-)
391: remote -> org.jbundle.util.webapp.redirect-archetype (-)
392: remote -> org.jbundle.util.webapp.upload-archetype (-)
393: remote -> org.jbundle.util.webapp.webdav-archetype (-)
394: remote -> org.jbundle.util.webapp.website-archetype (-)
395: remote -> jclouds-compute-service-archetype (Maven archetype for a provider of a Compute service)
396: remote -> jclouds-rest-client-archetype (Maven archetype for a provider of a rest-speaking service)
397: remote -> jibx-ota-osgi-archetype (-)
398: remote -> opentravel-archetype (-)
399: remote -> opentravel-archetype (-)
400: remote -> jini-service-archetype (Archetype for Jini service project creation)
401: remote -> maven-hpi-plugin (Maven2 plugin for developing Hudson plugins)
402: remote -> makumba-archetype (Archetype for a makumba web-application)
403: remote -> jetty-archetype-assembler (-)
404: remote -> jetty-archetype-fileserver (-)
405: remote -> ibean-archetype (An archetype for creating an empty ibean maven project)
406: remote -> ibean-archetype (-)
407: remote -> mule-catalog-archetype (-)
408: remote -> mule-cloud-connector-archetype (-)
409: remote -> mule-example-archetype (An archetype for creating a Mule example application.)
410: remote -> mule-module-archetype (An architype for creating a Mule Module. It provides options for adding certain mule features and configuring the
module for Muleforge.)
411: remote -> mule-project-archetype (An architype for creating Mule applications.)
412: remote -> mule-transport-archetype (Archetype for Mule 2.0 and above transport projects.)
413: remote -> multiverse-project-archetype (Skeleton for a project using Multiverse)
414: remote -> application-archetype (-)
415: remote -> remoting-support (-)
416: remote -> application (-)
417: remote -> hibernate-support (-)
418: remote -> html-war (-)
419: remote -> htmlviewer-war (-)
420: remote -> application (-)
421: remote -> icons (-)
422: remote -> bundle-archetype (-)
423: remote -> maven-archetype-cecilia-app (This archetype is useful to quick start Cecilia applications,
having a source tree template already filled.)
424: remote -> maven-archetype-cecilia-application (This archetype is useful to quick start Cecilia applications, having a
source tree template already filled.)
425: remote -> maven-archetype-cecilia-library (This archetype is useful to quick start Cecilia components library
projects, having a source tree template already filled.)
426: remote -> maven-archetype-petals-jbi-binding-component (>This project is Maven 2 archetype associated to a JBI binding component project.)
427: remote -> maven-archetype-petals-jbi-service-assembly (This project is Maven 2 archetype associated to a JBI service assembly project.)
428: remote -> maven-archetype-petals-jbi-service-engine (This project is Maven 2 archetype associated to a JBI service engine project.)
429: remote -> maven-archetype-petals-jbi-service-unit (This project is Maven 2 archetype associated to a JBI service unit project.)
430: remote -> admin-archetype (-)
431: remote -> coweb-archetype (-)
432: remote -> openengsb-tooling-archetypes-connector (Archetype to produce new Connector project)
433: remote -> openengsb-tooling-archetypes-domain (Archetype to produce new Domain project)
434: remote -> org.openengsb.tooling.archetypes.connector (Archetype to produce new Connector project)
435: remote -> org.openengsb.tooling.archetypes.domain (Archetype to produce new Domain project)
436: remote -> org.openengsb.tooling.archetypes.clientproject.root (Archetype to produce new client project)
437: remote -> openl-simple-project (-)
438: remote -> maven-archetype-osgi-bundle (-)
439: remote -> maven-archetype-osgi-project (-)
440: remote -> maven-archetype-osgi-service (-)
441: remote -> maven-archetype-osgi-wrapper (-)
442: remote -> maven-archetype-spring-bean (-)
443: remote -> maven-archetype-paxexam-junit ()
444: remote -> kerneos-module-archetype (-)
445: remote -> kerneos-war-archetype (-)
446: remote -> camel-archetype-simple-route (-)
447: remote -> kerneos-application-archetype (-)
448: remote -> kerneos-module-archetype (-)
449: remote -> orchestra-extension-archetype (Generates extensions for Orchestra)
450: remote -> maven-archetype-petals-jbi-binding-component (This project is Maven 2 archetype associated to a JBI binding component project.)
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 -> maven-archetype-petals-jbi-shared-library (This project is Maven 2 archetype associated to a JBI Shared Library project.)
455: remote -> weblab-archetype-analyser (The Archetype used to generate a stub for analyser. This should be called through the weblab-archetype-plugin and not directly.)
456: remote -> weblab-archetype-configurable (The Archetype used to generate a stub for configurable. This should be called through the weblab-archetype-plugin and not directly.)
457: remote -> weblab-archetype-indexer (The Archetype used to generate a stub for indexer. This should be called through the weblab-archetype-plugin and not directly.)
458: remote -> weblab-archetype-queuemanager (The Archetype used to generate a stub for queuemanager. This should be called through the weblab-archetype-plugin and not directly.)
459: 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.)
460: remote -> weblab-archetype-resourcecontainer (The Archetype used to generate a stub for resourcecontainer. This should be called through the weblab-archetype-plugin and not directly.)
461: remote -> weblab-archetype-resources (The Archetype used to generate a stub for any WebLab service. It should be used in conjunction with interfaces specific archetypes. This should be called through the weblab-archetype-plugin and not directly.)
462: remote -> weblab-archetype-searcher (The Archetype used to generate a stub for searcher. This should be called through the weblab-archetype-plugin and not directly.)
463: remote -> weblab-archetype-sourcereader (The Archetype used to generate a stub for sourcereader. This should be called through the weblab-archetype-plugin and not directly.)
464: remote -> weblab-archetype-trainable (The Archetype used to generate a stub for trainable. This should be called through the weblab-archetype-plugin and not directly.)
465: remote -> parallelj-archetype (-)
466: remote -> parancoe-pluginarchetype (-)
467: remote -> parancoe-webarchetype (-)
468: remote -> pustefix-archetype-application (Pustefix Archetype for Applications)
469: remote -> pustefix-archetype-basic (Pustefix archetype creating a basic application)
470: remote -> pustefix-archetype-module (Pustefix Archetype for Modules)
471: remote -> cfg-module (-)
472: remote -> liftweb-archetype-blank (Archetype - blank project for liwftweb)
473: remote -> liftweb-archetype-hellolift (Archetype - hellolift sample liwftweb application)
474: remote -> scala-archetype-simple (The maven-scala-plugin is used for compiling/testing/running/documenting scala code in maven.)
475: remote -> slf4j-archetype (The slf4j Archetype)
476: remote -> flexmojos-archetypes-application (-)
477: remote -> flexmojos-archetypes-library (-)
478: remote -> flexmojos-archetypes-modular-webapp (-)
479: remote -> nexus-plugin-archetype (-)
480: remote -> spring-osgi-bundle-archetype (Spring OSGi Maven2 Archetype)
481: remote -> spring-ws-archetype (Spring Web Services Maven2 Archetype.)
482: remote -> syncope-archetype (-)
483: remote -> trails-archetype (-)
484: remote -> trails-secure-archetype (-)
485: remote -> tynamo-archetype (-)
486: remote -> wicket-scala-archetype (-)
487: 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.)
488: remote -> wikbook.archetype (-)
489: remote -> xwiki-rendering-archetype-macro (Make it easy to create a maven project for creating XWiki Rendering Macros.)
490: remote -> zk-archetype-component (The ZK Component archetype)
491: remote -> zk-archetype-webapp (The ZK wepapp archetype)
492: remote -> circumflex-archetype (-)
493: remote -> javg-minimal-archetype (-)
Choose a number: 150: 终止批处理操作吗(Y/N)?
它会自动帮你选中150那个原型,接下来,你继续照提示操作即可!
敲入:mvn archetype:generate,它会把所有可用的原型给列出来,如下:
引用
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-archetype-plugin:2.0:generate (default-cli) @ standalone-pom >>>
[INFO]
[INFO] <<< maven-archetype-plugin:2.0:generate (default-cli) @ standalone-pom <<<
[INFO]
[INFO] --- maven-archetype-plugin:2.0:generate (default-cli) @ standalone-pom ---
[INFO] Generating project in Interactive mode
[INFO] No archetype defined. Using maven-archetype-quickstart (org.apache.maven.archetypes:maven-archetype-quickstart:1.0)
Choose archetype:
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 -> apparat-archetype-asm (-)
14: remote -> apparat-archetype-tdsi (-)
15: remote -> gquery-archetype (This archetype generates a Gwt-2.4.0 project with all set to use GwtQuery and its plugins.)
16: remote -> gquery-plugin-archetype (-)
17: remote -> jannocessor-sample-archetype (Multi-module sample project for annotation-driven source code generation with JAnnocessor)
18: remote -> jdbc-proc-archetype (Creates simple project with jdbc-proc support)
19: remote -> playn-archetype (Archetype for PlayN game projects.)
20: remote -> liferay-layouttpl-archetype (-)
21: remote -> liferay-portlet-archetype (-)
22: remote -> liferay-theme-archetype (-)
23: remote -> rdfbean-tapestry-quickstart (-)
24: remote -> rdfbean-tapestry-quickstart (-)
25: remote -> sample-server-archetype (Sample server archetype)
26: remote -> skeleton-server-archetype (Skeleton server archetype)
27: remote -> j2me-simple (Maven 2 Archetype for midlet application using j2me-maven-plugin)
28: remote -> i_jsf_XXXX-archetype (-)
29: remote -> i_jsf_xxxx_htmlunit-archetype (-)
30: remote -> jersey-quickstart-ejb (An archetype which contains a simple Jersey based EJB project.)
31: remote -> jersey-quickstart-grizzly (An archetype which contains a quickstart Jersey project based on Grizzly container.)
32: remote -> jersey-quickstart-grizzly2 (An archetype which contains a quickstart Jersey project based on Grizzly2 container.)
33: remote -> jersey-quickstart-webapp (An archetype which contains a sample Jersey based Webapp project.)
34: remote -> itest-sample-s30-archetype (-)
35: remote -> vaadin-archetype-addon (-)
36: remote -> vaadin-archetype-clean (This archetype generates a simple Vaadin application as a Maven project.
No custom widgetset is included.)
37: 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.)
38: remote -> vaadin-archetype-touchkit (This archetype generates a simple Vaadin application using TouchKit as a Maven project.)
39: remote -> vaadin-archetype-widget (This archetype generates a Vaadin widget project for Vaadin 6.2+ and a test application.)
40: remote -> android-quickstart (-)
41: remote -> android-release (-)
42: remote -> android-with-test (-)
43: remote -> chameria-quickstart-archetype (-)
44: remote -> javascript-jqueryplugin (-)
45: remote -> javascript-quickstart (-)
46: remote -> jbosscc-seam-archetype (Maven Archetype to generate a Seam Application)
47: remote -> archetype-fitgoodies-quickstart (Archetype which generates an FitGoodies-enabled example project)
48: remote -> rails-maven-archetype (-)
49: 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.)
50: remote -> truezip-archetype-file (TrueZIP File* module application - requires JSE 6.)
51: remote -> truezip-archetype-path (TrueZIP Path module application - requires JSE 7.)
52: remote -> maven-archetype-flex (An archetype which contains a sample Maven Flex project using the israfil maven plugin)
53: remote -> javate-zk-archetype (-)
54: remote -> project-archetype (TheseFoolishThings - Project Archetype)
55: remote -> javax.faces-war-archetype (-)
56: remote -> mobicents-ra-mavenization-archetype (-)
57: remote -> java-1.6-archetype (-)
58: remote -> web-quickstart (-)
59: remote -> data-app (To make creating a new Databinder application easier, this archetype includes all required sources and resources.)
60: remote -> data-app (To make creating a new Databinder application easier, this archetype includes all required sources and resources.)
61: remote -> gae-archetype-gwt (Archetype for creating maven-gae projects that uses GWT for the view)
62: remote -> gae-archetype-jsf (Archetype for creating maven-gae projects that works under Java Server Faces)
63: remote -> gae-archetype-jsp (Archetype for creating maven-gae projects that uses jsp for the view)
64: remote -> gae-archetype-objectify-jsp (Archetype for creating maven-gae projects that uses jsp for the view and Objectify for the ORM.)
65: remote -> gae-archetype-wicket (Archetype for creating maven-gae projects based on apache wicket framework)
66: remote -> lift-archetype-basic (Basic project archetype for Lift Web Framework (with database, logging, user management).)
67: remote -> lift-archetype-basic_2.7.7 (Basic project archetype for Lift Web Framework (with database, logging, user management).)
68: remote -> lift-archetype-basic_2.8.0 (Basic project archetype for Lift Web Framework (with database, logging, user management).)
69: remote -> lift-archetype-basic_2.8.1 (-)
70: remote -> lift-archetype-basic_2.9.1 (Basic project archetype for Lift Web Framework (with database, logging, user management).)
71: remote -> lift-archetype-blank (Blank project archetype for Lift Web Framework.)
72: remote -> lift-archetype-blank_2.7.7 (Blank project archetype for Lift Web Framework.)
73: remote -> lift-archetype-blank_2.8.0 (Blank project archetype for Lift Web Framework.)
74: remote -> lift-archetype-blank_2.8.1 (-)
75: remote -> lift-archetype-blank_2.9.1 (Blank project archetype for Lift Web Framework.)
76: remote -> lift-archetype-hellolift (Archetype - hellolift, a sample Lift application)
77: remote -> lift-archetype-jpa-basic (Basic JPA archetype for Lift Web Framework.)
78: remote -> lift-archetype-jpa-basic_2.7.7 (Basic JPA archetype for Lift Web Framework.)
79: remote -> lift-archetype-jpa-basic_2.8.0 (Basic JPA archetype for Lift Web Framework.)
80: remote -> lift-archetype-jpa-basic_2.8.1 (-)
81: remote -> lift-archetype-jpa-basic_2.9.1 (Basic JPA archetype for Lift Web Framework.)
82: remote -> lift-archetype-jpa-blank (Blank JPA archetype for Lift Web Framework.)
83: remote -> lift-archetype-jpa-blank-single (Blank JPA archetype for Lift Web Framework (single project).)
84: remote -> lift-archetype-jpa-blank-single_2.7.7 (Blank JPA archetype for Lift Web Framework (single project).)
85: remote -> lift-archetype-jpa-blank-single_2.8.0 (Blank JPA archetype for Lift Web Framework (single project).)
86: remote -> lift-archetype-jpa-blank-single_2.8.1 (-)
87: remote -> lift-archetype-jpa-blank-single_2.9.1 (Blank JPA archetype for Lift Web Framework (single project).)
88: remote -> lift-archetype-jpa-blank_2.7.7 (Blank JPA archetype for Lift Web Framework.)
89: remote -> lift-archetype-jpa-blank_2.8.0 (Blank JPA archetype for Lift Web Framework.)
90: remote -> lift-archetype-jpa-blank_2.8.1 (-)
91: remote -> lift-archetype-jpa-blank_2.9.1 (Blank JPA archetype for Lift Web Framework.)
92: remote -> lift-archetype-sbt (Basic project archetype for Lift Web Framework (with database, logging, user management) using the sbt build system)
93: remote -> lift-archetype-sbt_2.7.7 (Basic project archetype for Lift Web Framework (with database, logging, user management) using the sbt build system)
94: remote -> lift-archetype-sbt_2.8.0 (Basic project archetype for Lift Web Framework (with database, logging, user management) using the sbt build system)
95: remote -> lift-archetype-sbt_2.8.1 (-)
96: remote -> lift-archetype-sbt_2.9.1 (Basic project archetype for Lift Web Framework (with database, logging, user management) using the sbt build system)
97: remote -> phaedra-archetype (-)
98: remote -> jlue-archetype-basic (Archetype - basic project for Jlue)
99: remote -> jlue-archetype-blank (Archetype - blank project for Jlue)
100: remote -> maven-archetype-har (-)
101: remote -> maven-archetype-sar (-)
102: remote -> maven-archetype-gwt (An archetype which contains a sample Maven GWT project.)
103: remote -> portletunit-portlet-archetype (An archetype that creates a simple porltet with unit tests.)
104: 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.)
105: remote -> ota-tools-schema-archetype (-)
106: remote -> jsf-jqmobile-archetype (JSF 2 and JQuery Mobile basic web archetype.)
107: remote -> thucydides-easyb-archetype (Thucydides automated acceptance testing project using Selenium 2, JUnit and easyb)
108: remote -> thucydides-simple-archetype (Thucydides automated acceptance testing project using Selenium 2 and JUnit)
109: remote -> antlr3-maven-archetype (-)
110: remote -> avro-service-archetype (Archetype that generates a simple example Avro service)
111: remote -> camel-component (-)
112: remote -> camel-router (-)
113: remote -> camel-archetype-activemq (Creates a new Camel project that configures and interacts with ActiveMQ.)
114: remote -> camel-archetype-blueprint (Creates a new Camel project with OSGi blueprint support. Ready to be deployed in OSGi.)
115: remote -> camel-archetype-component (Creates a new Camel component.)
116: remote -> camel-archetype-java (Creates a new Camel project using Java DSL.)
117: remote -> camel-archetype-scala (Creates a new Camel project using Scala DSL.)
118: remote -> camel-archetype-spring (Creates a new Camel project with added Spring DSL support.)
119: remote -> camel-archetype-spring-dm (Creates a new Camel project with added Spring DSL support. Ready to be deployed in OSGi.)
120: remote -> camel-archetype-war (-)
121: remote -> camel-archetype-web (Creates a new Camel web project that deploys the Camel routes as a WAR)
122: remote -> camel-archetype-webconsole (Creates a new Camel project that deploys the Camel Web Console, REST API, and your routes as a WAR)
123: remote -> cocoon-22-archetype-block (-)
124: remote -> cocoon-22-archetype-block-plain (-)
125: remote -> cocoon-22-archetype-webapp (-)
126: remote -> cocoon-archetype-block (-)
127: remote -> cocoon-archetype-parent (-)
128: remote -> cocoon-archetype-sample (-)
129: remote -> cocoon-archetype-webapp (-)
130: remote -> cxf-http-basic (-)
131: remote -> cxf-jaxws-javafirst (Creates a project for developing a Web service starting from Java code)
132: remote -> apacheds-schema-archetype (-)
133: remote -> apacheds-testcase-archetype (-)
134: remote -> maven-ipojo-plugin (Maven Plugin to package iPOJO-powered bundles.)
135: remote -> geronimo-archetype-testsuite (Plugin to help create a testsuite)
136: remote -> geronimo-assembly-archetype (-)
137: remote -> geronimo-plugin-archetype (-)
138: remote -> geronimo-archetype-testsuite (Plugin to help create a testsuite)
139: remote -> geronimo-samples-archetype (Plugin to help create a samples project)
140: remote -> quickstart-archetype (-)
141: remote -> archetypes-command (-)
142: remote -> maven-archetype-archetype (An archetype which contains a sample archetype.)
143: remote -> maven-archetype-j2ee-simple (An archetype which contains a simplifed sample J2EE application.)
144: remote -> maven-archetype-marmalade-mojo (-)
145: remote -> maven-archetype-mojo (An archetype which contains a sample a sample Maven plugin.)
146: remote -> maven-archetype-plugin (An archetype which contains a sample Maven plugin.)
147: 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.)
148: remote -> maven-archetype-portlet (An archetype which contains a sample JSR-268 Portlet.)
149: remote -> maven-archetype-profiles (-)
150: remote -> maven-archetype-quickstart (An archetype which contains a sample Maven project.)
151: 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.)
152: remote -> maven-archetype-site-simple (An archetype which contains a sample Maven site.)
153: remote -> maven-archetype-webapp (An archetype which contains a sample Maven Webapp project.)
154: remote -> myfaces-archetype-helloworld (Archetype to create a new webapp based on myfaces)
155: remote -> myfaces-archetype-helloworld-facelets (Archetype to create a new webapp based on MyFaces and Facelets)
156: remote -> myfaces-archetype-helloworld-portlets (Archetype to create a new portlet webapp based on myfaces)
157: remote -> myfaces-archetype-helloworld20 (Archetype to create a new webapp based on MyFaces 2.0)
158: remote -> myfaces-archetype-helloworld20-owb (Archetype to create a new webapp based on MyFaces 2.0 with OpenWebBeans)
159: remote -> myfaces-archetype-jsfcomponents (Archetype to create a libary project of JSF components)
160: remote -> myfaces-archetype-trinidad (Archetype to create a new webapp based on Trinidad)
161: remote -> myfaces-archetype-trinidad20 (Archetype to create a new webapp based on Trinidad and JSF 2.0)
162: remote -> myfaces-archetype-trinidad (Archetype to ease the burden of creating a new application based with Trinidad)
163: remote -> maven-archetype-dotnet-simple (-)
164: remote -> maven-archetype-netexecutable (-)
165: remote -> maven-archetype-vb-simple (-)
166: remote -> application-archetype (Jetspeed-2 Maven2 Archetype used to generate portal application templates.)
167: remote -> component-archetype (Jetspeed-2 Maven2 Archetype used to generate component templates to
be used by other components and applications.)
168: remote -> jetspeed-archetype (Jetspeed 2 Maven Archetype)
169: remote -> portal-archetype (Jetspeed-2 Maven2 Archetype used to generate portal instances.)
170: 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.)
171: 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.)
172: remote -> servicemix-bean-service-unit (-)
173: remote -> servicemix-binding-component (-)
174: remote -> servicemix-camel-osgi-bundle (-)
175: remote -> servicemix-camel-service-unit (-)
176: remote -> servicemix-cxf-bc-service-unit (-)
177: remote -> servicemix-cxf-code-first-osgi-bundle (-)
178: remote -> servicemix-cxf-se-service-unit (-)
179: remote -> servicemix-cxf-se-wsdl-first-service-unit (-)
180: remote -> servicemix-cxf-wsdl-first-osgi-bundle (-)
181: remote -> servicemix-drools-service-unit (-)
182: remote -> servicemix-eip-service-unit (-)
183: remote -> servicemix-embedded-simple (-)
184: remote -> servicemix-exec-service-unit (-)
185: remote -> servicemix-file-poller-service-unit (-)
186: remote -> servicemix-file-sender-service-unit (-)
187: remote -> servicemix-file-service-unit (-)
188: remote -> servicemix-ftp-poller-service-unit (-)
189: remote -> servicemix-ftp-sender-service-unit (-)
190: remote -> servicemix-ftp-service-unit (-)
191: remote -> servicemix-http-consumer-service-unit (-)
192: remote -> servicemix-http-provider-service-unit (-)
193: remote -> servicemix-http-service-unit (-)
194: remote -> servicemix-jms-consumer-service-unit (-)
195: remote -> servicemix-jms-provider-service-unit (-)
196: remote -> servicemix-jms-service-unit (-)
197: remote -> servicemix-jsr181-annotated-service-unit (-)
198: remote -> servicemix-jsr181-service-unit (-)
199: remote -> servicemix-jsr181-wsdl-first-service-unit (-)
200: remote -> servicemix-lwcontainer-service-unit (-)
201: remote -> servicemix-mail-service-unit (-)
202: remote -> servicemix-ode-service-unit (-)
203: remote -> servicemix-osgi-bundle (-)
204: remote -> servicemix-osworkflow-service-unit (-)
205: remote -> servicemix-project-root (-)
206: remote -> servicemix-quartz-service-unit (-)
207: remote -> servicemix-saxon-service-unit (-)
208: remote -> servicemix-saxon-xquery-service-unit (-)
209: remote -> servicemix-saxon-xslt-service-unit (-)
210: remote -> servicemix-script-service-unit (-)
211: remote -> servicemix-scripting-service-unit (-)
212: remote -> servicemix-service-assembly (-)
213: remote -> servicemix-service-engine (-)
214: remote -> servicemix-service-unit (-)
215: remote -> servicemix-shared-library (-)
216: remote -> servicemix-smpp-service-unit (-)
217: remote -> servicemix-snmp-service-unit (-)
218: remote -> servicemix-validation-service-unit (-)
219: remote -> servicemix-vfs-service-unit (-)
220: remote -> servicemix-xmpp-service-unit (-)
221: remote -> sling-bundle-archetype (-)
222: remote -> sling-initial-content-archetype (Maven archetype for initial content)
223: remote -> sling-jcrinstall-bundle-archetype (-)
224: remote -> sling-launchpad-standalone-archetype (-)
225: remote -> sling-launchpad-webapp-archetype (-)
226: remote -> sling-servlet-archetype (Maven archetype for Sling Servlets)
227: remote -> struts2-archetype-blank (-)
228: remote -> struts2-archetype-convention (-)
229: remote -> struts2-archetype-dbportlet (-)
230: remote -> struts2-archetype-plugin (-)
231: remote -> struts2-archetype-portlet (-)
232: remote -> struts2-archetype-starter (-)
233: remote -> synapse-package-archetype (-)
234: remote -> quickstart (Archetype for creating a basic Tapestry 5 application.)
235: remote -> tapestry-archetype (-)
236: remote -> tapestry-simple (Archetype for creating a basic Tapestry 5 application, including Eclipse control files.)
237: remote -> tuscany-binding-archetype (-)
238: remote -> tuscany-contribution-jar (-)
239: remote -> tuscany-contribution-zip (-)
240: remote -> tuscany-quickstart (-)
241: remote -> tuscany-quickstart-bpel (-)
242: remote -> tuscany-quickstart-jsf (-)
243: remote -> tuscany-quickstart-jsonp (-)
244: remote -> tuscany-quickstart-stripes (-)
245: remote -> wicket-archetype-quickstart (-)
246: remote -> appfuse-basic-jsf (Maven 2 archetype that creates a web application with AppFuse embedded in it.)
247: remote -> appfuse-basic-spring (Maven 2 archetype that creates a web application with AppFuse embedded in it.)
248: remote -> appfuse-basic-struts (Maven 2 archetype that creates a web application with AppFuse embedded in it.)
249: remote -> appfuse-basic-tapestry (Maven 2 archetype that creates a web application with AppFuse embedded in it.)
250: remote -> appfuse-core (Maven 2 archetype that creates a backend (Managers, DAOs and Web Services)
application with AppFuse embedded in it.)
251: remote -> appfuse-modular-jsf (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules:
"core" and "web". The core module depends on appfuse-service, while the web module depends on core as well
as AppFuse's JSF implementation.)
252: remote -> appfuse-modular-spring (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules:
"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.)
253: remote -> appfuse-modular-struts (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules:
"core" and "web". The core module depends on appfuse-service, while the web module depends on core as well
as AppFuse's Struts implementation.)
254: remote -> appfuse-modular-tapestry (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules:
"core" and "web". The core module depends on appfuse-service, while the web module depends on core as well
as AppFuse's Tapestry implementation.)
255: remote -> appfuse-basic-jsf (Maven 2 archetype that creates a web application with AppFuse embedded in it.)
256: remote -> appfuse-basic-jsf-archetype (-)
257: remote -> appfuse-basic-spring (Maven 2 archetype that creates a web application with AppFuse embedded in it.)
258: remote -> appfuse-basic-spring-archetype (-)
259: remote -> appfuse-basic-struts (Maven 2 archetype that creates a web application with AppFuse embedded in it.)
260: remote -> appfuse-basic-struts-archetype (-)
261: remote -> appfuse-basic-tapestry (Maven 2 archetype that creates a web application with AppFuse embedded in it.)
262: remote -> appfuse-basic-tapestry-archetype (-)
263: remote -> appfuse-core (Maven 2 archetype that creates a backend (Managers, DAOs and Web Services)
application with AppFuse embedded in it.)
264: remote -> appfuse-core-archetype (-)
265: remote -> appfuse-light-jsf-archetype (-)
266: remote -> appfuse-light-spring-archetype (-)
267: remote -> appfuse-light-spring-freemarker-archetype (-)
268: remote -> appfuse-light-spring-security-archetype (-)
269: remote -> appfuse-light-stripes-archetype (-)
270: remote -> appfuse-light-struts-archetype (-)
271: remote -> appfuse-light-tapestry-archetype (-)
272: remote -> appfuse-light-wicket-archetype (-)
273: remote -> appfuse-modular-jsf (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules:
"core" and "web". The core module depends on appfuse-service, while the web module depends on core as well
as AppFuse's JSF implementation.)
274: remote -> appfuse-modular-jsf-archetype (-)
275: remote -> appfuse-modular-spring (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules:
"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.)
276: remote -> appfuse-modular-spring-archetype (-)
277: remote -> appfuse-modular-struts (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules:
"core" and "web". The core module depends on appfuse-service, while the web module depends on core as well
as AppFuse's Struts implementation.)
278: remote -> appfuse-modular-struts-archetype (-)
279: remote -> appfuse-modular-tapestry (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules:
"core" and "web". The core module depends on appfuse-service, while the web module depends on core as well
as AppFuse's Tapestry implementation.)
280: remote -> appfuse-modular-tapestry-archetype (-)
281: remote -> appfuse-ws-archetype (-)
282: remote -> cimande-archetype (-)
283: remote -> cimande-archetype-blank (-)
284: remote -> drools4-integration-helper-archetype (Support of the archetype for the Maven plugin)
285: 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.)
286: remote -> cargo-archetype-remote-deployment (Sample Maven archetype showing how to configure Cargo and Maven to generate a webapp and deploy
it to a remote container.)
287: remote -> cargo-archetype-webapp-functional-tests-module (Sample Maven archetype showing how to configure Cargo and Maven to run functional tests
for a webapp by creating a separate functional-tests module.)
288: 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.)
289: remote -> cargo-archetype-webapp-with-datasource (Sample Maven archetype showing how to configure Cargo and Maven to run functional tests
directly from a webapp with datasource. Cargo will be used to configure the datasource on the
container.)
290: remote -> codegen-testcase (-)
291: remote -> cpa-testcase (-)
292: remote -> enunciate-simple-archetype (-)
293: remote -> gmaven-archetype-basic (-)
294: remote -> gmaven-archetype-mojo (-)
295: remote -> gmaven-archetype-basic (-)
296: remote -> gmaven-archetype-mojo (-)
297: remote -> maven-archetype-nbm (Archetype for Netbeans Modules Maven setup)
298: remote -> gwt-maven-plugin (Maven plugin for the Google Web Toolkit.)
299: remote -> latex-maven-archetype (-)
300: remote -> xmlbeans-maven-plugin (Runs the xmlbeans parser/code generator against schemas in files and dependent jars.)
301: remote -> appclient-javaee6 (-)
302: remote -> appclient-jee5 (-)
303: remote -> appframework (Archetype for creating application based on JSR 296)
304: remote -> ear-j2ee14 (-)
305: remote -> ear-javaee6 (-)
306: remote -> ear-jee5 (-)
307: remote -> ejb-j2ee13 (-)
308: remote -> ejb-j2ee14 (-)
309: remote -> ejb-javaee6 (-)
310: remote -> ejb-jee5 (-)
311: remote -> nbm-archetype (-)
312: remote -> nbm-osgi-archetype (Archetype for development of NetBeans modules that can depend on OSGi bundles.)
313: remote -> nbm-suite-root (-)
314: remote -> netbeans-platform-app-archetype (-)
315: remote -> osgi-archetype (-)
316: remote -> pom-root (Root project archetype for creating multi module projects)
317: remote -> webapp-j2ee13 (-)
318: remote -> webapp-j2ee14 (-)
319: remote -> webapp-javaee6 (-)
320: remote -> webapp-jee5 (-)
321: remote -> groovy-maven-archetype (An archetype for creating Maven modules/projects using the Groovy language.)
322: remote -> groovy-mojo-archetype (An archetype for writing Maven 2 plugins in the Groovy language.)
323: remote -> org.openxma.dsl.sample-archetype (-)
324: remote -> sonar-basic-plugin-archetype (Maven archetype to create a basic Sonar plugin)
325: remote -> sonar-gwt-plugin-archetype (Maven archetype to create a Sonar plugin including GWT pages)
326: remote -> cometd-archetype-dojo-jetty6 (-)
327: remote -> cometd-archetype-dojo-jetty7 (-)
328: remote -> cometd-archetype-jquery-jetty6 (-)
329: remote -> cometd-archetype-jquery-jetty7 (-)
330: remote -> cometd-archetype-spring-dojo-jetty7 (-)
331: remote -> cometd-archetype-spring-jquery-jetty7 (-)
332: remote -> coos-plugin-actor (-)
333: remote -> coos-plugin-api (-)
334: remote -> coos-plugin-noapi (-)
335: remote -> duel-mvc-archetype (MVC project archetype using Jersey 1.9, Guice 3.0, DUEL views 0.6.3, DUEL merge 0.3.1)
336: remote -> war-bootstrap-archetype (-)
337: remote -> jee6-basic-archetype (-)
338: remote -> jee6-minimal-archetype (-)
339: remote -> jee6-sandbox-archetype (-)
340: remote -> jee6-sandbox-demo-archetype (-)
341: remote -> jee6-servlet-basic-archetype (-)
342: remote -> jee6-servlet-demo-archetype (-)
343: remote -> jee6-servlet-minimal-archetype (-)
344: remote -> jee6-servlet-sandbox-archetype (-)
345: remote -> spring-jsf-jpa-archetype (-)
346: remote -> spring-mvc-jpa-archetype (-)
347: remote -> spring-mvc-jpa-demo-archetype (-)
348: remote -> scalate-archetype-empty (An archetype which creates an empty Scalate web application)
349: remote -> scalate-archetype-guice (An archetype which creates an empty Scalate Guice web application)
350: remote -> scalate-archetype-jersey (An archetype which creates an empty Scalate web application)
351: remote -> scalate-archetype-sitegen (An archetype which creates an empty Scalate static website generation project)
352: remote -> geomajas-gwt-archetype (-)
353: remote -> geomajas-plugin-archetype (-)
354: remote -> geoserver-archetype-wfsoutputformat (-)
355: remote -> grails-maven-archetype (-)
356: remote -> graniteds-spring-jpa-hibernate (Base project with Flex 4.5, Spring 3 and Hibernate using GraniteDS with RemoteObject API.)
357: remote -> graniteds-tide-cdi-jpa (Base project with Flex 4.5 and CDI using GraniteDS with the Tide API.)
358: remote -> graniteds-tide-seam-jpa-hibernate (Base project with Flex 4.5, JBoss Seam 2.2 and Hibernate using GraniteDS with the Tide API.)
359: remote -> graniteds-tide-spring-jpa-hibernate (Base project with Flex 4.5, Spring 3 and Hibernate using GraniteDS with the Tide API.)
360: remote -> hibernate-search-quickstart (-)
361: remote -> hibernate-validator-quickstart-archetype (-)
362: remote -> imixs-workflow-jee-archetype (Imixs Workflow JEE Archetype provides a JEE Sample Application)
363: remote -> jsr286-archetype (-)
364: remote -> jbehave-groovy-archetype (An archetype to run multiple textual stories with steps classes written in Groovy.)
365: remote -> jbehave-guice-archetype (An archetype to run multiple textual stories configured programmatically but with steps classes composed using Guice.)
366: remote -> jbehave-pico-archetype (An archetype to run multiple textual stories configured programmatically but with steps classes composed using Pico.)
367: remote -> jbehave-simple-archetype (An archetype to run multiple textual stories configured programmatically.)
368: remote -> jbehave-spring-archetype (An archetype to run multiple textual stories configured programmatically but with steps classes composed using Spring.)
369: remote -> jboss-as-subsystem (An archetype that generates a skeleton project for implementing a JBoss AS 7 subsystem)
370: remote -> jboss-javaee6-ear-webapp (An archetype that generates a starter Java EE 6 webapp project for JBoss AS 7. The project is an EAR, with an EJB-JAR and WAR)
371: remote -> jboss-javaee6-webapp (An archetype that generates a starter Java EE 6 webapp project for JBoss AS 7)
372: remote -> spring-mvc-webapp (An archetype that generates a starter Spring MVC application with Java EE persistence settings (server bootstrapped JPA, JTA transaction management) for JBoss AS7)
373: remote -> jboss-javaee6-webapp (-)
374: remote -> jboss-jsf-weld-servlet-webapp (-)
375: 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 unit included))
376: 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 (persistence unit not included))
377: 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))
378: remote -> org.jbundle.config.archetype (-)
379: remote -> jbundle-util-webapp-cgi-archetype (-)
380: remote -> jbundle-util-webapp-files-archetype (-)
381: remote -> jbundle-util-webapp-proxy-archetype (-)
382: remote -> jbundle-util-webapp-redirect-archetype (-)
383: remote -> jbundle-util-webapp-upload-archetype (-)
384: remote -> jbundle-util-webapp-webdav-archetype (-)
385: remote -> jbundle-util-webapp-website-archetype (-)
386: remote -> jbundle-util-webapp-webstart-archetype (-)
387: remote -> jbundle-util-webapp-webstart-reactor-archetype (-)
388: remote -> org.jbundle.util.webapp.cgi-archetype (-)
389: remote -> org.jbundle.util.webapp.files-archetype (-)
390: remote -> org.jbundle.util.webapp.proxy-archetype (-)
391: remote -> org.jbundle.util.webapp.redirect-archetype (-)
392: remote -> org.jbundle.util.webapp.upload-archetype (-)
393: remote -> org.jbundle.util.webapp.webdav-archetype (-)
394: remote -> org.jbundle.util.webapp.website-archetype (-)
395: remote -> jclouds-compute-service-archetype (Maven archetype for a provider of a Compute service)
396: remote -> jclouds-rest-client-archetype (Maven archetype for a provider of a rest-speaking service)
397: remote -> jibx-ota-osgi-archetype (-)
398: remote -> opentravel-archetype (-)
399: remote -> opentravel-archetype (-)
400: remote -> jini-service-archetype (Archetype for Jini service project creation)
401: remote -> maven-hpi-plugin (Maven2 plugin for developing Hudson plugins)
402: remote -> makumba-archetype (Archetype for a makumba web-application)
403: remote -> jetty-archetype-assembler (-)
404: remote -> jetty-archetype-fileserver (-)
405: remote -> ibean-archetype (An archetype for creating an empty ibean maven project)
406: remote -> ibean-archetype (-)
407: remote -> mule-catalog-archetype (-)
408: remote -> mule-cloud-connector-archetype (-)
409: remote -> mule-example-archetype (An archetype for creating a Mule example application.)
410: remote -> mule-module-archetype (An architype for creating a Mule Module. It provides options for adding certain mule features and configuring the
module for Muleforge.)
411: remote -> mule-project-archetype (An architype for creating Mule applications.)
412: remote -> mule-transport-archetype (Archetype for Mule 2.0 and above transport projects.)
413: remote -> multiverse-project-archetype (Skeleton for a project using Multiverse)
414: remote -> application-archetype (-)
415: remote -> remoting-support (-)
416: remote -> application (-)
417: remote -> hibernate-support (-)
418: remote -> html-war (-)
419: remote -> htmlviewer-war (-)
420: remote -> application (-)
421: remote -> icons (-)
422: remote -> bundle-archetype (-)
423: remote -> maven-archetype-cecilia-app (This archetype is useful to quick start Cecilia applications,
having a source tree template already filled.)
424: remote -> maven-archetype-cecilia-application (This archetype is useful to quick start Cecilia applications, having a
source tree template already filled.)
425: remote -> maven-archetype-cecilia-library (This archetype is useful to quick start Cecilia components library
projects, having a source tree template already filled.)
426: remote -> maven-archetype-petals-jbi-binding-component (>This project is Maven 2 archetype associated to a JBI binding component project.)
427: remote -> maven-archetype-petals-jbi-service-assembly (This project is Maven 2 archetype associated to a JBI service assembly project.)
428: remote -> maven-archetype-petals-jbi-service-engine (This project is Maven 2 archetype associated to a JBI service engine project.)
429: remote -> maven-archetype-petals-jbi-service-unit (This project is Maven 2 archetype associated to a JBI service unit project.)
430: remote -> admin-archetype (-)
431: remote -> coweb-archetype (-)
432: remote -> openengsb-tooling-archetypes-connector (Archetype to produce new Connector project)
433: remote -> openengsb-tooling-archetypes-domain (Archetype to produce new Domain project)
434: remote -> org.openengsb.tooling.archetypes.connector (Archetype to produce new Connector project)
435: remote -> org.openengsb.tooling.archetypes.domain (Archetype to produce new Domain project)
436: remote -> org.openengsb.tooling.archetypes.clientproject.root (Archetype to produce new client project)
437: remote -> openl-simple-project (-)
438: remote -> maven-archetype-osgi-bundle (-)
439: remote -> maven-archetype-osgi-project (-)
440: remote -> maven-archetype-osgi-service (-)
441: remote -> maven-archetype-osgi-wrapper (-)
442: remote -> maven-archetype-spring-bean (-)
443: remote -> maven-archetype-paxexam-junit ()
444: remote -> kerneos-module-archetype (-)
445: remote -> kerneos-war-archetype (-)
446: remote -> camel-archetype-simple-route (-)
447: remote -> kerneos-application-archetype (-)
448: remote -> kerneos-module-archetype (-)
449: remote -> orchestra-extension-archetype (Generates extensions for Orchestra)
450: remote -> maven-archetype-petals-jbi-binding-component (This project is Maven 2 archetype associated to a JBI binding component project.)
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 -> maven-archetype-petals-jbi-shared-library (This project is Maven 2 archetype associated to a JBI Shared Library project.)
455: remote -> weblab-archetype-analyser (The Archetype used to generate a stub for analyser. This should be called through the weblab-archetype-plugin and not directly.)
456: remote -> weblab-archetype-configurable (The Archetype used to generate a stub for configurable. This should be called through the weblab-archetype-plugin and not directly.)
457: remote -> weblab-archetype-indexer (The Archetype used to generate a stub for indexer. This should be called through the weblab-archetype-plugin and not directly.)
458: remote -> weblab-archetype-queuemanager (The Archetype used to generate a stub for queuemanager. This should be called through the weblab-archetype-plugin and not directly.)
459: 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.)
460: remote -> weblab-archetype-resourcecontainer (The Archetype used to generate a stub for resourcecontainer. This should be called through the weblab-archetype-plugin and not directly.)
461: remote -> weblab-archetype-resources (The Archetype used to generate a stub for any WebLab service. It should be used in conjunction with interfaces specific archetypes. This should be called through the weblab-archetype-plugin and not directly.)
462: remote -> weblab-archetype-searcher (The Archetype used to generate a stub for searcher. This should be called through the weblab-archetype-plugin and not directly.)
463: remote -> weblab-archetype-sourcereader (The Archetype used to generate a stub for sourcereader. This should be called through the weblab-archetype-plugin and not directly.)
464: remote -> weblab-archetype-trainable (The Archetype used to generate a stub for trainable. This should be called through the weblab-archetype-plugin and not directly.)
465: remote -> parallelj-archetype (-)
466: remote -> parancoe-pluginarchetype (-)
467: remote -> parancoe-webarchetype (-)
468: remote -> pustefix-archetype-application (Pustefix Archetype for Applications)
469: remote -> pustefix-archetype-basic (Pustefix archetype creating a basic application)
470: remote -> pustefix-archetype-module (Pustefix Archetype for Modules)
471: remote -> cfg-module (-)
472: remote -> liftweb-archetype-blank (Archetype - blank project for liwftweb)
473: remote -> liftweb-archetype-hellolift (Archetype - hellolift sample liwftweb application)
474: remote -> scala-archetype-simple (The maven-scala-plugin is used for compiling/testing/running/documenting scala code in maven.)
475: remote -> slf4j-archetype (The slf4j Archetype)
476: remote -> flexmojos-archetypes-application (-)
477: remote -> flexmojos-archetypes-library (-)
478: remote -> flexmojos-archetypes-modular-webapp (-)
479: remote -> nexus-plugin-archetype (-)
480: remote -> spring-osgi-bundle-archetype (Spring OSGi Maven2 Archetype)
481: remote -> spring-ws-archetype (Spring Web Services Maven2 Archetype.)
482: remote -> syncope-archetype (-)
483: remote -> trails-archetype (-)
484: remote -> trails-secure-archetype (-)
485: remote -> tynamo-archetype (-)
486: remote -> wicket-scala-archetype (-)
487: 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.)
488: remote -> wikbook.archetype (-)
489: remote -> xwiki-rendering-archetype-macro (Make it easy to create a maven project for creating XWiki Rendering Macros.)
490: remote -> zk-archetype-component (The ZK Component archetype)
491: remote -> zk-archetype-webapp (The ZK wepapp archetype)
492: remote -> circumflex-archetype (-)
493: remote -> javg-minimal-archetype (-)
Choose a number: 150: 终止批处理操作吗(Y/N)?
它会自动帮你选中150那个原型,接下来,你继续照提示操作即可!
相关推荐
- `mvn archetype:generate`:根据选定的原型生成项目。 ##### 18. 运行Jetty服务器 ```sh mvn jetty:run ``` **解释:** - `mvn jetty:run`:启动嵌入式Jetty服务器运行Web应用。 #### 四、总结 以上介绍了Maven...
开发者可以在IDEA中直接创建Maven项目,编辑POM.xml,管理依赖,以及执行Maven的构建目标。IDEA会自动同步Maven配置,提供代码补全和问题检测功能,极大地提高了开发效率。 ** Maven生命周期 ** Maven有三个主要的...
这个压缩包是为那些想要快速启动Java开发工作的新手准备的,通过使用Maven原型,他们可以避免手动配置项目的繁琐步骤。 首先,让我们深入了解一下Maven。Maven使用一种标准化的项目对象模型(Project Object Model...
对于某个特定的 Maven 项目,可以在该项目的上下文菜单中选择“Show in”-> “Maven Repository”来查看该项目使用的仓库。 **6.4.5 浏览你的本地仓库** “Local Repository”选项卡展示了本地 Maven 仓库中的所有...
Maven使用命令行工具来创建、构建项目,通常第一步是通过mvn archetype:create命令创建一个项目原型。 - 项目对象模型(POM) Maven使用一个名为pom.xml的文件来定义项目的信息和配置,包括项目依赖、插件、生命...
在完成上述步骤后,可以在`mydemo`项目的根目录下执行`mvn compile`、`mvn install`或`mvn package`等命令,对项目进行编译、安装或打包操作。这些命令会自动传播至所有子模块,实现整个项目的构建和部署。 #### ...
Maven 通过插件来实现各种功能,例如编译源代码、运行测试、生成项目报告等。这使得 Maven 极具扩展性。 - **特性四:项目对象模型 (POM)** Maven 的核心概念是 POM,这是一个 XML 文件,包含了项目的配置信息,...
构建成功后,可以在`target`目录下找到生成的JAR文件。例如,在`my-app/target`目录下将有一个名为`my-app-1.0-SNAPSHOT.jar`的文件。 #### 五、总结 通过上述步骤,您已经完成了Maven的安装和基础项目构建。虽然...
完成以上步骤后,可以在命令行或终端中输入以下命令来验证 Maven 是否安装成功: ```bash mvn -version ``` 如果安装成功,将会看到 Maven 的版本信息以及相关的 Java 版本信息。 #### 创建 Maven 项目 1. **使用...
- 插件可以在 POM 文件中配置,并指定不同的构建阶段。 2. **资源文件处理**: - Maven 可以通过配置插件来处理资源文件,如:`maven-resources-plugin` 可以用来过滤资源文件中的占位符。 - 使用 `<build>` ...
在Maven中,可以通过`mvn archetype:create`命令来快速创建一个新项目。具体命令格式如下: ```bash mvn archetype:create -DgroupId=...
2. **生成项目**: 在命令行中,使用`mvn archetype:generate`命令来创建项目。你需要提供一些必要的参数,如groupId、artifactId和version,这些都是Maven项目的基本标识。 3. **配置**: Maven会根据你选择的...
1. **创建Maven项目**:在IDE(如Eclipse或IntelliJ IDEA)中选择“Maven Project”,跳过原型选择步骤,填写必要的信息。 2. **解决错误**:新创建的项目可能缺少`web.xml`文件或`plugin`配置。 3. **添加Struts2...
- **2.6 安装NetBeans Maven插件**:NetBeans Maven插件允许在NetBeans IDE中使用Maven进行项目管理和构建。 - **2.7 Maven安装最佳实践** - **2.7.1 设置MAVEN_OPTS环境变量**:通过设置此环境变量可以优化Maven...
- `mvn archetype:generate`:用于根据Maven原型创建新项目。 - `mvn compile`:编译项目源代码。 - `mvn test`:运行项目测试。 - `mvn package`:打包项目。 - `mvn install`:将项目安装到本地仓库。 - `mvn ...
用户可以通过两种方式调用 Maven 插件目标,一种是将插件目标与生命周期阶段(lifecycle phase)绑定,另一种是直接在命令行指定要执行的插件目标。 Maven 官方提供了两个插件列表,第一个列表的 GroupId 为 org....
在Maven中,Archetype是用于生成项目结构的模板,它可以包含基本的目录结构、文件和必要的配置信息。当你创建一个新的Bukkit插件时,BukkitArchetype Archetype可以自动生成符合Bukkit规范的项目结构,包括源代码、...
在最新的版本2.1.0-M2中,AppFuse 提供了基本(basic)和模块化(modular)两种类型的原型,以便于开发者根据项目需求选择合适的方式来创建项目。 建立项目原型骨架的步骤如下: 1. 首先,通过Maven的archetype...