17.08.2016 Views

Apache Maven 3 Cookbook

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Google Development with <strong>Maven</strong><br />

There's more...<br />

There are additional archetypes provided to generate your GAE project in an integrated state<br />

with popular Java Web Frameworks and technologies. The following commands can be used<br />

for the same:<br />

### JSP<br />

mvn archetype:generate -DarchetypeGroupId=net.kindleit<br />

-DarchetypeArtifactId=gae-archetype-jsp -DgroupId=... -DartifactId=...<br />

-DarchetypeRepository=http://maven-gae-plugin.googlecode.com/svn/<br />

repository<br />

## Objectify JSP<br />

mvn archetype:generate -DarchetypeGroupId=net.kindleit<br />

-DarchetypeArtifactId=gae-archetype-objectify-jsp -DgroupId=...<br />

-DartifactId=... -DarchetypeRepository=http://maven-gae-plugin.<br />

googlecode.com/svn/repository<br />

### Wicket<br />

mvn archetype:generate -DarchetypeGroupId=net.kindleit<br />

-DarchetypeArtifactId=gae-archetype-wicket -DgroupId=... -DartifactId=...<br />

-DarchetypeRepository=http://maven-gae-plugin.googlecode.com/svn/<br />

repository<br />

### JSF based example<br />

mvn archetype:generate -DarchetypeGroupId=net.kindleit<br />

-DarchetypeArtifactId=gae-archetype-jsf -DgroupId=... -DartifactId=...<br />

-DarchetypeRepository=http://maven-gae-plugin.googlecode.com/svn/<br />

repository<br />

### GWT based example<br />

mvn archetype:generate -DarchetypeGroupId=net.kindleit<br />

-DarchetypeArtifactId=gae-archetype-gwt -DgroupId=... -DartifactId=...<br />

-DarchetypeRepository=http://maven-gae-plugin.googlecode.com/svn/<br />

repository<br />

146

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!