[jboss-svn-commits] JBL Code SVN: r11011 - labs/jbossbuild/maven-build-test/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Apr 16 10:47:26 EDT 2007


Author: pgier
Date: 2007-04-16 10:47:26 -0400 (Mon, 16 Apr 2007)
New Revision: 11011

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



Property changes on: labs/jbossbuild/maven-build-test/trunk
___________________________________________________________________
Name: svn:ignore
   + .classpath
.project


Modified: labs/jbossbuild/maven-build-test/trunk/pom.xml
===================================================================
--- labs/jbossbuild/maven-build-test/trunk/pom.xml	2007-04-16 14:30:30 UTC (rev 11010)
+++ labs/jbossbuild/maven-build-test/trunk/pom.xml	2007-04-16 14:47:26 UTC (rev 11011)
@@ -1,53 +1,81 @@
-<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>2-test</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/maven-build-test/trunk</connection>
-  </scm>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <testFailureIgnore>true</testFailureIgnore>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-release-plugin</artifactId>
-        <configuration>
-          <!-- The tagBase property is needed during the release process so that the maven release plugin
-            will create the release tag in the appropriate location. -->
-          <tagBase>https://svn.labs.jboss.org/labs/jbossbuild/maven-build-test/tags</tagBase>
-        </configuration>
-      </plugin>
-      <plugin>
-          <groupId>jboss.maven-plugins</groupId>
-          <artifactId>jboss-deploy-maven-plugin</artifactId>
-      </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
+<?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/maven-v4_0_0.xsd">
+  <parent>
+    <artifactId>jboss-parent</artifactId>
+    <groupId>jboss</groupId>
+    <version>2-beta</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>maven-build-test</artifactId>
+  <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.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/trunk/</connection>
+  </scm>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <testFailureIgnore>true</testFailureIgnore>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-sources2</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+          <execution>
+            <id>attach-sources3</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+        <inherited>true</inherited>
+      </plugin>
+      <plugin>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <tagBase>https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/</tagBase>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <repositories>
+    <repository>
+      <id>jboss</id>
+      <name>JBoss Repository</name>
+      <url>http://repository.jboss.org/maven2/</url>
+    </repository>
+    <repository>
+      <id>jboss-snapshots</id>
+      <name>JBoss Snapshot Repository</name>
+      <url>http://snapshots.jboss.org/maven2/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+  <dependencies>
+    <dependency>
+      <groupId>ant</groupId>
+      <artifactId>ant-antlr</artifactId>
+      <version>1.6.5</version>
+    </dependency>
+    <dependency>
+      <groupId>asm</groupId>
+      <artifactId>asm</artifactId>
+      <version>2.0</version>
+    </dependency>
+  </dependencies>
+</project>
+




More information about the jboss-svn-commits mailing list