Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxel Richard2016-03-15 13:01:24 +0000
committerAxel Richard2016-03-15 13:01:24 +0000
commit44b6861ce94ed9afc4d92b4901f1ea9583ad6fc8 (patch)
tree3d2a17ac37c8b0ee41406bb49a1e4a2ca0f6d35a
parent42573dab44e35f36c1e5286ef18184c3e81af040 (diff)
downloadorg.eclipse.emf.compare-44b6861ce94ed9afc4d92b4901f1ea9583ad6fc8.tar.gz
org.eclipse.emf.compare-44b6861ce94ed9afc4d92b4901f1ea9583ad6fc8.tar.xz
org.eclipse.emf.compare-44b6861ce94ed9afc4d92b4901f1ea9583ad6fc8.zip
Add distributionManagement part to pom parent (for Maven/Nexus deploy)
Change-Id: I0bbbadb2b88a054942cec891e729f3738039e6e2 Signed-off-by: Axel Richard <axel.richard@obeo.fr>
-rw-r--r--org.eclipse.emf.compare-parent/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/org.eclipse.emf.compare-parent/pom.xml b/org.eclipse.emf.compare-parent/pom.xml
index fed7941b3..c1e646354 100644
--- a/org.eclipse.emf.compare-parent/pom.xml
+++ b/org.eclipse.emf.compare-parent/pom.xml
@@ -898,4 +898,17 @@
</properties>
</profile>
</profiles>
+
+ <distributionManagement>
+ <repository>
+ <id>repo.eclipse.org</id>
+ <name>EMF Compare Repository - Releases</name>
+ <url>https://repo.eclipse.org/content/repositories/emfcompare-releases/</url>
+ </repository>
+ <snapshotRepository>
+ <id>repo.eclipse.org</id>
+ <name>EMF Compare Repository - Snapshots</name>
+ <url>https://repo.eclipse.org/content/repositories/emfcompare-snapshots/</url>
+ </snapshotRepository>
+ </distributionManagement>
</project>

Back to the top