Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add steps to install private repo before building samples

...

Note

The samples for Geronimo 2.1 and earlier require maven v 2.0.7 (maven v 2.0.9 is not supported). Samples for Geronimo 2.2 and later require maven v 2.0.9 or later.

...

Depending on when you look you may find earlier or released versions of the samples under samples/branches and samples/tags. You can browse in any web browser to see what's there.

To install the 2.1 private repository, check out the tagged 2.1 repository and install it to your local maven 2 repository using maven.

Code Block

svn co https://svn.apache.org/repos/asf/geronimo/server/tags/2.1.0/repository
mvn install

Build using

Code Block
mvn clean install

...