summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2018-07-02 15:01:13 +0300
committerIlia Motornyi <elmot@vaadin.com>2018-07-02 15:01:13 +0300
commit879caf3691074ce001d25d56c46df9b94bcc2f46 (patch)
tree463f378e566f7fa99efaf92e22543e2c92771088 /test
parent15906122b76e1d9919e015d8d3bbe3b31edffd81 (diff)
downloadvaadin-framework-879caf3691074ce001d25d56c46df9b94bcc2f46.tar.gz
vaadin-framework-879caf3691074ce001d25d56c46df9b94bcc2f46.zip
Add pluginRepository to test/pom.xml (#11015)
Diffstat (limited to 'test')
-rw-r--r--test/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/pom.xml b/test/pom.xml
index 6d3ad6a9cd..42693ecad8 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>