Using Maven 2The project is managed using maven 2. If your project is also uses maven then you have several options, all of which you are probably already aware. Option 1: Let Maven Do ItNote: The project artifact does not yet exist in the central maven repository. When it does you'll be able to simply declare a dependency in your pom, but for now you can use the snapshot repository by adding the following to the <repositories></repositories> section in your pom: <repository> <id>godcode-snapshots</id> <name>Godcode Maven Snapshot Repository</name> <url>http://thegodcode.net/m2-snapshots/</url> </repository> Option 2: Install a Packaged Artifact
Option 3: Install From SourceInstalling the components from source is very easy, assuming you have subversion and maven 2 installed.
|
► Sign in to add a comment