Added by Bart van der Schans, last edited by Bart van der Schans on Aug 20, 2007  (view change)

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.

How to install the Hippo Fortress Maven plugin.

Hippo Fortress Maven plugin

The Fortress plugin is a Maven plugin to assist you to build Hippo projects.

Get Maven

This plugin is designed for Maven 1.0.n, if you do not already have it, the latest version, currently 1.0.2, can be downloaded from http://maven.apache.org/maven-1.x/start/download.html. Decompress the archive to a suitable location. Add this location as MAVEN_HOME to your environment variables and for convenience, add it to the $PATH variable.

In your user directory, create a build.properties file and add the following line

maven.repo.remote=http://repository.hippocms.org/maven,http://repo1.maven.org/maven

Current stable version: 1.01.06

Installing binary

To install the Fortress plugin:

maven -Dversion=1.01.06 -DartifactId=hippo-fortress-plugin -DgroupId=hippo-fortress plugin:download -Dmaven.repo.remote=http://repository.hippocms.org/maven

Installing from source

Get the code

The code is in the public SVN at:
http://svn.hippocms.org/repos/hippo/hippo-fortress/trunk/plugin

Building the hippo-fortress plugin

$ cd hippo-fortress/plugin
$ maven