Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMykola Nikishov2018-12-03 13:16:21 +0000
committerAlexander Kurtakov2018-12-14 16:05:22 +0000
commit6e91128e69fe7c07ccfdc8d88c3963883425c856 (patch)
tree9ca9a6fb1a5a456a89427f17849245f7318de785
parentee70800032d2618fffb45ae9e6bf6676e23e856d (diff)
downloadeclipse.platform.releng.aggregator-6e91128e69fe7c07ccfdc8d88c3963883425c856.tar.gz
eclipse.platform.releng.aggregator-6e91128e69fe7c07ccfdc8d88c3963883425c856.tar.xz
eclipse.platform.releng.aggregator-6e91128e69fe7c07ccfdc8d88c3963883425c856.zip
Provide SCM URL for eclipse-platform-parent POM
When troubleshooting Maven build, make it obvious where source code lives. Change-Id: I94fd7c75b9feb920ecf64cacc9a3e3e4abcf8e28 Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
-rw-r--r--eclipse-platform-parent/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 3d2d87353..8d1098cff 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -1033,4 +1033,7 @@
</properties>
</profile>
</profiles>
+ <scm>
+ <connection>scm:git:https://git.eclipse.org/r/platform/eclipse.platform.releng.aggregator</connection>
+ </scm>
</project>

Back to the top