[JIRA] (JPAR-193) Reduce public Maven repository lookups

Tom Zeller (Jira) jira at shibboleth.atlassian.net
Wed Oct 13 17:00:40 UTC 2021


Tom Zeller ( https://shibboleth.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A0fa99aa9-d698-454c-a274-7a41bee6cef5 ) *commented* on JPAR-193 ( https://shibboleth.atlassian.net/browse/JPAR-193?atlOrigin=eyJpIjoiYjk0N2EzMDU3MGFiNDhlMGE2ODFjNjQyYmI4N2MxNWMiLCJwIjoiaiJ9 )

Re: Reduce public Maven repository lookups ( https://shibboleth.atlassian.net/browse/JPAR-193?atlOrigin=eyJpIjoiYjk0N2EzMDU3MGFiNDhlMGE2ODFjNjQyYmI4N2MxNWMiLCJwIjoiaiJ9 )

The Nexus public repository is a group repository consisting of the releases , snapshots , and 3rd Party repositories.

The parent POM uses the public repository when really it should use releases.

So the following :

   <repositories>
       <repository>
           <id> shib-release </id>
           <url> https://build.shibboleth.net/nexus/content/groups/public </url>
           ...
       </repository>

should be changed to :

   <repositories>
       <repository>
            <id> shib-release </id>
           <url> https://build.shibboleth.net/nexus/content/repositories/releases </url>
           ...
       </repository>
       <repository>
           <id> shib-thirdparty </id>
           <url> https://build.shibboleth.net/nexus/content/repositories/thirdparty </url>
           ...
       </repository>

( https://shibboleth.atlassian.net/browse/JPAR-193#add-comment?atlOrigin=eyJpIjoiYjk0N2EzMDU3MGFiNDhlMGE2ODFjNjQyYmI4N2MxNWMiLCJwIjoiaiJ9 ) Add Comment ( https://shibboleth.atlassian.net/browse/JPAR-193#add-comment?atlOrigin=eyJpIjoiYjk0N2EzMDU3MGFiNDhlMGE2ODFjNjQyYmI4N2MxNWMiLCJwIjoiaiJ9 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail ) or iOS ( https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100181- sha1:4b5d772 )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/commits/attachments/20211013/a4537783/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-static-comment-icon-c9bbd4b6-5b87-4024-88d4-3ad947650a9d
Type: image/png
Size: 1084 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20211013/a4537783/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-static-footer-desktop-logo-dcd887ac-9d6b-472b-9787-0e3f7cfa91db
Type: image/png
Size: 10805 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20211013/a4537783/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-avatar-9a993bfd-fdad-4c40-bb59-5a6a696306eb
Type: image/png
Size: 468 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20211013/a4537783/attachment-0005.png>


More information about the commits mailing list