[jboss-svn-commits] JBL Code SVN: r10026 - in labs/jbossbuild/maven-build-test: trunk and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Mar 7 15:27:24 EST 2007


Author: pgier
Date: 2007-03-07 15:27:24 -0500 (Wed, 07 Mar 2007)
New Revision: 10026

Added:
   labs/jbossbuild/maven-build-test/trunk/pom.xml
Removed:
   labs/jbossbuild/maven-build-test/pom.xml
Log:


Deleted: labs/jbossbuild/maven-build-test/pom.xml
===================================================================
--- labs/jbossbuild/maven-build-test/pom.xml	2007-03-07 20:26:47 UTC (rev 10025)
+++ labs/jbossbuild/maven-build-test/pom.xml	2007-03-07 20:27:24 UTC (rev 10026)
@@ -1,41 +0,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/maven-v4_0_0.xsd">
-  <parent>
-    <groupId>jboss</groupId>
-    <artifactId>jboss-parent</artifactId>
-    <version>1</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>maven-build-test</artifactId>
-  <packaging>jar</packaging>
-  <name>JBoss Build Junk</name>
-  <version>1.0.2-SNAPSHOT</version>
-  <description>A project to test the release and packaging features of maven</description>
-  <scm>
-    <connection>scm:svn:https://svn.labs.jboss.org/labs/jbossbuild/projects/trunk/maven-build-test</connection>
-  </scm>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <testFailureIgnore>true</testFailureIgnore>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <repositories>
-    <repository>
-      <id>jboss</id>
-      <name>JBoss Repository</name>
-      <layout>default</layout>
-      <url>http://repository.jboss.com/maven2/</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>
-  <properties>
-    <tagBase>https://svn.labs.jboss.org/labs/jbossbuild/tags</tagBase>
-  </properties>
-</project>
\ No newline at end of file

Copied: labs/jbossbuild/maven-build-test/trunk/pom.xml (from rev 10025, labs/jbossbuild/maven-build-test/pom.xml)
===================================================================
--- labs/jbossbuild/maven-build-test/trunk/pom.xml	                        (rev 0)
+++ labs/jbossbuild/maven-build-test/trunk/pom.xml	2007-03-07 20:27:24 UTC (rev 10026)
@@ -0,0 +1,41 @@
+<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">
+  <parent>
+    <groupId>jboss</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>1</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>maven-build-test</artifactId>
+  <packaging>jar</packaging>
+  <name>JBoss Build Junk</name>
+  <version>1.0.2-SNAPSHOT</version>
+  <description>A project to test the release and packaging features of maven</description>
+  <scm>
+    <connection>scm:svn:https://svn.labs.jboss.org/labs/jbossbuild/projects/trunk/maven-build-test</connection>
+  </scm>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <testFailureIgnore>true</testFailureIgnore>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <repositories>
+    <repository>
+      <id>jboss</id>
+      <name>JBoss Repository</name>
+      <layout>default</layout>
+      <url>http://repository.jboss.com/maven2/</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+  <properties>
+    <tagBase>https://svn.labs.jboss.org/labs/jbossbuild/tags</tagBase>
+  </properties>
+</project>
\ No newline at end of file




More information about the jboss-svn-commits mailing list