Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ServiceMix provides several Maven archetypes to help you create your projects more rapidly and reliably. We start off by using the servicemix-cxf-bc-service-unit archetype, which is used for creating a servicemix-cxf-bc service unit project.

From our tutorial project directory, where we already have the parent pom.xml, we run this command to create a service unit project named.

No Format
 
c:\home\Diplomka\_mySA\tutorial-wsdl-cxf-service>mvn archetype:create -Darchetyp
eGroupId=org.apache.servicemix.tooling -DarchetypeArtifactId=servicemix-cxf-bc-s
ervice-unit -DgroupId=org.apache.servicemix.examples -DartifactId=my-cxf-bc-su

...