Skip to content

Commit

Permalink
Cleanup poms
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Dec 26, 2024
1 parent 5485230 commit 0dc9aae
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 118 deletions.
91 changes: 0 additions & 91 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,67 +126,6 @@ under the License.
</contributor>
</contributors>

<mailingLists>
<mailingList>
<name>Maven Developer List</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
<archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
<otherArchives>
<otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive>
<otherArchive>http://maven.40175.n5.nabble.com/Maven-Developers-f142166.html</otherArchive>
<otherArchive>http://maven-dev.markmail.org/</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
<name>Maven User List</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
<archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive>
<otherArchives>
<otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive>
<otherArchive>http://maven.40175.n5.nabble.com/Maven-Users-f40176.html</otherArchive>
<otherArchive>http://maven-users.markmail.org/</otherArchive>
</otherArchives>
</mailingList>

<mailingList>
<name>LEGACY Wagon User List (deprecated)</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
<archive>http://mail-archives.apache.org/mod_mbox/maven-wagon-users/</archive>
<otherArchives>
<otherArchive>http://www.mail-archive.com/[email protected]</otherArchive>
<otherArchive>http://maven.40175.n5.nabble.com/Wagon-Users-f326332.html</otherArchive>
<otherArchive>http://maven-wagon-users.markmail.org/</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
<name>LEGACY Wagon Developer List (deprecated)</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<post>[email protected]</post>
<archive>http://mail-archives.apache.org/mod_mbox/maven-wagon-dev/</archive>
<otherArchives>
<otherArchive>http://www.mail-archive.com/[email protected]</otherArchive>
<otherArchive>http://maven.40175.n5.nabble.com/Wagon-Dev-f326406.html</otherArchive>
<otherArchive>http://maven-wagon-dev.markmail.org/</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
<name>Wagon Commits List</name>
<subscribe>[email protected]</subscribe>
<unsubscribe>[email protected]</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/maven-wagon-commits/</archive>
<otherArchives>
<otherArchive>http://maven-wagon-commits.markmail.org/</otherArchive>
</otherArchives>
</mailingList>
</mailingLists>

<modules>
<module>wagon-provider-api</module>
<module>wagon-providers</module>
Expand Down Expand Up @@ -349,36 +288,6 @@ under the License.
</excludes>
</configuration>
</plugin>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<versionRange>[0.11,)</versionRange>
<goals>
<goal>check</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
<version>2.2.0</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down
1 change: 0 additions & 1 deletion wagon-provider-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ under the License.
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon</artifactId>
<version>3.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>wagon-provider-api</artifactId>
Expand Down
1 change: 0 additions & 1 deletion wagon-provider-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ under the License.
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon</artifactId>
<version>3.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>wagon-provider-test</artifactId>
Expand Down
8 changes: 0 additions & 8 deletions wagon-providers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ under the License.
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon</artifactId>
<version>3.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>wagon-providers</artifactId>
Expand Down Expand Up @@ -52,13 +51,6 @@ under the License.
<artifactId>httpclient</artifactId>
<version>4.5.14</version>
</dependency>
<!-- Overwrite transitive dependency version of HttpClient -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wagon-providers/wagon-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ under the License.
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-providers</artifactId>
<version>3.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>wagon-file</artifactId>
Expand All @@ -39,6 +38,7 @@ under the License.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion wagon-providers/wagon-ftp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ under the License.
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-providers</artifactId>
<version>3.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>wagon-ftp</artifactId>
Expand All @@ -51,6 +50,7 @@ under the License.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down
2 changes: 1 addition & 1 deletion wagon-providers/wagon-http-lightweight/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ under the License.
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-providers</artifactId>
<version>3.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>wagon-http-lightweight</artifactId>
Expand Down Expand Up @@ -62,6 +61,7 @@ under the License.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion wagon-providers/wagon-http-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ under the License.
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-providers</artifactId>
<version>3.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>wagon-http-shared</artifactId>
Expand Down Expand Up @@ -57,6 +56,7 @@ under the License.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
1 change: 0 additions & 1 deletion wagon-providers/wagon-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ under the License.
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-providers</artifactId>
<version>3.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>wagon-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wagon-providers/wagon-scm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ under the License.
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-providers</artifactId>
<version>3.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>wagon-scm</artifactId>
Expand Down Expand Up @@ -78,6 +77,7 @@ under the License.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down
1 change: 0 additions & 1 deletion wagon-providers/wagon-ssh-common-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ under the License.
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-providers</artifactId>
<version>3.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>wagon-ssh-common-test</artifactId>
Expand Down
7 changes: 0 additions & 7 deletions wagon-providers/wagon-ssh-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ under the License.
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-providers</artifactId>
<version>3.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>wagon-ssh-common</artifactId>
Expand All @@ -38,12 +37,6 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-interactivity-api</artifactId>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion wagon-providers/wagon-ssh-external/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ under the License.
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-providers</artifactId>
<version>3.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>wagon-ssh-external</artifactId>
Expand Down Expand Up @@ -52,6 +51,7 @@ under the License.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down
2 changes: 1 addition & 1 deletion wagon-providers/wagon-ssh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ under the License.
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-providers</artifactId>
<version>3.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>wagon-ssh</artifactId>
Expand Down Expand Up @@ -80,6 +79,7 @@ under the License.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion wagon-providers/wagon-webdav-jackrabbit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ under the License.
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-providers</artifactId>
<version>3.5.4-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>wagon-webdav-jackrabbit</artifactId>
Expand Down Expand Up @@ -116,6 +115,7 @@ under the License.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit 0dc9aae

Please sign in to comment.