Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index cc877ce89..07cc03e33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,10 @@
<version>3.6.0-SNAPSHOT</version>
<packaging>pom</packaging>
+ <properties>
+ <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/jsf/webtools.jsf.git</tycho.scmUrl>
+ </properties>
+
<modules>
<!-- assembly -->
<module>assembly/features/org.eclipse.jsf.assembly.feature</module>

Back to the top