diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2018-07-02 15:01:13 +0300 |
---|---|---|
committer | Ilia Motornyi <elmot@vaadin.com> | 2018-07-02 15:01:13 +0300 |
commit | 879caf3691074ce001d25d56c46df9b94bcc2f46 (patch) | |
tree | 463f378e566f7fa99efaf92e22543e2c92771088 /test | |
parent | 15906122b76e1d9919e015d8d3bbe3b31edffd81 (diff) | |
download | vaadin-framework-879caf3691074ce001d25d56c46df9b94bcc2f46.tar.gz vaadin-framework-879caf3691074ce001d25d56c46df9b94bcc2f46.zip |
Add pluginRepository to test/pom.xml (#11015)
Diffstat (limited to 'test')
-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 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> |