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.cxf.archetype"   -DarchetypeArtifactId="cxf-jaxrs-service"   -DarchetypeVersion="3.5.2"   -DinteractiveMode=false 

Details about maven archetype cxf-jaxrs-service

License

License

GroupId

GroupId

org.apache.cxf.archetype
ArtifactId

ArtifactId

cxf-jaxrs-service
Version

Version

3.5.2
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
Source Code Management

Source Code Management

https://gitbox.apache.org/repos/asf?p=cxf.git;a=summary/cxf-jaxrs-service

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.cxf.archetype -DarchetypeArtifactId=cxf-jaxrs-service -DarchetypeVersion=3.5.2 -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.