Versions Compared

Key

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

...

Checkout or update the trunk.
Build it top down (till we have all the artifacts published)

Creating an archetype (template) testsuite

Code Block
titlecommand
borderStylesolid
$>cd geronimo/testsuite
$>mvn archetype:create \
    -DarchetypeGroupId=org.apache.geronimo.plugins \
    -DarchetypeArtifactId=geronimo-archetype-testsuite \
    -DarchetypeVersion=2.0-SNAPSHOT \
    -DartifactId=newFunc-testsuite \
    -Dversion=2.0-SNAPSHOT

...