[java-idp-oidc] branch maint-3 updated: Unlock parent POM, remove repos, add javadoc links.
Scott Cantor
cantor.2 at osu.edu
Tue Oct 10 15:00:07 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-3
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=387a92e770a57faa7e6095b18ddedb64c5f92486
The following commit(s) were added to refs/heads/maint-3 by this push:
new 387a92e7 Unlock parent POM, remove repos, add javadoc links.
387a92e7 is described below
commit 387a92e770a57faa7e6095b18ddedb64c5f92486
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 10 11:00:03 2023 -0400
Unlock parent POM, remove repos, add javadoc links.
---
pom.xml | 37 ++++++++++++++++++++-----------------
1 file changed, 20 insertions(+), 17 deletions(-)
diff --git a/pom.xml b/pom.xml
index 74f2480b..bc0b8cb1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.3.4</version>
+ <version>11.3.6-SNAPSHOT</version>
</parent>
<groupId>net.shibboleth.idp.plugin.oidc</groupId>
<artifactId>idp-plugin-oidc-op-parent</artifactId>
@@ -37,27 +37,12 @@
</site>
</distributionManagement>
- <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>
<modules>
<module>idp-oidc-extension-api</module>
<module>idp-oidc-extension-impl</module>
<module>idp-oidc-extension-distribution</module>
</modules>
+
<dependencies>
<!-- Project wide test Dependencies -->
<dependency>
@@ -81,6 +66,7 @@
<scope>test</scope>
</dependency>
</dependencies>
+
<dependencyManagement>
<dependencies>
<!-- IdP BOM when importing IdP dependencies -->
@@ -141,5 +127,22 @@
<url>https://git.shibboleth.net/view/?p=java-idp-oidc.git</url>
</scm>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>net.shibboleth.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <links combine.children="append">
+ <link>${javadoc.url}/java-support/8.4.0</link>
+ <link>${javadoc.url}/spring-extensions/6.3.0</link>
+ <link>${javadoc.url}/java-opensaml/4.3.0</link>
+ <link>${javadoc.url}/java-identity-provider/4.3.1</link>
+ <link>${javadoc.url}/java-oidc-common/2.2.1</link>
+ </links>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list