[java-idp-plugin-jetty] 02/186: Add Shibboleth repositories to POM.
Rod Widdowson
rdw at steadingsoftware.com
Thu Jul 24 15:55:53 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/foo
in repository java-idp-plugin-jetty.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=ccbeca8dc1a655c7eb63cc74d593973e6c8a7d63
commit ccbeca8dc1a655c7eb63cc74d593973e6c8a7d63
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue May 24 17:35:50 2016 -0500
Add Shibboleth repositories to POM.
---
pom.xml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/pom.xml b/pom.xml
index d9e5848..538b356 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,6 +15,23 @@
<artifactId>idp-example-jetty-base</artifactId>
<packaging>jar</packaging>
+ <repositories>
+ <repository>
+ <id>shib-release</id>
+ <url>https://build.shibboleth.net/nexus/content/groups/public</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>shib-snapshot</id>
+ <url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+ </repositories>
+
<dependencies>
<!-- Compile Dependencies -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list