You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2006/03/03 07:04:01 UTC

svn commit: r382680 - /jakarta/commons/sandbox/compress/trunk/pom.xml

Author: bayard
Date: Thu Mar  2 22:04:00 2006
New Revision: 382680

URL: http://svn.apache.org/viewcvs?rev=382680&view=rev
Log:
M2 file for compress

Added:
    jakarta/commons/sandbox/compress/trunk/pom.xml   (with props)

Added: jakarta/commons/sandbox/compress/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/compress/trunk/pom.xml?rev=382680&view=auto
==============================================================================
--- jakarta/commons/sandbox/compress/trunk/pom.xml (added)
+++ jakarta/commons/sandbox/compress/trunk/pom.xml Thu Mar  2 22:04:00 2006
@@ -0,0 +1,66 @@
+<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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.commons</groupId>
+    <artifactId>commons-sandbox-parent</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>commons-compress</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <name>Commons Compress</name>
+  <url>http://jakarta.apache.org/commons/sandbox/compress/</url>
+  <description>Commons Compress is a component that contains Tar, Zip and BZip2 packages</description>
+  
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <developers>
+    <developer>
+      <!-- In that I moved them to their new location -->
+      <name>Henri Yandell</name>
+      <id>bayard</id>
+      <email>bayard@apache.org</email>
+      <organization></organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Dirk Verbeeck</name>
+      <id>dirkv</id>
+      <email></email>
+      <organization></organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+  </developers>
+    
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/compress/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/sandbox/compress/trunk</developerConnection>
+    <url>http://svn.apache.org/repos/asf/jakarta/commons/sandbox/compress/trunk</url>
+  </scm>
+
+  <distributionManagement>
+    <site>
+      <id>website</id>
+      <name>Apache Website</name>
+      <url>scp://minotaur.apache.org/www/jakarta.apache.org/commons/sandbox/compress/</url>
+    </site>
+  </distributionManagement>
+
+  <build>
+      <sourceDirectory>src/java</sourceDirectory>
+      <testSourceDirectory>src/test</testSourceDirectory> 
+  </build>
+
+</project>

Propchange: jakarta/commons/sandbox/compress/trunk/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org