Versions Compared

Key

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

...

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. The trunk for samples always contains samples for the highest level version under development https://svn.apache.org/repos/asf/geronimo/samples/trunk

To install the 2.1.2 private repository, check out the tagged 2.1.2 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.2/repository g-repo
cd g-repo
mvn install
Note

This assumes the Geronimo 2.1.2 hase been released. Prior to release you can checkout the snapshot versions via:
svn co https://svn.apache.org/repos/asf/geronimo/server/branches/2.1/repository/Image Removed g-repo

Build using

Code Block
mvn clean install

...