]> source.dussan.org Git - vaadin-framework.git/commitdiff
Add snapshot repository to root pom.xml (#10746)
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>
Fri, 23 Mar 2018 13:20:38 +0000 (15:20 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Mar 2018 13:20:38 +0000 (15:20 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index f9ce4614795fefbdc17cf561815803548c3bb92d..0b7be301f8098490197e872f84913dd171e96fcb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <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>
         </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>