Versions Compared

Key

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

...

No Format
mvn clean install -Pit 

you can find a server with the sample installed in directories such as

...

Note

-Pit is currently only available in the samples trunk branches/2.2 (2.2.1-SNAPSHOT) and trunk (3.0-SNAPSHOT), not in branches/2.1 (2.1.3-SNAPSHOT) or tags/samples-parent-2.1.2 (2.1.2)

...

You need svn and maven installed on your system.

Note

Maven v 2.02.9 1 or later is required for building Geronimo 2.1 2 samples.

To check out the 2.2 samples:

No Format
svn co https://svn.apache.org/repos/asf/geronimo/samples/tags/samples-parent-2.2/ gsamplessamples-parent-2.2
Note

Alternatively, you could choose to work with the active 2.1 2 branch of samples. This will allow you to work with the latest changes in samples but will also expose you to a branch that is under active development and so things may be in flux from day to day:
svn co https://svn.apache.org/repos/asf/geronimo/samples/branches/2.1Image Removed2 gsamples-2.12

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/trunkImage Removed

Building the samples

...

Maven Generated Site for viewing javadoc or source xref

Note

Geronimo Samples 2.2 release did not generate the maven site for javadoc and source xref view. Cause Geronimo site scheme for 2.2 has some problem.

There is a maven generated site for samples which can be used to view javadoc and source. It can be found here:

...