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