[java-parent-project] branch main updated: JPAR-212 - Migrate javadoc links into individual projects

Scott Cantor cantor.2 at osu.edu
Tue Sep 19 15:40:28 UTC 2023


This is an automated email from the git hooks/post-receive script.

scantor 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=bf48d98b899d33b0496f2bfe33abc9c860cc7aac

The following commit(s) were added to refs/heads/main by this push:
     new bf48d98  JPAR-212 - Migrate javadoc links into individual projects
bf48d98 is described below

commit bf48d98b899d33b0496f2bfe33abc9c860cc7aac
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 19 10:39:36 2023 -0500

    JPAR-212 - Migrate javadoc links into individual projects
    
    https://shibboleth.atlassian.net/browse/JPAR-212
    
    Pull previous dummy links to shib-shared/opensaml.
    Add a new base URL for all javadocs to inherit.
---
 pom.xml | 28 ++--------------------------
 1 file changed, 2 insertions(+), 26 deletions(-)

diff --git a/pom.xml b/pom.xml
index d4fb591..6169b90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,28 +126,8 @@
         <spring-framework.link>https://docs.spring.io/spring/docs/${spring.version}/javadoc-api</spring-framework.link>
         <spring-webflow.link>https://docs.spring.io/spring-webflow/docs/${spring-webflow.version}/api</spring-webflow.link>
 
-        <!--
-            Dummy *but real* version strings for our own components.
-
-            These are provided solely for the benefit of the Javadoc
-            link templates that follow; this allows those links to
-            resolve even for projects which have no actual dependency on
-            the component. This satisfies the Javadoc processor for projects
-            which do *not* have a dependency on those APIs (see JPAR-116).
-
-            These properties MUST be overridden in any projects which have
-            an actual dependency.
-        -->
-        <java-shib-shared.version>9.0.0-SNAPSHOT</java-shib-shared.version>
-        <opensaml.version>4.0.1</opensaml.version>
-
-        <!--
-            These properties describe the locations of API indexes for
-            Shibboleth projects.
-        -->
-        <java-shib-shared.link>${shibboleth.site.url}java-shib-shared/${java-shib-shared.version}/apidocs</java-shib-shared.link>
-        <java-opensaml.link>${shibboleth.site.url}java-opensaml/${opensaml.version}/apidocs</java-opensaml.link>
-
+        <!-- Base URL for all our deployed javadocs. -->
+        <javadoc.url>https://shibboleth.net/api</javadoc.url>
     </properties>
 
     <!--
@@ -657,8 +637,6 @@
                             <link>${spring-webflow.link}</link>
                             <link>${guava.link}</link>
                             <link>${ldaptive.link}</link>
-                            <link>${java-shib-shared.link}</link>
-                            <link>${java-opensaml.link}</link>
                         </links>
                         <quiet>true</quiet>
                         <author>false</author>
@@ -849,8 +827,6 @@
                         <link>${spring-webflow.link}</link>
                         <link>${guava.link}</link>
                         <link>${ldaptive.link}</link>
-                        <link>${java-shib-shared.link}</link>
-                        <link>${java-opensaml.link}</link>
                     </links>
                     <quiet>true</quiet>
                     <author>false</author>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list