diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2018-07-02 15:01:13 +0300 |
---|---|---|
committer | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2018-07-10 12:50:43 +0300 |
commit | 3c489402d80273c9a2d73c5d5136ee4802b64f4c (patch) | |
tree | 4df51adee7d882ffbbb7547ef6c5f69c6922000f | |
parent | d6507417cab1bbb388e9279b96d09abf943958d9 (diff) | |
download | vaadin-framework-3c489402d80273c9a2d73c5d5136ee4802b64f4c.tar.gz vaadin-framework-3c489402d80273c9a2d73c5d5136ee4802b64f4c.zip |
Add pluginRepository to test/pom.xml (#11015)
-rw-r--r-- | test/pom.xml | 13 |
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> |