Added .m2 folder
This commit is contained in:
@@ -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-resources-1.0-alpha-7.jar>central=
|
||||
plexus-resources-1.0-alpha-7.pom>central=
|
||||
BIN
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
5a847914ba6045eb265d0dbb4329413471858ded
|
||||
+33
@@ -0,0 +1,33 @@
|
||||
<?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.17</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>plexus-resources</artifactId>
|
||||
<version>1.0-alpha-7</version>
|
||||
|
||||
<name>Plexus Resource Component</name>
|
||||
<description>A component to transparently retrieve resources from the filesystem, classpath or internet.</description>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:http://svn.codehaus.org/plexus/plexus-components/tags/plexus-resources-1.0-alpha-7</connection>
|
||||
<developerConnection>scm:svn:https://svn.codehaus.org/plexus/plexus-components/tags/plexus-resources-1.0-alpha-7</developerConnection>
|
||||
<url>http://fisheye.codehaus.org/browse/plexus/plexus-components/tags/plexus-resources-1.0-alpha-7</url>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-utils</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-container-default</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
+1
@@ -0,0 +1 @@
|
||||
f64f4fff4650c6e3b7bd349e1794e3acff504136
|
||||
Reference in New Issue
Block a user