Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: remove old text

...

Requires Maven 2.x and Java 1.5+

Until the archetype is made available at maven central you will need to run the following that will install the radix archetype locally.

Code Block

prompt> svn co https://svn.apache.org/repos/asf/oodt/trunk/mvn/archetypes/radix
prompt> cd radix
prompt> mvn install

Once you have the archetype installed or it The archetype is available at maven central. Here is the set of commands you would typically run.

...