Versions Compared

Key

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

...

While it is possible to build each sample separately you may be less likely to run into odd maven problems if you check out and build all the samples at once. This is a small amount of code so should not be a major burden on anyone.

You need svn and maven installed on your system.

Note

The samples for Geronimo 2.1 and earlier require maven v 2.0.7. Samples for Geronimo 2.2 and later require maven v 2.0.9 or later

...

.

To check out the trunk samples:

...

Code Block
mvn clean install

There are minimal smoke integration tests to assure that the sample plugins can be installed on the framework server. To run this tests use

Code Block
mvn clean install -Pit

...

Note

The integration tests are not available before

...

Geronimo 2.

...

2

...

Installing samples as plugins

...