[java-mvn-enforcer-data] branch main updated: Add Shib repository section to POM
Phil Smart
philip.smart at jisc.ac.uk
Mon Jan 17 11:29:14 UTC 2022
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-mvn-enforcer-data.
View the commit online:
http://git.shibboleth.net/view/?p=java-mvn-enforcer-data.git;a=commit;h=fd00c2b960c437f02d7d6b7893a3fb04b29c321d
The following commit(s) were added to refs/heads/main by this push:
new fd00c2b Add Shib repository section to POM
fd00c2b is described below
commit fd00c2b960c437f02d7d6b7893a3fb04b29c321d
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Jan 17 11:29:09 2022 +0000
Add Shib repository section to POM
---
pom.xml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/pom.xml b/pom.xml
index 389783c..915a19e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,23 @@
<automatic.module.name>net.shibboleth.gpg</automatic.module.name>
</properties>
+ <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>
+
<scm>
<connection>${shibboleth.scm.connection}java-identity-provider</connection>
<developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list