Create Java project with Maven archetype cxf-jaxws-wsdlfirst

Creates a contract (WSDL)-first CXF web service

Create a Java Project by archetype cxf-jaxws-wsdlfirst with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.apache.cxf.archetype"   -DarchetypeArtifactId="cxf-jaxws-wsdlfirst"   -DarchetypeVersion="3.5.0"   -DinteractiveMode=false 

Details about maven archetype cxf-jaxws-wsdlfirst

License

License

GroupId

GroupId

org.apache.cxf.archetype
ArtifactId

ArtifactId

cxf-jaxws-wsdlfirst
Version

Version

3.5.0
Type

Type

maven-archetype
Description

Description

Apache CXF Archetype - Simple JAX-WS Java First
Creates a contract (WSDL)-first CXF web service
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-jaxws-wsdlfirst

How to add to project

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