]> source.dussan.org Git - archiva.git/commitdiff
[MRM-1952] add jetty snapshot repositories
authorolivier lamy <olamy@apache.org>
Fri, 16 Jun 2017 23:20:02 +0000 (09:20 +1000)
committerolivier lamy <olamy@apache.org>
Fri, 16 Jun 2017 23:20:02 +0000 (09:20 +1000)
Signed-off-by: olivier lamy <olamy@apache.org>
pom.xml

diff --git a/pom.xml b/pom.xml
index ae601742126f506b06b1cb0d5c9aa761bb3796ad..7fc5386c5ccd4cedb98022f6361267ff439b8f43 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <enabled>true</enabled>
       </snapshots>
     </repository>
+    <repository>
+      <id>jetty.snapshots</id>
+      <name>Jetty Snapshots</name>
+      <url>https://oss.sonatype.org/content/repositories/jetty-snapshots/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
   </repositories>
   <pluginRepositories>
     <pluginRepository>
         <enabled>true</enabled>
       </snapshots>
     </pluginRepository>
+    <pluginRepository>
+      <id>jetty.snapshots</id>
+      <name>Jetty Snapshots</name>
+      <url>https://oss.sonatype.org/content/repositories/jetty-snapshots/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </pluginRepository>
   </pluginRepositories>
 </project>