Skip to content
Snippets Groups Projects
Commit b3a4c796 authored by boulouk's avatar boulouk
Browse files

updated files to deploy the snapshots in central rep

parent 608e0580
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@
<name>Inria MiMove Team</name>
<url>https://mimove.inria.fr</url>
</organization>
<url>http://www.chorevolution.eu</url>
<developers>
<developer>
......@@ -38,6 +39,19 @@
</developer>
</developers>
<distributionManagement>
<repository>
<id>ow2-nexus-releases</id>
<name>OW2 Release Repository</name>
<url>http://repository.ow2.org/nexus/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>ow2-nexus-snapshots</id>
<name>OW2 Snapshots Repository</name>
<url>http://repository.ow2.org/nexus/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
......
......@@ -156,7 +156,7 @@
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<phase></phase>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment