[jboss-svn-commits] JBoss Common SVN: r2401 - in build/tags: jboss-common-2.2.0 and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Jun 8 00:22:38 EDT 2007


Author: pgier
Date: 2007-06-08 00:22:38 -0400 (Fri, 08 Jun 2007)
New Revision: 2401

Added:
   build/tags/jboss-common-2.2.0/
   build/tags/jboss-common-2.2.0/pom.xml
Removed:
   build/tags/jboss-common-2.2.0/pom.xml
Log:
[maven-scm] copy for tag jboss-common-2.2.0

Copied: build/tags/jboss-common-2.2.0 (from rev 2398, build/trunk)


Property changes on: build/tags/jboss-common-2.2.0
___________________________________________________________________
Name: svn:ignore
   + target
local.properties
assembly
backup


Deleted: build/tags/jboss-common-2.2.0/pom.xml
===================================================================
--- build/trunk/pom.xml	2007-05-25 13:24:40 UTC (rev 2398)
+++ build/tags/jboss-common-2.2.0/pom.xml	2007-06-08 04:22:38 UTC (rev 2401)
@@ -1,111 +0,0 @@
-<?xml version="1.0"?>
-<!--
-A top level maven pom that expects a structure like: 
-  build/pom.xml
-  common-core/pom.xml
-  common-logging-jdk/pom.xml
-  common-logging-spi/pom.xml
-  common-logging-log4j/pom.xml
-
-This can be done using:  
-svn co https://svn.jboss.org/repos/common/build/trunk/ build
-svn co https://svn.jboss.org/repos/common/common-core/trunk common-core
-svn co https://svn.jboss.org/repos/common/common-logging-spi/trunk/ common-logging-spi
-svn co https://svn.jboss.org/repos/common/common-logging-jdk/trunk/ common-logging-jdk
-svn co https://svn.jboss.org/repos/common/common-logging-log4j/trunk/ common-logging-log4j
--->
-<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</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <version>2.2.0-SNAPSHOT</version>
-  <artifactId>jboss-common</artifactId>
-  <name>JBoss Common Build</name>
-  <url>http://www.jboss.org</url>
-  <description>JBoss Common</description>
-  <scm>
-    <connection>scm:svn:https://svn.jboss.org/repos/common/build/trunk/</connection>
-  </scm>
-  <packaging>pom</packaging>
-  <build>
-    <finalName>${artifactId}</finalName>  
-    <plugins>
-      <plugin>
-        <groupId>jboss.maven-plugins</groupId>
-        <artifactId>jboss-retro-maven-plugin</artifactId>
-        <version>0.5</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>retro-compile</goal>
-            </goals>
-          </execution>
-        </executions>
-      </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.jboss.org/repos/common/build/tags</tagBase>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>jboss.maven-plugins</groupId>
-        <artifactId>jboss-deploy-maven-plugin</artifactId>
-        <version>1.2</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>jboss-deploy</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <!-- In order to use this setting jboss.repository.root must be set on the command line or in
-          settings.xml.  More information can be found here: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossBuildMaven -->
-          <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
-        </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>
-  <modules>
-    <module>../common-logging-spi</module>
-    <module>../common-core</module>
-    <module>../common-logging-log4j</module>
-    <module>../common-logging-jdk</module>
-  </modules>
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>dependencies</report>
-              <report>issue-tracking</report>
-              <report>license</report>
-              <report>scm</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-    </plugins>
-  </reporting>
-</project>

Copied: build/tags/jboss-common-2.2.0/pom.xml (from rev 2400, build/trunk/pom.xml)
===================================================================
--- build/tags/jboss-common-2.2.0/pom.xml	                        (rev 0)
+++ build/tags/jboss-common-2.2.0/pom.xml	2007-06-08 04:22:38 UTC (rev 2401)
@@ -0,0 +1,104 @@
+<?xml version="1.0"?>
+<!--
+A top level maven pom that expects a structure like: 
+  build/pom.xml
+  common-core/pom.xml
+  common-logging-jdk/pom.xml
+  common-logging-spi/pom.xml
+  common-logging-log4j/pom.xml
+
+This can be done using:  
+svn co https://svn.jboss.org/repos/common/build/trunk/ build
+svn co https://svn.jboss.org/repos/common/common-core/trunk common-core
+svn co https://svn.jboss.org/repos/common/common-logging-spi/trunk/ common-logging-spi
+svn co https://svn.jboss.org/repos/common/common-logging-jdk/trunk/ common-logging-jdk
+svn co https://svn.jboss.org/repos/common/common-logging-log4j/trunk/ common-logging-log4j
+-->
+<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</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <version>2.2.0</version>
+  <artifactId>jboss-common</artifactId>
+  <name>JBoss Common Build</name>
+  <url>http://www.jboss.org</url>
+  <description>JBoss Common</description>
+  <scm>
+    <connection>scm:svn:https://svn.jboss.org/repos/common/build/tags/jboss-common-2.2.0</connection>
+  </scm>
+  <packaging>pom</packaging>
+  <build>
+    <finalName>${artifactId}</finalName>  
+    <plugins>
+      <plugin>
+        <groupId>jboss.maven-plugins</groupId>
+        <artifactId>jboss-retro-maven-plugin</artifactId>
+        <version>0.5</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>retro-compile</goal>
+            </goals>
+          </execution>
+        </executions>
+      </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.jboss.org/repos/common/build/tags</tagBase>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>jboss.maven-plugins</groupId>
+        <artifactId>jboss-deploy-maven-plugin</artifactId>
+        <version>1.2</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>jboss-deploy</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <!-- In order to use this setting jboss.repository.root must be set on the command line or in
+          settings.xml.  More information can be found here: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossBuildMaven -->
+          <jbossDeployRoot>${jboss.repository.root}</jbossDeployRoot>
+        </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>
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>dependencies</report>
+              <report>issue-tracking</report>
+              <report>license</report>
+              <report>scm</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+    </plugins>
+  </reporting>
+</project>




More information about the jboss-svn-commits mailing list