Describes the installation and usage of the Jalopy Maven 2.x Plug-in.
Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
The Maven homepage can be reached under http://maven.apache.org/
Explains the steps involved in getting the Maven 2.x Plug-in up and running.
The Plug-in requires Maven 2.0 or later. See the section called "System requirements" for the basic requirements to run Jalopy.
Please note that the Plug-in won't work with prior versions. A different Plug-in is available for older Maven releases (see Chapter 11, Maven 1.x Plug-in).
The Plug-in comes as an executable Jar Archive (Jar) that contains a graphical setup wizard to let you easily install the software. Wizard installation is recommended and explained in detail in the section called "Wizard Installation".
If you would rather install the Plug-in manually, you have to decompress and copy the appropriate files into the different application folders. To decompress the contents of the installer Jar, you can either use the Jar tool that ships with your Java distribution or any other software that can handle the ZIP compression format (e.g. 7Zip or WinZip).
If you're upgrading from a prior version and want to keep your settings, first copy or rename the current Jalopy settings directory to match the version number of the new release. For instance, if your current settings directory is "C:\Documents and Settings\John Doo\.jalopy\1.0.4" and you're about to install Jalopy Help, either copy the directory contents or rename it to "C:\Documents and Settings\.jalopy\John Doo\Help". Wizard installation can perform this step automatically.
First copy the Jalopy Maven Plug-in folder triemax from the temporary directory into the Maven 2.x repository directory. This might either be the local repository (e.g. "C:\Documents And Settings\John Doo\.m2\repository\") or the repository directory of your internal repository in case you're using a shared repository for your organization.
Copy the file jalopy-Help.jar below the triemax/jalopy/Help/ folder in your Maven repository, and jalopy-maven-Help.jar from the temporary directory into the triemax/jalopy-maven/Help/ folder of your Maven 2.x repository.
After all steps have been performed, you should have a folder structure like the following:
..
repository
[...]
triemax
jalopy
Help
jalopy-Help.jar
jalopy-Help.pom
jalopy-maven
Help
jalopy-maven-Help.jar
jalopy-maven-Help.pom
maven-metadata-central.xml
maven-metadata-local.xml
[...]