https://github.com/CampagneLaboratory/XChart
Raw File
Tip revision: 24d1b77a65c0f2ef38522395ab5d3a49f616278b authored by Fabien Campagne on 02 August 2017, 20:23:23 UTC
Remove mps_home definition in build script.
Tip revision: 24d1b77
pom.xml
<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">

<!-- this pom has the only purpose to trigger a Maven installation in the workspace when the project is built on Jenkins-->
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.campagnelab.mps</groupId>
    <artifactId>xchart</artifactId>
    <version>1.0.0</version>
    <packaging>pom</packaging>
</project>
back to top