Create Java project with Maven archetype cxf-jaxrs-service

Simple CXF JAX-RS webapp service using Spring configuration

Create a Java Project by archetype cxf-jaxrs-service with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.apache.tomee.patch.archetype"   -DarchetypeArtifactId="cxf-jaxrs-service"   -DarchetypeVersion="2.6.17-TomEE"   -DinteractiveMode=false 

Details about maven archetype cxf-jaxrs-service

License

License

GroupId

GroupId

org.apache.tomee.patch.archetype
ArtifactId

ArtifactId

cxf-jaxrs-service
Version

Version

2.6.17-TomEE
Type

Type

maven-archetype
Description

Description

Apache CXF Archetype - Simple JAX-RS webapp
Simple CXF JAX-RS webapp service using Spring configuration
Project Organization

Project Organization

The Apache Software Foundation

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.tomee.patch.archetype -DarchetypeArtifactId=cxf-jaxrs-service -DarchetypeVersion=2.6.17-TomEE -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.