Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/pom.xml')
-rw-r--r--releng/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releng/pom.xml b/releng/pom.xml
index 9858bf161d6..7cfc9799bfd 100644
--- a/releng/pom.xml
+++ b/releng/pom.xml
@@ -62,6 +62,14 @@
<url>https://repository.jboss.org/</url>
</pluginRepository>
</pluginRepositories>
+
+ <repositories>
+ <repository>
+ <id>license-feature</id>
+ <url>http://download.eclipse.org/cbi/updates/license/</url>
+ <layout>p2</layout>
+ </repository>
+ </repositories>
<build>
<outputDirectory>bin</outputDirectory>

Back to the top