mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Dcxf-version="My-cxf-version" -Dcxf-plugin-version="My-cxf-plugin-version" -Dkaraf-version="My-karaf-version" -DarchetypeGroupId="io.fabric8.archetypes" -DarchetypeArtifactId="karaf-cxf-rest-archetype" -DarchetypeVersion="2.2.114" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdio.fabric8.archetypes |
ArtifactId | ArtifactIdkaraf-cxf-rest-archetype |
Version | Version2.2.114 |
Type | Typemaven-archetype |
Description |
DescriptionFabric8 :: Archetypes :: Karaf :: RESTful WebService
Creates a new RESTful WebService Example using JAX-RS
|
Project Organization |
Project OrganizationRed Hat |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.fabric8.archetypes -DarchetypeArtifactId=karaf-cxf-rest-archetype -DarchetypeVersion=2.2.114 -DinteractiveMode=false