You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2021/03/27 07:52:15 UTC

[tomee-jakarta] branch master updated: Add apache snapshot repo so hopefully it can find the plugin

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-jakarta.git


The following commit(s) were added to refs/heads/master by this push:
     new 30b2f7d  Add apache snapshot repo so hopefully it can find the plugin
30b2f7d is described below

commit 30b2f7dc896f50a80d793c8e5dad96c771439138
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Sat Mar 27 08:51:59 2021 +0100

    Add apache snapshot repo so hopefully it can find the plugin
---
 pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/pom.xml b/pom.xml
index b85032d..5b4788d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1329,6 +1329,19 @@
     </pluginManagement>
   </build>
 
+  <repositories>
+    <repository>
+      <id>apache-snapshots</id>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
+      <layout>default</layout>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
   <pluginRepositories>
     <pluginRepository>
       <id>ossrh</id>