mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Dpackage="My-package" -Dversion="My-version" -DarchetypeGroupId="org.rauschig" -DarchetypeArtifactId="maven-archetype-bundle" -DarchetypeVersion="0.3.0" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdorg.rauschig |
ArtifactId | ArtifactIdmaven-archetype-bundle |
Version | Version0.3.0 |
Type | Typemaven-archetype |
Description |
DescriptionMaven Bundle Archetype
A maven archetype that incorporates common artifacts for OSS development and OSGi compatibility
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.rauschig -DarchetypeArtifactId=maven-archetype-bundle -DarchetypeVersion=0.3.0 -DinteractiveMode=false