Commit 66ff383e authored by Dumoulin Nicolas's avatar Dumoulin Nicolas
Browse files

POM udpate

No related merge requests found
Showing with 21 additions and 5 deletions
+21 -5
......@@ -30,7 +30,7 @@
<dependency>
<groupId>fr.cemagref</groupId>
<artifactId>ohoui</artifactId>
<version>0.1</version>
<version>0.1.3</version>
</dependency>
<dependency>
<groupId>jfree</groupId>
......@@ -50,7 +50,7 @@
<name>${project.artifactId} ${project.version}</name>
<description />
<url>http://trac.clermont.cemagref.fr/projets/LISC/wiki/JavaObservation</url>
<url>https://gitlab.irstea.fr/nicolas.dumoulin/Observation</url>
<licenses>
<license>
......@@ -67,8 +67,8 @@
<packaging>jar</packaging>
<scm>
<connection>scm:svn:http://trac.clermont.cemagref.fr/svn/LISC/Observation/branches/0.1</connection>
<url>http://trac.clermont.cemagref.fr/projets/LISC/browser/Observation/branches/0.1</url>
<connection>scm:git:git@gitlab-ssh.irstea.fr:nicolas.dumoulin/Observation.git</connection>
<url>https://gitlab.irstea.fr/nicolas.dumoulin/Observation/tree/master</url>
</scm>
<build>
<plugins>
......@@ -96,9 +96,25 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>assembly</goal>
</goals>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>trac.clermont.cemagref.fr.nexus</id>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment