Creating the Maven project
On this page, we are going to create a Maven project which will contain our SU and SA projects .
Creating the Maven project
Now we need to decide where our project will be located. There will be one project folder containing subfolders
for each service-unit / service assembly etc.
So move now to a folder of your choice and run the following command:
This command will generate a project root folder which already contains the root pom.xml for the project.
Inside this file the project configuration is done. Just open it inside an editor and look at it.
Checking the pom.xml
The easiest way to check the pom.xml is by running Maven from the project directory. So move into the freshly
created project folder and run the following command:
Maven will install the pom.xml file your local Maven repository and report a successful build like this:
Next, we are going to create cxf-bc service unit.