Skip to content

Instantly share code, notes, and snippets.

@sbliven
Created December 2, 2015 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbliven/7ebb27b1413c98a39dc6 to your computer and use it in GitHub Desktop.
Save sbliven/7ebb27b1413c98a39dc6 to your computer and use it in GitHub Desktop.
POM file for forester 1.038 based on the 1.005 POM. The URLs seem to be out-of-date here
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.biojava.thirdparty</groupId>
<artifactId>forester</artifactId>
<packaging>jar</packaging>
<name>Forester</name>
<description>Applications and software libraries for evolutionary biology and comparative genomics research</description>
<url>https://code.google.com/p/forester/</url>
<version>1.038</version>
<licenses>
<license>
<name>GNU LGPL v2</name>
<url>http://www.gnu.org/licenses/lgpl.html</url>
</license>
</licenses>
<scm>
<connection>scm:svn:http://forester.googlecode.com/svn/</connection>
<developerConnection>scm:svn:https://forester.googlecode.com/svn/</developerConnection>
<url>https://code.google.com/p/forester/</url>
</scm>
<developers>
<developer>
<id>christian</id>
<name>Christian Zmasek</name>
<email>cmzmasek@gmail.com</email>
</developer>
</developers>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment