tree: a821a569a4f24a242f82b03ac350c1358e46f1ac [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
apex-conf-archetype/README.md

Apex App Configuration Maven Archetype

How to Generate a Apex App Configuration Project Template

Run the following command

mvn archetype:generate -DarchetypeGroupId=org.apache.apex -DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.4.0 -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexconf -Dversion=1.0-SNAPSHOT

Using your favorite IDE, open the project that has just been created by the above command. Write your application code and optionally operator code

Change to the project directory created by the maven archetype and run mvn package

cd myapexconf; mvn package

The Apex App Configuration Package will be at target/myapexconf.apc