[java-identity-provider] branch maint-4 updated: Remove scm and site content, add project name property.
Scott Cantor
cantor.2 at osu.edu
Fri Mar 15 13:51:38 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=eea546a3c56ed21ff97a655ce91d31faba498bed
The following commit(s) were added to refs/heads/maint-4 by this push:
new eea546a3c Remove scm and site content, add project name property.
eea546a3c is described below
commit eea546a3c56ed21ff97a655ce91d31faba498bed
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Mar 15 09:51:35 2024 -0400
Remove scm and site content, add project name property.
---
idp-parent/pom.xml | 31 +------------------------------
1 file changed, 1 insertion(+), 30 deletions(-)
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index c1157d433..4b59443af 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -66,14 +66,13 @@
</modules>
<properties>
+ <shibboleth.projectName>java-identity-provider</shibboleth.projectName>
<idwsfconsumer.version>2.1.0</idwsfconsumer.version>
<java-support.version>8.4.1-SNAPSHOT</java-support.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
<opensaml.version>4.3.1-SNAPSHOT</opensaml.version>
<spring-extensions.version>6.3.1-SNAPSHOT</spring-extensions.version>
<checkstyle.configLocation>${project.basedir}/../idp-parent/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
- <idp-parent.site.url>${shibboleth.site.deploy.url}java-identity-provider/${project.version}/</idp-parent.site.url>
- <idp-module.site.url>${idp-parent.site.url}${project.artifactId}</idp-module.site.url>
</properties>
<dependencies>
@@ -157,19 +156,6 @@
</dependencies>
</dependencyManagement>
- <scm>
- <connection>${shibboleth.scm.connection}java-identity-provider</connection>
- <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
- <url>${shibboleth.scm.url}java-identity-provider.git</url>
- </scm>
-
- <distributionManagement>
- <site>
- <id>site</id>
- <url>scp:${idp-parent.site.url}</url>
- </site>
- </distributionManagement>
-
<build>
<plugins>
<plugin>
@@ -183,21 +169,6 @@
</links>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-descriptor</id>
- <goals>
- <goal>attach-descriptor</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <siteDirectory>../idp-parent/src/site</siteDirectory>
- </configuration>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list