Versions Compared

Key

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

...

Panel

$ mvn archetype:create \
-DarchetypeGroupId=org.apache.servicemix.tooling \
-DarchetypeArtifactId=servicemix-service-engine \
-DarchetypeVersion=3.1-incubating-SNAPSHOT \
-DgroupId=org.apache.servicemix.samples.helloworld.se \
-DartifactId=hello-world-se

...

Creating the JBI Service Engine

1) Change the package name from org.apache.servicemix.samples.helloworld to org.apache.servicemix.samples.helloworld.se

Creating the Maven Subprojects For the Service Unit and Service Assembly

...