tree: a52892c16b1eb54384e584d1586100bd82632643 [path history] [tgz]
  1. src/
  2. .gitignore
  3. LICENSE
  4. pom.xml
  5. README.md
maven-archetype/README.md

Eclipse Jemo Maven Archetype

This is a maven archetype for creating Eclipse Jemo application projects.

Run:

mvn archetype:generate                      \
 -DarchetypeGroupId=org.eclipse.jemo        \
 -DarchetypeArtifactId=jemo-maven-archetype \
 -DarchetypeVersion=1.0                     \
 -DgroupId=<JEMO_PROJECT_GROUP_ID>          \
 -DartifactId=<JEMO_PROJECT_ARTIFACT_ID>    \
 -Dversion=<JEMO_PROJECT_VERSION>           \
 -DpluginId=<APP_ID>                        \
 -Dusername=<JEMO_USERNAME>                 \
 -Dpassword=<JEMO_PASSWORD>