[jboss-svn-commits] JBL Code SVN: r12780 - in labs/jbossbuild/maven-build-test/tags: maven-build-test-parent-1.0.5 and 4 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Jun 22 11:40:49 EDT 2007


Author: pgier
Date: 2007-06-22 11:40:49 -0400 (Fri, 22 Jun 2007)
New Revision: 12780

Added:
   labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/
   labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module1/pom.xml
   labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module2/module2-1/pom.xml
   labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module2/module2-2/pom.xml
   labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module2/pom.xml
   labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/pom.xml
Removed:
   labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module1/pom.xml
   labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module2/module2-1/pom.xml
   labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module2/module2-2/pom.xml
   labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module2/pom.xml
   labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/pom.xml
Log:
[maven-release-plugin]  copy for tag maven-build-test-parent-1.0.5

Copied: labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5 (from rev 12776, labs/jbossbuild/maven-build-test/trunk)

Deleted: labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module1/pom.xml
===================================================================
--- labs/jbossbuild/maven-build-test/trunk/module1/pom.xml	2007-06-22 15:33:29 UTC (rev 12776)
+++ labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module1/pom.xml	2007-06-22 15:40:49 UTC (rev 12780)
@@ -1,102 +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>org.jboss.maven.test</groupId>
-    <artifactId>maven-build-test-parent</artifactId>
-    <version>1.0.5</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.maven.test</groupId>
-  <artifactId>maven-build-test-module1</artifactId>
-  <version>1.0</version>
-  <name>Maven Build Test Module 1</name>
-  <description>A project to test the release and packaging features of maven</description>
-  <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module1</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module1</developerConnection>
-    <url>http://fisheye.jboss.org/repos/jbossbuild/tags/maven-build-test-parent-1.0.5/maven-build-test-module1</url>
-  </scm>
-  <issueManagement>
-    <url>http://jira.jboss.org</url>
-  </issueManagement>
-  <build>
-    <plugins>
-        <!--<plugin>
-          <groupId>org.jboss.maven.plugins</groupId>
-          <artifactId>maven-jboss-deploy-plugin</artifactId>
-          <version>1.3-SNAPSHOT</version>
-          <executions>
-            <execution>
-              <goals>
-                <goal>jboss-deploy</goal>
-              </goals>
-            </execution>
-          </executions>
-          <configuration>
-            <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
-          </configuration>
-        </plugin>-->
-      <!--<plugin>
-        <groupId>org.apache.maven.plugins</groupId>        
-        <artifactId>maven-release-plugin</artifactId>
-        <version>2.0-beta-5</version>          
-        <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>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </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>jboss.maven-test</groupId>
-      <artifactId>maven-build-test-module2</artifactId>
-      <version>1.0-SNAPSHOT</version>
-    </dependency>-->
-    <dependency>
-      <groupId>antlr</groupId>
-      <artifactId>antlr</artifactId>
-      <version>${antlrVersion}</version>
-      <optional>true</optional>
-    </dependency>
-    
-  </dependencies>
-  <!--<distributionManagement>
-    <relocation>
-      <groupId>javax.activation</groupId>
-      <artifactId>activation</artifactId>
-      <message>This file has been relocated based on maven recommendations here: http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html</message>
-    </relocation>
-  </distributionManagement>-->
-  <distributionManagement>
-    <repository>
-      <!-- Copy the distribution jar file to a local checkout of the maven repository 
-        -  This variable can be set in $MAVEN_HOME/conf/settings.xml -->
-      <id>repository.jboss.org</id>
-      <url>file://${maven.repository.root}</url>
-    </repository>
-  </distributionManagement>
-  <properties>
-    <antlrVersion>2.7.5</antlrVersion>
-    
-  </properties>
-</project>

Copied: labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module1/pom.xml (from rev 12779, labs/jbossbuild/maven-build-test/trunk/module1/pom.xml)
===================================================================
--- labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module1/pom.xml	                        (rev 0)
+++ labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module1/pom.xml	2007-06-22 15:40:49 UTC (rev 12780)
@@ -0,0 +1,101 @@
+<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>org.jboss.maven.test</groupId>
+    <artifactId>maven-build-test-parent</artifactId>
+    <version>1.0.5</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.maven.test</groupId>
+  <artifactId>maven-build-test-module1</artifactId>
+  <name>Maven Build Test Module 1</name>
+  <description>A project to test the release and packaging features of maven</description>
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module1</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module1</developerConnection>
+    <url>http://fisheye.jboss.org/repos/jbossbuild/tags/maven-build-test-parent-1.0.5/maven-build-test-module1</url>
+  </scm>
+  <issueManagement>
+    <url>http://jira.jboss.org</url>
+  </issueManagement>
+  <build>
+    <plugins>
+        <!--<plugin>
+          <groupId>org.jboss.maven.plugins</groupId>
+          <artifactId>maven-jboss-deploy-plugin</artifactId>
+          <version>1.3-SNAPSHOT</version>
+          <executions>
+            <execution>
+              <goals>
+                <goal>jboss-deploy</goal>
+              </goals>
+            </execution>
+          </executions>
+          <configuration>
+            <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
+          </configuration>
+        </plugin>-->
+      <!--<plugin>
+        <groupId>org.apache.maven.plugins</groupId>        
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.0-beta-5</version>          
+        <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>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </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>jboss.maven-test</groupId>
+      <artifactId>maven-build-test-module2</artifactId>
+      <version>1.0-SNAPSHOT</version>
+    </dependency>-->
+    <dependency>
+      <groupId>antlr</groupId>
+      <artifactId>antlr</artifactId>
+      <version>${antlrVersion}</version>
+      <optional>true</optional>
+    </dependency>
+    
+  </dependencies>
+  <!--<distributionManagement>
+    <relocation>
+      <groupId>javax.activation</groupId>
+      <artifactId>activation</artifactId>
+      <message>This file has been relocated based on maven recommendations here: http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html</message>
+    </relocation>
+  </distributionManagement>-->
+  <distributionManagement>
+    <repository>
+      <!-- Copy the distribution jar file to a local checkout of the maven repository 
+        -  This variable can be set in $MAVEN_HOME/conf/settings.xml -->
+      <id>repository.jboss.org</id>
+      <url>file://${maven.repository.root}</url>
+    </repository>
+  </distributionManagement>
+  <properties>
+    <antlrVersion>2.7.5</antlrVersion>
+    
+  </properties>
+</project>

Deleted: labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module2/module2-1/pom.xml
===================================================================
--- labs/jbossbuild/maven-build-test/trunk/module2/module2-1/pom.xml	2007-06-22 15:33:29 UTC (rev 12776)
+++ labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module2/module2-1/pom.xml	2007-06-22 15:40:49 UTC (rev 12780)
@@ -1,74 +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>org.jboss.maven.test</groupId>
-    <artifactId>maven-build-test-module2</artifactId>
-    <version>1.0.5</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>maven-build-test-module2-1</artifactId>
-  <name>Module 2-1</name>
-  <description>A project to test the release and packaging features of maven</description>
-  <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5</developerConnection>
-    <url>http://fisheye.jboss.org/repos/jbossbuild/tags/maven-build-test-parent-1.0.5/maven-build-test-module2/maven-build-test-module2-1</url>
-  </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>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </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>
-  <properties>
-    <antlrVersion>2.7.7</antlrVersion>
-  </properties>
-</project>

Copied: labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module2/module2-1/pom.xml (from rev 12779, labs/jbossbuild/maven-build-test/trunk/module2/module2-1/pom.xml)
===================================================================
--- labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module2/module2-1/pom.xml	                        (rev 0)
+++ labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module2/module2-1/pom.xml	2007-06-22 15:40:49 UTC (rev 12780)
@@ -0,0 +1,74 @@
+<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>org.jboss.maven.test</groupId>
+    <artifactId>maven-build-test-module2</artifactId>
+    <version>1.0.5</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>maven-build-test-module2-1</artifactId>
+  <name>Module 2-1</name>
+  <description>A project to test the release and packaging features of maven</description>
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5</developerConnection>
+    <url>http://fisheye.jboss.org/repos/jbossbuild/tags/maven-build-test-parent-1.0.5/maven-build-test-module2/maven-build-test-module2-1</url>
+  </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>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </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>
+  <properties>
+    <antlrVersion>2.7.7</antlrVersion>
+  </properties>
+</project>

Deleted: labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module2/module2-2/pom.xml
===================================================================
--- labs/jbossbuild/maven-build-test/trunk/module2/module2-2/pom.xml	2007-06-22 15:33:29 UTC (rev 12776)
+++ labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module2/module2-2/pom.xml	2007-06-22 15:40:49 UTC (rev 12780)
@@ -1,81 +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>org.jboss.maven.test</groupId>
-    <artifactId>maven-build-test-module2</artifactId>
-    <version>1.0.5</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>maven-build-test-module2-2</artifactId>
-  <name>Module 2-2</name>
-  <description>A project to test the release and packaging features of maven</description>
-  <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5</developerConnection>
-    <url>http://fisheye.jboss.org/repos/jbossbuild/tags/maven-build-test-parent-1.0.5/maven-build-test-module2/maven-build-test-module2-2</url>
-  </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>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </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>org.jboss.maven.test</groupId>
-      <artifactId>maven-build-test-module1</artifactId>
-      <version>1.0.5-SNAPSHOT</version>
-    </dependency>-->
-  </dependencies>
-  <properties>
-    <antlrVersion>2.7.7</antlrVersion>
-  </properties>
-</project>

Copied: labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module2/module2-2/pom.xml (from rev 12779, labs/jbossbuild/maven-build-test/trunk/module2/module2-2/pom.xml)
===================================================================
--- labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module2/module2-2/pom.xml	                        (rev 0)
+++ labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module2/module2-2/pom.xml	2007-06-22 15:40:49 UTC (rev 12780)
@@ -0,0 +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>org.jboss.maven.test</groupId>
+    <artifactId>maven-build-test-module2</artifactId>
+    <version>1.0.5</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>maven-build-test-module2-2</artifactId>
+  <name>Module 2-2</name>
+  <description>A project to test the release and packaging features of maven</description>
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5</developerConnection>
+    <url>http://fisheye.jboss.org/repos/jbossbuild/tags/maven-build-test-parent-1.0.5/maven-build-test-module2/maven-build-test-module2-2</url>
+  </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>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </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>org.jboss.maven.test</groupId>
+      <artifactId>maven-build-test-module1</artifactId>
+      <version>1.0.5-SNAPSHOT</version>
+    </dependency>-->
+  </dependencies>
+  <properties>
+    <antlrVersion>2.7.7</antlrVersion>
+  </properties>
+</project>

Deleted: labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module2/pom.xml
===================================================================
--- labs/jbossbuild/maven-build-test/trunk/module2/pom.xml	2007-06-22 15:33:29 UTC (rev 12776)
+++ labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module2/pom.xml	2007-06-22 15:40:49 UTC (rev 12780)
@@ -1,54 +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>org.jboss.maven.test</groupId>
-    <artifactId>maven-build-test-parent</artifactId>
-    <version>1.0.5</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.maven.test</groupId>
-  <artifactId>maven-build-test-module2</artifactId>
-  <packaging>pom</packaging>
-  <name>Maven Build Test Module 2 Parent</name>
-  <version>1.0.5</version>
-  <description>A project to test the release and packaging features of maven</description>
-  <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5</developerConnection>
-    <url>http://fisheye.jboss.org/repos/jbossbuild/tags/maven-build-test-parent-1.0.5/maven-build-test-module2</url>
-  </scm>
-  <repositories>
-    <repository>
-      <id>jboss</id>
-      <name>JBoss Repository</name>
-      <url>http://repository.jboss.org/maven2/</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </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>org.jboss.maven.test</groupId>
-      <artifactId>maven-build-test-module1</artifactId>
-      <version>1.0.5-SNAPSHOT</version>
-    </dependency>-->
-  </dependencies>
-  <modules>
-    <module>module2-1</module>
-    <module>module2-2</module>
-  </modules>
-  <properties>
-    <antlrVersion>2.7.7</antlrVersion>
-  </properties>
-</project>

Copied: labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module2/pom.xml (from rev 12779, labs/jbossbuild/maven-build-test/trunk/module2/pom.xml)
===================================================================
--- labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module2/pom.xml	                        (rev 0)
+++ labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/module2/pom.xml	2007-06-22 15:40:49 UTC (rev 12780)
@@ -0,0 +1,54 @@
+<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>org.jboss.maven.test</groupId>
+    <artifactId>maven-build-test-parent</artifactId>
+    <version>1.0.5</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.maven.test</groupId>
+  <artifactId>maven-build-test-module2</artifactId>
+  <packaging>pom</packaging>
+  <name>Maven Build Test Module 2 Parent</name>
+  <version>1.0.5</version>
+  <description>A project to test the release and packaging features of maven</description>
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5</developerConnection>
+    <url>http://fisheye.jboss.org/repos/jbossbuild/tags/maven-build-test-parent-1.0.5/maven-build-test-module2</url>
+  </scm>
+  <repositories>
+    <repository>
+      <id>jboss</id>
+      <name>JBoss Repository</name>
+      <url>http://repository.jboss.org/maven2/</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </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>org.jboss.maven.test</groupId>
+      <artifactId>maven-build-test-module1</artifactId>
+      <version>1.0.5-SNAPSHOT</version>
+    </dependency>-->
+  </dependencies>
+  <modules>
+    <module>module2-1</module>
+    <module>module2-2</module>
+  </modules>
+  <properties>
+    <antlrVersion>2.7.7</antlrVersion>
+  </properties>
+</project>

Deleted: labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/pom.xml
===================================================================
--- labs/jbossbuild/maven-build-test/trunk/pom.xml	2007-06-22 15:33:29 UTC (rev 12776)
+++ labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/pom.xml	2007-06-22 15:40:49 UTC (rev 12780)
@@ -1,235 +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>org.jboss</groupId>
-    <artifactId>jboss-parent</artifactId>
-    <version>3-SNAPSHOT</version>
-  </parent>-->
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.maven.test</groupId>
-  <artifactId>maven-build-test-parent</artifactId>
-  <packaging>pom</packaging>
-  <name>JBoss Build Test Parent</name>
-  <version>1.0.5</version>
-  <description>A project to test the release and packaging features of maven</description>
-  <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5</developerConnection>
-    <url>http://fisheye.jboss.org/repos/jbossbuild/tags/maven-build-test-parent-1.0.5</url>
-  </scm>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-source-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attach-sources2</id>
-            <goals>
-              <goal>jar</goal>
-            </goals>
-          </execution>
-        </executions>
-        <inherited>true</inherited>
-      </plugin>
-      <!--<plugin>
-        <groupId>org.jboss.maven.plugins</groupId>
-        <artifactId>maven-test-plugin</artifactId>
-        <version>1.0-SNAPSHOT</version>
-        <executions>
-          <execution>
-            <id>test</id>
-            <goals>
-              <goal>test</goal>
-            </goals>
-          </execution>
-        </executions>
-        <inherited>true</inherited>
-      </plugin>-->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>        
-        <artifactId>maven-release-plugin</artifactId>
-        <version>2.0-beta-5</version>          
-        <!--<configuration>
-          <tagBase>https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags</tagBase>
-        </configuration>-->
-      </plugin>
-      <!--<plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-enforcer-plugin</artifactId>
-        <version>1.0-alpha-3-SNAPSHOT</version>
-        <executions>
-          <execution>
-            <id>enforce-versions</id>
-            <goals>
-               <goal>enforce-once</goal>
-            </goals>
-            <configuration>
-              <rules>
-                <requireMavenVersion>
-                  <version>2.0.6</version>
-                </requireMavenVersion>
-                <requireJavaVersion>
-                  <version>1.6</version>
-                </requireJavaVersion>   
-                <requireProperty>
-                  <property>junk</property>
-                  <warning>Junk is not set, if you don't set this you are so dead!</warning>
-                </requireProperty>
-                <requireProperty>
-                  <property>another</property>
-                  <regex>[^abc]</regex>
-                </requireProperty>
-              </rules>
-            </configuration>
-          </execution>
-        </executions>
-        <inherited>false</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>-->
-      <!--<plugin>
-        <groupId>jboss.maven-plugins</groupId>
-        <artifactId>jboss-deploy-maven-plugin</artifactId>
-        <version>1.3-SNAPSHOT</version>
-        <executions>
-          <execution>
-            <phase>install</phase>
-            <goals>
-              <goal>jboss-deploy</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
-        </configuration>
-      </plugin>-->
-      <!--<plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.3-SNAPSHOT</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>javadoc</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <aggregate>false</aggregate>
-          <links>
-            <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
-          </links>
-          <minmemory>128m</minmemory>
-          <maxmemory>512</maxmemory>
-        </configuration>
-      </plugin>-->
-    </plugins>
-  </build>
-  <repositories>
-    <repository>
-      <id>jboss</id>
-      <name>JBoss Repository</name>
-      <url>http://repository.jboss.org/maven2/</url>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </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>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Maven snapshot repo</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-    </repository>
-  </repositories>
-  <pluginRepositories>
-    <pluginRepository>
-      <id>apache.org</id>
-      <name>Maven Snapshots</name>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </pluginRepository>
-  </pluginRepositories>
-  <profiles>
-    <profile>
-      <id>module3</id>
-      <modules>
-        <module>module3</module>
-      </modules>
-    </profile>
-    <profile>
-      <id>test-plugin</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>jboss.maven-plugins</groupId>
-            <artifactId>maven-test-plugin</artifactId>
-            <version>1.0-SNAPSHOT</version>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>test</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-  
-  <modules>
-    <module>module1</module>
-    <module>module2</module>
-  </modules>
-  <!--<reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.3-SNAPSHOT</version>
-        <configuration>
-          <aggregate>true</aggregate>
-          <links>
-            <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
-          </links>
-          <minmemory>128m</minmemory>
-          <maxmemory>512</maxmemory>
-        </configuration>
-      </plugin>
-    </plugins>
-  </reporting>-->
-  <distributionManagement>
-    <repository>
-      <!-- Copy the distribution jar file to a local checkout of the maven repository 
-        -  This variable can be set in $MAVEN_HOME/conf/settings.xml -->
-      <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>
-  <!--<properties>
-    <junk>paul</junk>
-  </properties>-->
-</project>
\ No newline at end of file

Copied: labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/pom.xml (from rev 12779, labs/jbossbuild/maven-build-test/trunk/pom.xml)
===================================================================
--- labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/pom.xml	                        (rev 0)
+++ labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5/pom.xml	2007-06-22 15:40:49 UTC (rev 12780)
@@ -0,0 +1,235 @@
+<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>org.jboss</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>3-SNAPSHOT</version>
+  </parent>-->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jboss.maven.test</groupId>
+  <artifactId>maven-build-test-parent</artifactId>
+  <packaging>pom</packaging>
+  <name>JBoss Build Test Parent</name>
+  <version>1.0.5</version>
+  <description>A project to test the release and packaging features of maven</description>
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags/maven-build-test-parent-1.0.5</developerConnection>
+    <url>http://fisheye.jboss.org/repos/jbossbuild/tags/maven-build-test-parent-1.0.5</url>
+  </scm>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-sources2</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+        <inherited>true</inherited>
+      </plugin>
+      <!--<plugin>
+        <groupId>org.jboss.maven.plugins</groupId>
+        <artifactId>maven-test-plugin</artifactId>
+        <version>1.0-SNAPSHOT</version>
+        <executions>
+          <execution>
+            <id>test</id>
+            <goals>
+              <goal>test</goal>
+            </goals>
+          </execution>
+        </executions>
+        <inherited>true</inherited>
+      </plugin>-->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>        
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.0-beta-5</version>          
+        <!--<configuration>
+          <tagBase>https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-build-test/tags</tagBase>
+        </configuration>-->
+      </plugin>
+      <!--<plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>1.0-alpha-3-SNAPSHOT</version>
+        <executions>
+          <execution>
+            <id>enforce-versions</id>
+            <goals>
+               <goal>enforce-once</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <requireMavenVersion>
+                  <version>2.0.6</version>
+                </requireMavenVersion>
+                <requireJavaVersion>
+                  <version>1.6</version>
+                </requireJavaVersion>   
+                <requireProperty>
+                  <property>junk</property>
+                  <warning>Junk is not set, if you don't set this you are so dead!</warning>
+                </requireProperty>
+                <requireProperty>
+                  <property>another</property>
+                  <regex>[^abc]</regex>
+                </requireProperty>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+        <inherited>false</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>-->
+      <!--<plugin>
+        <groupId>jboss.maven-plugins</groupId>
+        <artifactId>jboss-deploy-maven-plugin</artifactId>
+        <version>1.3-SNAPSHOT</version>
+        <executions>
+          <execution>
+            <phase>install</phase>
+            <goals>
+              <goal>jboss-deploy</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
+        </configuration>
+      </plugin>-->
+      <!--<plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.3-SNAPSHOT</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>javadoc</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <aggregate>false</aggregate>
+          <links>
+            <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
+          </links>
+          <minmemory>128m</minmemory>
+          <maxmemory>512</maxmemory>
+        </configuration>
+      </plugin>-->
+    </plugins>
+  </build>
+  <repositories>
+    <repository>
+      <id>jboss</id>
+      <name>JBoss Repository</name>
+      <url>http://repository.jboss.org/maven2/</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </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>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Maven snapshot repo</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+    </repository>
+  </repositories>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>apache.org</id>
+      <name>Maven Snapshots</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </pluginRepository>
+  </pluginRepositories>
+  <profiles>
+    <profile>
+      <id>module3</id>
+      <modules>
+        <module>module3</module>
+      </modules>
+    </profile>
+    <profile>
+      <id>test-plugin</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>jboss.maven-plugins</groupId>
+            <artifactId>maven-test-plugin</artifactId>
+            <version>1.0-SNAPSHOT</version>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>test</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+  
+  <modules>
+    <module>module1</module>
+    <module>module2</module>
+  </modules>
+  <!--<reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.3-SNAPSHOT</version>
+        <configuration>
+          <aggregate>true</aggregate>
+          <links>
+            <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
+          </links>
+          <minmemory>128m</minmemory>
+          <maxmemory>512</maxmemory>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>-->
+  <distributionManagement>
+    <repository>
+      <!-- Copy the distribution jar file to a local checkout of the maven repository 
+        -  This variable can be set in $MAVEN_HOME/conf/settings.xml -->
+      <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>
+  <!--<properties>
+    <junk>paul</junk>
+  </properties>-->
+</project>
\ No newline at end of file




More information about the jboss-svn-commits mailing list