[java-mvn-enforcer] branch main updated: Remove site deployment info. Improve module name.
Phil Smart
philip.smart at jisc.ac.uk
Thu Sep 23 11:00:40 UTC 2021
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-mvn-enforcer.
View the commit online:
http://git.shibboleth.net/view/?p=java-mvn-enforcer.git;a=commit;h=e2d22555146ae4463852af566b9118f7c33ac7b4
The following commit(s) were added to refs/heads/main by this push:
new e2d2255 Remove site deployment info. Improve module name.
e2d2255 is described below
commit e2d22555146ae4463852af566b9118f7c33ac7b4
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Sep 23 12:00:38 2021 +0100
Remove site deployment info. Improve module name.
---
pom.xml | 32 ++------------------------------
1 file changed, 2 insertions(+), 30 deletions(-)
diff --git a/pom.xml b/pom.xml
index 78d044d..5c80bc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,9 +19,7 @@
<packaging>jar</packaging>
<properties>
- <automatic.module.name>net.shibboleth.idp.enforcer</automatic.module.name>
- <!-- TODO: Remove when parent POM updated. -->
- <shibboleth.site.deploy.url>//shibboleth.net/home/javasites/staging/</shibboleth.site.deploy.url>
+ <automatic.module.name>net.shibboleth.maven.enforcer.rules.dist</automatic.module.name>
</properties>
<repositories>
@@ -41,17 +39,11 @@
</repository>
</repositories>
- <scm>
- <connection>scm:git:https://git.shibboleth.net/git/${project.artifactId}</connection>
- <developerConnection>scm:git:git at git.shibboleth.net:${project.artifactId}</developerConnection>
- <url>https://git.shibboleth.net/view/?p=${project.artifactId}.git</url>
- </scm>
-
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>${slf4j.version}</version>
+ <version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
@@ -101,14 +93,6 @@
</dependency>
</dependencies>
-
- <distributionManagement>
- <site>
- <id>site</id>
- <url>scp:${shibboleth.site.deploy.url}${project.artifactId}/${project.version}/</url>
- </site>
- </distributionManagement>
-
<build>
<plugins>
<plugin>
@@ -123,18 +107,6 @@
</archive>
</configuration>
</plugin>
- <!-- TODO: Remove when parent POM updated. -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- <dependencies>
- <dependency>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-ssh</artifactId>
- <version>3.4.3</version>
- </dependency>
- </dependencies>
- </plugin>
</plugins>
</build>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list