Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--releng/main-tests/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releng/main-tests/pom.xml b/releng/main-tests/pom.xml
index e83b771ec95..3a14015a614 100644
--- a/releng/main-tests/pom.xml
+++ b/releng/main-tests/pom.xml
@@ -278,6 +278,11 @@
<layout>p2</layout>
<url>${papyrus.repo.dev}</url>
</repository>
+ <repository>
+ <id>papyrus-extra</id>
+ <layout>p2</layout>
+ <url>${papyrus.repo.extra}</url>
+ </repository>
</repositories>
<activation>
<activeByDefault>true</activeByDefault>

Back to the top