Maven archetype for CXF project
-------------------------------
Key: CXF-665
URL: https://issues.apache.org/jira/browse/CXF-665
Project: CXF
Issue Type: New Feature
Reporter: Tomasz Sztelak
Attachments: maven-archetypes.zip
Maven archetype which creates CXF project based on spring-http sample
Commands to install:
cd maven-archetypes
mvn install
Command to use :
mvn archetype:create -DarchetypeGroupId=org.apache.cxf
-DarchetypeArtifactId=cxf-http-basic -DarchetypeVersion=2.0-incubator-SNAPSHOT
-DgroupId=<MY_PACKAGE> -DartifactId=<ID>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.