Skip to content

Instantly share code, notes, and snippets.

@renaud
Created April 22, 2013 08:24
Show Gist options
  • Save renaud/5433251 to your computer and use it in GitHub Desktop.
Save renaud/5433251 to your computer and use it in GitHub Desktop.
template maven
<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>ch.epfl.bbp.nlp</groupId>
<artifactId>blue_uima_parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<name></name>
<description></description>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>blue_uima_utils</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment