|
Page Edited :
SM :
4.02. Creating cxf-bc service unit
4.02. Creating cxf-bc service unit has been edited by Gert Vanthienen (Aug 16, 2008). Content:Creating the CXF-BC Service UnitOn this page we are going to create the cxf-bc service unit. . Using a Maven archetype to create the service unit projectServiceMix 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 root pom.xml we run the following command to create a service unit project.
mvn archetype:create -DarchetypeGroupId=org.apache.servicemix.tooling
-DarchetypeArtifactId=servicemix-cxf-bc-service-unit
-DgroupId=org.apache.servicemix.examples
-DartifactId=my-cxf-bc-su
Because we started Maven's archetype:create from the directory containing our parent pom.xml Maven has also <module>my-cxf-bc-su</module> Now, we will have to configure this service unit to provide the services we want. Proceed to the next step
|
Unsubscribe or edit your notifications preferences
