summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2018-03-23 15:20:38 +0200
committerGitHub <noreply@github.com>2018-03-23 15:20:38 +0200
commit8ad462c44729ecfacd3ba558db851f0f5e478dd5 (patch)
tree66cf1c1ec3dd06c215a2d2464f3a7c460f32583d /pom.xml
parent0f052d4fcb5eabccfaae5a2e486c38cb5eabc08d (diff)
downloadvaadin-framework-8ad462c44729ecfacd3ba558db851f0f5e478dd5.tar.gz
vaadin-framework-8ad462c44729ecfacd3ba558db851f0f5e478dd5.zip
Add snapshot repository to root pom.xml (#10746)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 13 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index f9ce461479..0b7be301f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,13 +64,8 @@
<vaadin.testbench.version>5.1.1</vaadin.testbench.version>
</properties>
- <!-- TODO: remove this after maven plugin has been released -->
<pluginRepositories>
<pluginRepository>
- <id>vaadin-prereleases</id>
- <url>http://maven.vaadin.com/vaadin-prereleases</url>
- </pluginRepository>
- <pluginRepository>
<id>vaadin-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
<releases>
@@ -82,6 +77,19 @@
</pluginRepository>
</pluginRepositories>
+ <repositories>
+ <repository>
+ <id>vaadin-snapshots</id>
+ <url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+
<organization>
<name>Vaadin Ltd</name>
</organization>