org.codehaus.plexus:plexus-utils
Advanced tools
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
| #Generated by Maven | ||
| #Thu Mar 03 18:18:57 CET 2011 | ||
| version=2.0.7 | ||
| #Thu Jun 09 22:49:36 CEST 2011 | ||
| version=2.1 | ||
| groupId=org.codehaus.plexus | ||
| artifactId=plexus-utils |
@@ -23,10 +23,10 @@ <?xml version="1.0" encoding="UTF-8"?> | ||
| <parent> | ||
| <groupId>org.codehaus.plexus</groupId> | ||
| <artifactId>plexus</artifactId> | ||
| <version>2.0.7</version> | ||
| <relativePath>../pom/pom.xml</relativePath> | ||
| <groupId>org.sonatype.spice</groupId> | ||
| <artifactId>spice-parent</artifactId> | ||
| <version>16</version> | ||
| </parent> | ||
| <groupId>org.codehaus.plexus</groupId> | ||
| <artifactId>plexus-utils</artifactId> | ||
| <version>2.0.7</version> | ||
| <version>2.1</version> | ||
@@ -47,2 +47,28 @@ <name>Plexus Common Utilities</name> | ||
| <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> | ||
| <dependencies> | ||
| <dependency> | ||
| <groupId>junit</groupId> | ||
| <artifactId>junit</artifactId> | ||
| <version>3.8.2</version> | ||
| <scope>test</scope> | ||
| </dependency> | ||
| </dependencies> | ||
| <build> | ||
@@ -60,2 +86,17 @@ <plugins> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-release-plugin</artifactId> | ||
| <version>2.1</version> | ||
| </plugin> | ||
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-source-plugin</artifactId> | ||
| <version>2.1.2</version> | ||
| </plugin> | ||
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-deploy-plugin</artifactId> | ||
| <version>2.6</version> | ||
| </plugin> | ||
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-surefire-plugin</artifactId> | ||
@@ -62,0 +103,0 @@ <configuration> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet