[jboss-cvs] Repository SVN: r14277 - in maven2/org/jboss/cache/jbosscache-support: 1.4 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 2 03:31:51 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-09-02 03:31:51 -0400 (Tue, 02 Sep 2008)
New Revision: 14277

Added:
   maven2/org/jboss/cache/jbosscache-support/1.4/
   maven2/org/jboss/cache/jbosscache-support/1.4/jbosscache-support-1.4.pom
   maven2/org/jboss/cache/jbosscache-support/1.4/jbosscache-support-1.4.pom.md5
   maven2/org/jboss/cache/jbosscache-support/1.4/jbosscache-support-1.4.pom.sha1
Log:


Added: maven2/org/jboss/cache/jbosscache-support/1.4/jbosscache-support-1.4.pom
===================================================================
--- maven2/org/jboss/cache/jbosscache-support/1.4/jbosscache-support-1.4.pom	                        (rev 0)
+++ maven2/org/jboss/cache/jbosscache-support/1.4/jbosscache-support-1.4.pom	2008-09-02 07:31:51 UTC (rev 14277)
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+<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>
+  <groupId>org.jboss.cache</groupId>
+  <artifactId>jbosscache-support</artifactId>
+  <version>1.4</version>
+  <packaging>pom</packaging>
+  <name>JBoss Cache Support Modules</name>
+  <description>Grouping of JBoss Cache support modules</description>
+  <modules>
+    <module>xslt</module>
+    <module>common</module>
+  </modules>
+  <build>
+<!-- WebDAV plugin to upload snapshots -->
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-webdav</artifactId>
+        <version>1.0-beta-2</version>
+      </extension>
+    </extensions>
+  </build>
+  <distributionManagement>
+    <repository>
+<!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
+<!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
+<!-- TODO : replace this with direct svn access once the svnkit providers are available -->
+      <id>repository.jboss.org</id>
+      <url>file://${maven.repository.root}</url>
+    </repository>
+    <snapshotRepository>
+      <id>snapshots.jboss.org</id>
+      <name>JBoss Snapshot Repository</name>
+      <url>dav:https://snapshots.jboss.org/maven2</url>
+    </snapshotRepository>
+  </distributionManagement>
+</project>

Added: maven2/org/jboss/cache/jbosscache-support/1.4/jbosscache-support-1.4.pom.md5
===================================================================
--- maven2/org/jboss/cache/jbosscache-support/1.4/jbosscache-support-1.4.pom.md5	                        (rev 0)
+++ maven2/org/jboss/cache/jbosscache-support/1.4/jbosscache-support-1.4.pom.md5	2008-09-02 07:31:51 UTC (rev 14277)
@@ -0,0 +1 @@
+956268b7da77f88f8446749d64491032
\ No newline at end of file

Added: maven2/org/jboss/cache/jbosscache-support/1.4/jbosscache-support-1.4.pom.sha1
===================================================================
--- maven2/org/jboss/cache/jbosscache-support/1.4/jbosscache-support-1.4.pom.sha1	                        (rev 0)
+++ maven2/org/jboss/cache/jbosscache-support/1.4/jbosscache-support-1.4.pom.sha1	2008-09-02 07:31:51 UTC (rev 14277)
@@ -0,0 +1 @@
+d2091370bc97e49f5d33d563118aca35037a4da5
\ No newline at end of file




More information about the jboss-cvs-commits mailing list