mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.apache.synapse" -DarchetypeArtifactId="synapse-package-archetype" -DarchetypeVersion="3.0.1" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdorg.apache.synapse |
ArtifactId | ArtifactIdsynapse-package-archetype |
Version | Version3.0.1 |
Type | Typemaven-archetype |
Description |
DescriptionApache Synapse - Package archetype
This archetype can be used to create Maven projects that bundle a mediation
into a standalone distribution ready to be executed
|
Project Organization |
Project Organization |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.apache.synapse -DarchetypeArtifactId=synapse-package-archetype -DarchetypeVersion=3.0.1 -DinteractiveMode=false