mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.sairaghava" -DarchetypeArtifactId="jaxrs-client-archetype" -DarchetypeVersion="1.0" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdcom.sairaghava |
ArtifactId | ArtifactIdjaxrs-client-archetype |
Version | Version1.0 |
Type | Typemaven-archetype |
Description |
Descriptionjaxrs-client-archetype
jaxrs-client archetype that helps to create a minimal JavaSE based JAX-RS client application
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.sairaghava -DarchetypeArtifactId=jaxrs-client-archetype -DarchetypeVersion=1.0 -DinteractiveMode=false