MVN

org.jboss.ws.plugins.archetypes : jaxws-codefirst

Maven & Gradle

Dec 02, 2015
0 stars

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

mvn archetype:generate -DarchetypeGroupId=org.jboss.ws.plugins.archetypes -DarchetypeArtifactId=jaxws-codefirst -DarchetypeVersion=1.2.0.Final
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.ws.plugins.archetypes : jaxws-codefirst to generate a Maven project - Latest Versions:

  • Latest Stable: 1.2.0.Final
  • Latest Beta: 1.1.0.Beta1

All Versions

Choose a version of org.jboss.ws.plugins.archetypes : jaxws-codefirst to generate a Maven project - All Versions:

Version Vulnerabilities Updated
1.2.x
jaxws-codefirst-1.2.0.Final
1.1.x
jaxws-codefirst-1.1.1.Final
jaxws-codefirst-1.1.0.Final
jaxws-codefirst-1.1.0.Beta1
1.0.x
jaxws-codefirst-1.0.0.Beta1

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=org.jboss.ws.plugins.archetypes -DarchetypeArtifactId=jaxws-codefirst -DarchetypeVersion=1.2.0.Final