Railo Maven Repository

Does what it says on the tin. The Railo jar and its dependencies in a Maven2 repository located at http://railo-repo.sourceforge.net/maven2.

To make use of Railo in your Maven project simply add the following to your POM:


	...
	<dependencies>
		<dependency>
			<groupId>org.getrailo</groupId>
			<artifactId>railo</artifactId>
			<version>3.3.1.000</version>
		</dependency>
	</dependencies>
	...
	<repositories>
		<repository>
			<id>railo-repo</id>
			<url>http://railo-repo.sourceforge.net/maven2</url>
			<releases>
				<enabled>true</enabled>
			</releases>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
		</repository>
	</repositories>
	...
		

A sample Maven2 web application project can be found here: sample.zip.

If you find any problems please use the tracker within the SourceForge project area. Or if you want to chat please use one of the forums.

The versions of Railo that have been uploaded so far are:

I've put this up as part of my work at GOSS. We use it here to make local development of ColdFusion sites loads easier.