Create Java project with Maven archetype jaxws-codefirst

Creates a project for developing a Web Service starting from Java code and using JBossWS

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Djbosswscxf="My-jbosswscxf"   -DarchetypeGroupId="org.jboss.ws.plugins.archetypes"   -DarchetypeArtifactId="jaxws-codefirst"   -DarchetypeVersion="1.2.0.Final"   -DinteractiveMode=false 

Required parameters for generate java project:

jbosswscxf
validationRegex: none

Details about maven archetype jaxws-codefirst

License

License

lgpl
GroupId

GroupId

org.jboss.ws.plugins.archetypes
ArtifactId

ArtifactId

jaxws-codefirst
Version

Version

1.2.0.Final
Type

Type

maven-archetype
Description

Description

JBossWS-CXF Archetype - Simple JAX-WS Code First
Creates a project for developing a Web Service starting from Java code and using JBossWS
Project URL

Project URL

http://www.jboss.org/jbossws/jaxws-codefirst
Project Organization

Project Organization

JBoss, by Red Hat
Source Code Management

Source Code Management

https://github.com/jbossws/jaxws-codefirst-maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.jboss.ws.plugins.archetypes -DarchetypeArtifactId=jaxws-codefirst -DarchetypeVersion=1.2.0.Final -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.