Added .m2 folder

This commit is contained in:
2023-10-19 14:55:59 +02:00
parent ba4f673b33
commit 94841966ab
6521 changed files with 243785 additions and 1 deletions
@@ -0,0 +1,3 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Tue Aug 22 17:47:06 CEST 2023
plexus-archiver-2.1.pom>central=
@@ -0,0 +1,95 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonatype.spice</groupId>
<artifactId>spice-parent</artifactId>
<version>17</version>
</parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>2.1</version>
<name>Plexus Archiver Component</name>
<scm>
<connection>scm:git:git@github.com:sonatype/plexus-archiver.git</connection>
<developerConnection>scm:git:git@github.com:sonatype/plexus-archiver.git</developerConnection>
<url>http://github.com/sonatype/plexus-archiver</url>
</scm>
<issueManagement>
<system>jira</system>
<url>http://jira.codehaus.org/browse/PLXCOMP/component/12540</url>
</issueManagement>
<distributionManagement>
<repository>
<id>plexus-releases</id>
<name>Plexus Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>plexus-snapshots</id>
<name>Plexus Snapshot Repository</name>
<url>${plexusDistMgmtSnapshotsUrl}</url>
</snapshotRepository>
<site>
<id>codehaus.org</id>
<url>dav:https://dav.codehaus.org/plexus</url>
</site>
</distributionManagement>
<properties>
<useJvmChmod>false</useJvmChmod>
</properties>
<contributors>
<contributor>
<name>Dan Tran</name>
</contributor>
<contributor>
<name>Richard van der Hoff</name>
</contributor>
</contributors>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
<version>1.0-alpha-9-stable-1</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-io</artifactId>
<version>2.0.2</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<useJvmChmod>${useJvmChmod}</useJvmChmod>
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.2.1</version>
</plugin>
</plugins>
</build>
</project>
@@ -0,0 +1 @@
8e63c83bf055cf0357669ca934f64c6bf27fc640
@@ -0,0 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Tue Aug 22 11:12:45 CEST 2023
plexus-archiver-2.2.pom>central=
plexus-archiver-2.2.jar>central=
@@ -0,0 +1 @@
13e55f4c2b7cdbf59a9bbd668d3c058d1a40664b
@@ -0,0 +1,105 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-components</artifactId>
<version>1.1.20</version>
</parent>
<artifactId>plexus-archiver</artifactId>
<version>2.2</version>
<name>Plexus Archiver Component</name>
<scm>
<connection>scm:git:git@github.com:sonatype/plexus-archiver.git</connection>
<developerConnection>scm:git:git@github.com:sonatype/plexus-archiver.git</developerConnection>
<url>http://github.com/sonatype/plexus-archiver</url>
<tag>plexus-archiver-2.2</tag>
</scm>
<issueManagement>
<system>jira</system>
<url>http://jira.codehaus.org/browse/PLXCOMP/component/12540</url>
</issueManagement>
<properties>
<useJvmChmod>true</useJvmChmod>
</properties>
<contributors>
<contributor>
<name>Dan Tran</name>
</contributor>
<contributor>
<name>Richard van der Hoff</name>
</contributor>
</contributors>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
<version>1.0-alpha-9-stable-1</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.7</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-io</artifactId>
<version>2.0.4</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12.2</version>
<configuration>
<systemPropertyVariables>
<useJvmChmod>${useJvmChmod}</useJvmChmod>
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<!-- olamy: exclude files with strange names as failed here on osx -->
<checkModificationExcludes>
<checkModificationExclude>**/src/test/resources/utf8/**</checkModificationExclude>
</checkModificationExcludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.1.1</version>
<executions>
<execution>
<id>enforce-java</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireJavaVersion>
<version>1.7.0</version>
</requireJavaVersion>
</rules>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
@@ -0,0 +1 @@
ddba2194f5a563bd3bdffa18bce754071f8600a7
@@ -0,0 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Tue Aug 22 17:47:07 CEST 2023
plexus-archiver-2.6.3.jar>central=
plexus-archiver-2.6.3.pom>central=
@@ -0,0 +1 @@
515429267c93e192cad9449317be8074db2f5b23
@@ -0,0 +1,118 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-components</artifactId>
<version>1.3</version>
</parent>
<artifactId>plexus-archiver</artifactId>
<version>2.6.3</version>
<name>Plexus Archiver Component</name>
<scm>
<connection>scm:git:git@github.com:sonatype/plexus-archiver.git</connection>
<developerConnection>scm:git:git@github.com:sonatype/plexus-archiver.git</developerConnection>
<url>http://github.com/sonatype/plexus-archiver</url>
<tag>plexus-archiver-2.6.3</tag>
</scm>
<issueManagement>
<system>jira</system>
<url>http://jira.codehaus.org/browse/PLXCOMP/component/12540</url>
</issueManagement>
<properties>
<useJvmChmod>true</useJvmChmod>
</properties>
<contributors>
<contributor>
<name>Dan Tran</name>
</contributor>
<contributor>
<name>Richard van der Hoff</name>
</contributor>
<contributor>
<name>Tomasz 'Trog' Welman</name>
<email>trog@swmud.pl</email>
</contributor>
</contributors>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.18</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-io</artifactId>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.8.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<useJvmChmod>${useJvmChmod}</useJvmChmod>
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<!-- olamy: exclude files with strange names as failed here on osx -->
<checkModificationExcludes>
<checkModificationExclude>**/src/test/resources/utf8/**</checkModificationExclude>
</checkModificationExcludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.1.1</version>
<executions>
<execution>
<id>enforce-java</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireJavaVersion>
<version>1.7.0</version>
</requireJavaVersion>
</rules>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
@@ -0,0 +1 @@
b5a3e99a1beabc77857165131db7bc23fff96879
@@ -0,0 +1,3 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Sat Aug 19 12:12:18 CEST 2023
plexus-archiver-2.8.1.pom>central=
@@ -0,0 +1,137 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-components</artifactId>
<version>1.3</version>
</parent>
<artifactId>plexus-archiver</artifactId>
<version>2.8.1</version>
<name>Plexus Archiver Component</name>
<scm>
<connection>scm:git:git@github.com:sonatype/plexus-archiver.git</connection>
<developerConnection>scm:git:git@github.com:sonatype/plexus-archiver.git</developerConnection>
<url>http://github.com/sonatype/plexus-archiver</url>
<tag>plexus-archiver-2.8.1</tag>
</scm>
<issueManagement>
<system>jira</system>
<url>http://jira.codehaus.org/browse/PLXCOMP/component/12540</url>
</issueManagement>
<properties>
<useJvmChmod>true</useJvmChmod>
</properties>
<contributors>
<contributor>
<name>Dan Tran</name>
</contributor>
<contributor>
<name>Richard van der Hoff</name>
</contributor>
<contributor>
<name>Tomasz 'Trog' Welman</name>
<email>trog@swmud.pl</email>
</contributor>
</contributors>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.20</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-io</artifactId>
<version>2.3.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.9</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<useJvmChmod>${useJvmChmod}</useJvmChmod>
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<!-- olamy: exclude files with strange names as failed here on osx -->
<checkModificationExcludes>
<checkModificationExclude>**/src/test/resources/utf8/**</checkModificationExclude>
</checkModificationExcludes>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
<version>1.6</version>
<executions>
<execution>
<goals>
<goal>generate-metadata</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.3.1</version>
<executions>
<execution>
<id>enforce-java</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireJavaVersion>
<version>1.7.0</version>
</requireJavaVersion>
</rules>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
@@ -0,0 +1 @@
fabb4c6b362103ff4bcd7f2b9ece4baec9cfd60a
@@ -0,0 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Sat Aug 19 12:12:19 CEST 2023
plexus-archiver-2.9.jar>central=
plexus-archiver-2.9.pom>central=
@@ -0,0 +1 @@
7e719f63ea4746273e21c27945b4b3a06620078e
@@ -0,0 +1,147 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-components</artifactId>
<version>1.3</version>
</parent>
<artifactId>plexus-archiver</artifactId>
<version>2.9</version>
<name>Plexus Archiver Component</name>
<scm>
<connection>scm:git:git@github.com:sonatype/plexus-archiver.git</connection>
<developerConnection>scm:git:git@github.com:sonatype/plexus-archiver.git</developerConnection>
<url>http://github.com/sonatype/plexus-archiver</url>
<tag>plexus-archiver-2.9</tag>
</scm>
<issueManagement>
<system>jira</system>
<url>http://jira.codehaus.org/browse/PLXCOMP/component/12540</url>
</issueManagement>
<properties>
<useJvmChmod>true</useJvmChmod>
</properties>
<contributors>
<contributor>
<name>Dan Tran</name>
</contributor>
<contributor>
<name>Richard van der Hoff</name>
</contributor>
<contributor>
<name>Tomasz 'Trog' Welman</name>
<email>trog@swmud.pl</email>
</contributor>
</contributors>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.20</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-io</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.9</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<useJvmChmod>${useJvmChmod}</useJvmChmod>
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<!-- olamy: exclude files with strange names as failed here on osx -->
<checkModificationExcludes>
<checkModificationExclude>**/src/test/resources/utf8/**</checkModificationExclude>
</checkModificationExcludes>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
<version>1.6</version>
<executions>
<execution>
<goals>
<goal>generate-metadata</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.3.1</version>
<executions>
<execution>
<id>enforce-java</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireJavaVersion>
<version>1.7.0</version>
</requireJavaVersion>
</rules>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
@@ -0,0 +1 @@
f77190df7ddad882179b2eb1933352de862fa8eb