[java-idp-oidc] branch master updated: Add module names to POMs.
Scott Cantor
cantor.2 at osu.edu
Fri Jan 10 11:22:59 EST 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=92969d2204d2d6347517d14495506f6f73032688
The following commit(s) were added to refs/heads/master by this push:
new 92969d2 Add module names to POMs.
92969d2 is described below
commit 92969d2204d2d6347517d14495506f6f73032688
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jan 10 11:22:56 2020 -0500
Add module names to POMs.
---
idp-oidc-extension-api/pom.xml | 6 ++++++
idp-oidc-extension-distribution/pom.xml | 2 ++
idp-oidc-extension-impl/pom.xml | 8 ++++++++
pom.xml | 8 --------
4 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/idp-oidc-extension-api/pom.xml b/idp-oidc-extension-api/pom.xml
index 7026f70..463cde1 100644
--- a/idp-oidc-extension-api/pom.xml
+++ b/idp-oidc-extension-api/pom.xml
@@ -9,8 +9,14 @@
<groupId>org.geant</groupId>
<version>2.0.0-SNAPSHOT</version>
</parent>
+
<artifactId>idp-oidc-extension-api</artifactId>
<packaging>jar</packaging>
+
+ <properties>
+ <automatic.module.name>org.geant.idpextension.oidc.api</automatic.module.name>
+ </properties>
+
<dependencies>
<dependency>
<groupId>net.shibboleth.ext</groupId>
diff --git a/idp-oidc-extension-distribution/pom.xml b/idp-oidc-extension-distribution/pom.xml
index 53c3f4e..f7abf78 100644
--- a/idp-oidc-extension-distribution/pom.xml
+++ b/idp-oidc-extension-distribution/pom.xml
@@ -9,7 +9,9 @@
<groupId>org.geant</groupId>
<version>2.0.0-SNAPSHOT</version>
</parent>
+
<artifactId>idp-oidc-extension-distribution</artifactId>
+
<build>
<plugins>
<plugin>
diff --git a/idp-oidc-extension-impl/pom.xml b/idp-oidc-extension-impl/pom.xml
index 0ff5ab3..ac74387 100644
--- a/idp-oidc-extension-impl/pom.xml
+++ b/idp-oidc-extension-impl/pom.xml
@@ -8,8 +8,14 @@
<groupId>org.geant</groupId>
<version>2.0.0-SNAPSHOT</version>
</parent>
+
<artifactId>idp-oidc-extension-impl</artifactId>
<packaging>jar</packaging>
+
+ <properties>
+ <automatic.module.name>org.geant.idpextension.oidc.impl</automatic.module.name>
+ </properties>
+
<dependencies>
<dependency>
<groupId>com.nimbusds</groupId>
@@ -204,6 +210,7 @@
</dependencies>
<build>
<plugins>
+ <!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
@@ -233,6 +240,7 @@
</execution>
</executions>
</plugin>
+ -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
diff --git a/pom.xml b/pom.xml
index 55f8bf1..07d9dee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,13 +30,6 @@
<enabled>false</enabled>
</releases>
</repository>
- <repository>
- <id>archiva.snapshots</id>
- <url>https://maven.csc.fi/repository/snapshots</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
</repositories>
<modules>
<module>idp-oidc-extension-api</module>
@@ -171,5 +164,4 @@
</dependency>
</dependencies>
</dependencyManagement>
-
</project>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list