Maven 2 installation

The selfdiagnose package is not (yet) available in the default Maven distribution repository (ibiblio). Until then, maven builders can install the package themselves and include the dependency in their pom.

Installation (2.4)

mvn install:install-file -DgroupId=com.philemonworks -DartifactId=selfdiagnose -Dversion=2.4 -Dpackaging=jar -DgeneratePom=true -Dfile=<ABSOLUTE_PATH>/selfdiagnose-1.0-rc10.jar
				

Dependencies

<dependency>
	<groupId>com.philemonworks</groupId>
	<artifactId>selfdiagnose</artifactId>
	<version>2.4</version>	
</dependency>	
				

Repository

<repository>
    <id>selfdiagnose-repo</id>
    <name>Repository for SelfDiagnose</name>
    <url>http://emicklei.googlecode.com/svn/repo</url>
</repository>