summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2018-07-02 15:01:13 +0300
committerTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2018-07-10 12:50:43 +0300
commit3c489402d80273c9a2d73c5d5136ee4802b64f4c (patch)
tree4df51adee7d882ffbbb7547ef6c5f69c6922000f
parentd6507417cab1bbb388e9279b96d09abf943958d9 (diff)
downloadvaadin-framework-3c489402d80273c9a2d73c5d5136ee4802b64f4c.tar.gz
vaadin-framework-3c489402d80273c9a2d73c5d5136ee4802b64f4c.zip
Add pluginRepository to test/pom.xml (#11015)
-rw-r--r--test/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/pom.xml b/test/pom.xml
index 42bb01ca3d..5a5fdbf35b 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -49,6 +49,19 @@
</repository>
</repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>vaadin-snapshots</id>
+ <url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+
<dependencyManagement>
<dependencies>
<dependency>