[java-parent-project] branch maint-11 updated: JPAR-197 - Remove our Maven repositories from POMs
Tom Zeller
tzeller at dragonacea.biz
Fri Jan 13 14:45:13 UTC 2023
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch maint-11
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=e5bb1708a409e17d9027a4263b7ac4cfecacd54d
The following commit(s) were added to refs/heads/maint-11 by this push:
new e5bb170 JPAR-197 - Remove our Maven repositories from POMs
e5bb170 is described below
commit e5bb1708a409e17d9027a4263b7ac4cfecacd54d
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Jan 13 08:44:25 2023 -0600
JPAR-197 - Remove our Maven repositories from POMs
https://shibboleth.atlassian.net/browse/JPAR-197
---
pom.xml | 82 ++++-------------------------------------------------------------
1 file changed, 4 insertions(+), 78 deletions(-)
diff --git a/pom.xml b/pom.xml
index ae21a61..f080efd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,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>
@@ -147,83 +146,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>
- </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