[java-parent-project] branch main updated: JPAR-197 - Remove our Maven repositories from POMs
Tom Zeller
tzeller at dragonacea.biz
Fri Jan 13 15:38:26 UTC 2023
This is an automated email from the git hooks/post-receive script.
tzeller 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=2ded4d6cd1978cd1ac7ef04625fae15d3ec8ab3e
The following commit(s) were added to refs/heads/main by this push:
new 2ded4d6 JPAR-197 - Remove our Maven repositories from POMs
2ded4d6 is described below
commit 2ded4d6cd1978cd1ac7ef04625fae15d3ec8ab3e
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Jan 13 09:38:13 2023 -0600
JPAR-197 - Remove our Maven repositories from POMs
https://shibboleth.atlassian.net/browse/JPAR-197
---
pom.xml | 92 +++--------------------------------------------------------------
1 file changed, 4 insertions(+), 88 deletions(-)
diff --git a/pom.xml b/pom.xml
index cd593e4..dad95d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,6 @@
<maven-versions-plugin.version>2.14.1</maven-versions-plugin.version>
<maven-war-plugin.version>3.3.2</maven-war-plugin.version>
- <maven.central.url>https://repo1.maven.org/maven2</maven.central.url>
<shibboleth.site.url>https://build.shibboleth.net/nexus/content/sites/site/</shibboleth.site.url>
<!-- Separate the site deployment URL from the published site locations (JPAR-176) -->
<shibboleth.site.deploy.url>//shibboleth.net/home/javasites/staging/</shibboleth.site.deploy.url>
@@ -149,93 +148,10 @@
</properties>
- <repositories>
- <repository>
- <id>shib-release</id>
- <url>https://build.shibboleth.net/nexus/content/groups/public</url>
- <releases>
- <enabled>true</enabled>
- <checksumPolicy>fail</checksumPolicy>
- </releases>
- <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>
- <snapshots>
- <enabled>true</enabled>
- <checksumPolicy>fail</checksumPolicy>
- </snapshots>
- </repository>
- <repository>
- <id>shib-thirdparty-snapshot</id>
- <url>https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- <checksumPolicy>fail</checksumPolicy>
- </snapshots>
- </repository>
- <repository>
- <id>central</id>
- <url>${maven.central.url}</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>spring-milestone</id>
- <url>https://repo.spring.io/milestone</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- </repositories>
-
- <pluginRepositories>
- <pluginRepository>
- <id>shib-release</id>
- <url>https://build.shibboleth.net/nexus/content/groups/public</url>
- <snapshots>
- <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>
- <url>${maven.central.url}</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </pluginRepository>
- </pluginRepositories>
+ <!--
+ See the Shibboleth wiki for documentation of our Maven repositories :
+ https://shibboleth.atlassian.net/wiki/spaces/DEV/pages/2891317253/MavenRepositories
+ -->
<!-- Dependencies set for all projects. This should remain empty. -->
<dependencies>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list