[java-metadata-aggregator] 02/02: Remove Maven site configuration elements

Ian Young ian at iay.org.uk
Thu Mar 21 17:31:08 UTC 2024


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

iay pushed a commit to branch main
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=8be598bf926d939a2a0ddea5a3a23f1f2d3c08ae

commit 8be598bf926d939a2a0ddea5a3a23f1f2d3c08ae
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Mar 21 17:30:27 2024 +0000

    Remove Maven site configuration elements
---
 mda-cli/pom.xml                 | 13 -------------
 mda-distribution/pom.xml        | 13 -------------
 mda-framework/pom.xml           | 32 --------------------------------
 mda-keylists-rsa-legacy/pom.xml | 13 -------------
 mda-keylists-rsa/pom.xml        | 13 -------------
 pom.xml                         | 29 -----------------------------
 6 files changed, 113 deletions(-)

diff --git a/mda-cli/pom.xml b/mda-cli/pom.xml
index 72cd5ad..46c19ef 100644
--- a/mda-cli/pom.xml
+++ b/mda-cli/pom.xml
@@ -62,17 +62,4 @@
 
     </dependencies>
 
-    <distributionManagement>
-        <site>
-            <id>site</id>
-            <url>scp:${aggregator-module.site.url}</url>
-        </site>
-    </distributionManagement>
-
-    <scm>
-        <connection>${shibboleth.scm.connection}java-metadata-aggregator</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-metadata-aggregator</developerConnection>
-        <url>${shibboleth.scm.url}java-metadata-aggregator.git</url>
-    </scm>
-
 </project>
diff --git a/mda-distribution/pom.xml b/mda-distribution/pom.xml
index f7cdbbf..8a2972a 100644
--- a/mda-distribution/pom.xml
+++ b/mda-distribution/pom.xml
@@ -189,17 +189,4 @@
         </plugins>
     </build>
 
-    <distributionManagement>
-        <site>
-            <id>site</id>
-            <url>scp:${aggregator-module.site.url}</url>
-        </site>
-    </distributionManagement>
-
-    <scm>
-        <connection>${shibboleth.scm.connection}java-metadata-aggregator</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-metadata-aggregator</developerConnection>
-        <url>${shibboleth.scm.url}java-metadata-aggregator.git</url>
-    </scm>
-
 </project>
diff --git a/mda-framework/pom.xml b/mda-framework/pom.xml
index 43510c3..28c1775 100644
--- a/mda-framework/pom.xml
+++ b/mda-framework/pom.xml
@@ -284,25 +284,6 @@
         </plugins>
     </build>
 
-    <reporting>
-        <plugins>
-
-            <plugin>
-                <groupId>org.jacoco</groupId>
-                <artifactId>jacoco-maven-plugin</artifactId>
-                <reportSets>
-                    <reportSet>
-                        <reports>
-                            <!-- select non-aggregate reports -->
-                            <report>report</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-
-        </plugins>
-    </reporting>
-
     <profiles>
 
         <!--
@@ -326,17 +307,4 @@
 
     </profiles>
 
-    <distributionManagement>
-        <site>
-            <id>site</id>
-            <url>scp:${aggregator-module.site.url}</url>
-        </site>
-    </distributionManagement>
-
-    <scm>
-        <connection>${shibboleth.scm.connection}java-metadata-aggregator</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-metadata-aggregator</developerConnection>
-        <url>${shibboleth.scm.url}java-metadata-aggregator.git</url>
-    </scm>
-
 </project>
diff --git a/mda-keylists-rsa-legacy/pom.xml b/mda-keylists-rsa-legacy/pom.xml
index ee44fcf..3e9cf18 100644
--- a/mda-keylists-rsa-legacy/pom.xml
+++ b/mda-keylists-rsa-legacy/pom.xml
@@ -32,17 +32,4 @@
         <!-- Managed Dependencies -->
     </dependencies>
 
-    <distributionManagement>
-        <site>
-            <id>site</id>
-            <url>scp:${aggregator-module.site.url}</url>
-        </site>
-    </distributionManagement>
-
-    <scm>
-        <connection>${shibboleth.scm.connection}java-metadata-aggregator</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-metadata-aggregator</developerConnection>
-        <url>${shibboleth.scm.url}java-metadata-aggregator.git</url>
-    </scm>
-
 </project>
diff --git a/mda-keylists-rsa/pom.xml b/mda-keylists-rsa/pom.xml
index bc520bd..2a95dbf 100644
--- a/mda-keylists-rsa/pom.xml
+++ b/mda-keylists-rsa/pom.xml
@@ -32,17 +32,4 @@
         <!-- Managed Dependencies -->
     </dependencies>
 
-    <distributionManagement>
-        <site>
-            <id>site</id>
-            <url>scp:${aggregator-module.site.url}</url>
-        </site>
-    </distributionManagement>
-
-    <scm>
-        <connection>${shibboleth.scm.connection}java-metadata-aggregator</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-metadata-aggregator</developerConnection>
-        <url>${shibboleth.scm.url}java-metadata-aggregator.git</url>
-    </scm>
-
 </project>
diff --git a/pom.xml b/pom.xml
index 6cb1519..5ee5692 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,16 +33,8 @@
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
         <shib-shared.version>9.1.1</shib-shared.version>
         <checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
-        <aggregator-parent.site.url>${shibboleth.site.deploy.url}java-metadata-aggregator/${project.version}/</aggregator-parent.site.url>
-        <aggregator-module.site.url>${aggregator-parent.site.url}${project.artifactId}</aggregator-module.site.url>
     </properties>
 
-    <scm>
-        <connection>${shibboleth.scm.connection}java-metadata-aggregator</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-metadata-aggregator</developerConnection>
-        <url>${shibboleth.scm.url}java-metadata-aggregator.git</url>
-    </scm>
-
     <!-- Dependencies which are not required by every project module but for which every module should use the same version
         of the dependency should go here. That is to say, placing a dependency here allows one to "peg" the version of the artifact
         used by all project modules. -->
@@ -91,13 +83,6 @@
         </dependencies>
     </dependencyManagement>
 
-    <distributionManagement>
-        <site>
-            <id>site</id>
-            <url>scp:${aggregator-parent.site.url}</url>
-        </site>
-    </distributionManagement>
-
     <build>
 
         <pluginManagement>
@@ -136,20 +121,6 @@
                 </configuration>
             </plugin>
 
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-site-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <!-- Attach descriptor to allow site configuration to be inherited. -->
-                        <id>attach-descriptor</id>
-                        <goals>
-                            <goal>attach-descriptor</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>

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


More information about the commits mailing list