Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 576 Bytes

create_a_custom_web_application.md

File metadata and controls

23 lines (17 loc) · 576 Bytes

Create a Custom Web Application

It's highly recommended to use Orienteer maven archetype to create your custom web application.

From latest snapshot

mvn archetype:generate \
  -DarchetypeGroupId=org.orienteer \
  -DarchetypeArtifactId=orienteer-archetype-war \
  -DarchetypeVersion=1.2-SNAPSHOT \
  -DarchetypeRepository=https://oss.sonatype.org/content/repositories/snapshots

From latest release

mvn archetype:generate \
  -DarchetypeGroupId=org.orienteer \
  -DarchetypeArtifactId=orienteer-archetype-war \
  -DarchetypeVersion=1.1