Versions Compared

Key

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

...

Run the following command:

Code Block
  mvn archetype:create \
        -DarchetypeGroupId=org.apache.servicemix.archetypestooling \
        -DarchetypeArtifactId=servicemix-service-engine \
        -DarchetypeVersion=1.0-SNAPSHOT \
        -DgroupId=org.apache.servicemix.xslt \
        -DartifactId=servicemix-xslt

...

To test it, just run

Code Block
  mvn test

You should see something like:

...