[java-parent-project] branch main updated: Add our snapshot repository for plugins
Rod Widdowson
rdw at steadingsoftware.com
Fri Dec 31 11:13:47 UTC 2021
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=f10695f8c0fada0d7d7d4bec5144cbf5f9a6daeb
The following commit(s) were added to refs/heads/main by this push:
new f10695f Add our snapshot repository for plugins
f10695f is described below
commit f10695f8c0fada0d7d7d4bec5144cbf5f9a6daeb
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Dec 31 11:13:06 2021 +0000
Add our snapshot repository for plugins
---
pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/pom.xml b/pom.xml
index 4e82637..a103ce7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,6 +197,17 @@
<enabled>false</enabled>
</snapshots>
</pluginRepository>
+ <pluginRepository>
+ <id>shib-snapshot</id>
+ <url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <checksumPolicy>fail</checksumPolicy>
+ </snapshots>
+ </pluginRepository>
<pluginRepository>
<id>central</id>
<name>Maven Plugin Repository</name>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list