[jboss-svn-commits] JBL Code SVN: r24926 - in labs/jbossbuild/maven-plugins/tags: maven-jboss-retro-plugin-1.0-beta-2 and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jan 26 11:21:34 EST 2009


Author: pgier
Date: 2009-01-26 11:21:34 -0500 (Mon, 26 Jan 2009)
New Revision: 24926

Added:
   labs/jbossbuild/maven-plugins/tags/maven-jboss-retro-plugin-1.0-beta-2/
   labs/jbossbuild/maven-plugins/tags/maven-jboss-retro-plugin-1.0-beta-2/pom.xml
Removed:
   labs/jbossbuild/maven-plugins/tags/maven-jboss-retro-plugin-1.0-beta-2/pom.xml
Log:
[maven-release-plugin]  copy for tag maven-jboss-retro-plugin-1.0-beta-2

Copied: labs/jbossbuild/maven-plugins/tags/maven-jboss-retro-plugin-1.0-beta-2 (from rev 24922, labs/jbossbuild/maven-plugins/trunk/maven-jboss-retro-plugin)

Deleted: labs/jbossbuild/maven-plugins/tags/maven-jboss-retro-plugin-1.0-beta-2/pom.xml
===================================================================
--- labs/jbossbuild/maven-plugins/trunk/maven-jboss-retro-plugin/pom.xml	2009-01-26 16:15:30 UTC (rev 24922)
+++ labs/jbossbuild/maven-plugins/tags/maven-jboss-retro-plugin-1.0-beta-2/pom.xml	2009-01-26 16:21:34 UTC (rev 24926)
@@ -1,150 +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">
-  
-  <modelVersion>4.0.0</modelVersion>
-  
-  <groupId>org.jboss.maven.plugins</groupId>
-  <artifactId>maven-jboss-retro-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Maven JBoss Retro Plugin</name>
-  <version>1.0-beta-2</version>
-  <url>http://labs.jboss.com/maven-jboss-retro-plugin</url>
-  <description>Maven plugin for jboss retro</description>
-  <inceptionYear>2007</inceptionYear>
-  
-  <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/labs/labs/jbossbuild/maven-plugins/tags/maven-jboss-retro-plugin-1.0-beta-2</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/labs/labs/jbossbuild/maven-plugins/tags/maven-jboss-retro-plugin-1.0-beta-2</developerConnection>
-  </scm>
-  
-  <issueManagement>
-    <system>jira</system>
-    <url>http://jira.jboss.org/jira/browse/JBBUILD</url>
-  </issueManagement>
-  
-  <licenses>
-    <license>
-      <name>GNU Lesser General Public License</name>
-      <url>http://www.gnu.org/copyleft/lesser.html</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-
-  <developers>
-    <developer>
-      <id>pgier</id>
-      <name>Paul Gier</name>
-      <organization>JBoss, a division of Red Hat, Inc</organization>
-      <organizationUrl>http://www.jboss.org</organizationUrl>
-      <timezone>-5</timezone>
-    </developer>
-  </developers>
-  
-  <organization>
-    <name>JBoss, a division of Red Hat, Inc</name>
-    <url>http://www.jboss.org</url>
-  </organization>
-  
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <optimize>true</optimize>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-release-plugin</artifactId>
-        <configuration>
-          <tagBase>https://svn.jboss.org/labs/labs/jbossbuild/maven-plugins/tags</tagBase>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <configuration>
-          <minmemory>128m</minmemory>
-          <maxmemory>512</maxmemory>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jxr-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-plugin-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </reporting>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss</groupId>
-      <artifactId>jboss-retro</artifactId>
-      <version>1.1.2</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-model</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-      <version>2.0.4</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-archiver</artifactId>
-      <version>2.2</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <version>1.2</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-      <version>1.4.1</version>
-    </dependency>
-  </dependencies>
-  
-  <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>
-    <site>
-      <id>www.jboss.org</id>
-      <name>www.jboss.org</name>
-      <!-- This should be set to a local checkout of the jboss.org/jbossretro freezone. -->
-      <url>file://${maven.jboss.retro.plugin.site.root}</url>
-    </site>
-  </distributionManagement>
-  
-</project>
\ No newline at end of file

Copied: labs/jbossbuild/maven-plugins/tags/maven-jboss-retro-plugin-1.0-beta-2/pom.xml (from rev 24925, labs/jbossbuild/maven-plugins/trunk/maven-jboss-retro-plugin/pom.xml)
===================================================================
--- labs/jbossbuild/maven-plugins/tags/maven-jboss-retro-plugin-1.0-beta-2/pom.xml	                        (rev 0)
+++ labs/jbossbuild/maven-plugins/tags/maven-jboss-retro-plugin-1.0-beta-2/pom.xml	2009-01-26 16:21:34 UTC (rev 24926)
@@ -0,0 +1,150 @@
+<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">
+  
+  <modelVersion>4.0.0</modelVersion>
+  
+  <groupId>org.jboss.maven.plugins</groupId>
+  <artifactId>maven-jboss-retro-plugin</artifactId>
+  <packaging>maven-plugin</packaging>
+  <name>Maven JBoss Retro Plugin</name>
+  <version>1.0-beta-2</version>
+  <url>http://labs.jboss.com/maven-jboss-retro-plugin</url>
+  <description>Maven plugin for jboss retro</description>
+  <inceptionYear>2007</inceptionYear>
+  
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossbuild/maven-plugins/tags/maven-jboss-retro-plugin-1.0-beta-2</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-plugins/tags/maven-jboss-retro-plugin-1.0-beta-2</developerConnection>
+  </scm>
+  
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.jboss.org/jira/browse/JBBUILD</url>
+  </issueManagement>
+  
+  <licenses>
+    <license>
+      <name>GNU Lesser General Public License</name>
+      <url>http://www.gnu.org/copyleft/lesser.html</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <developers>
+    <developer>
+      <id>pgier</id>
+      <name>Paul Gier</name>
+      <organization>JBoss, a division of Red Hat, Inc</organization>
+      <organizationUrl>http://www.jboss.org</organizationUrl>
+      <timezone>-5</timezone>
+    </developer>
+  </developers>
+  
+  <organization>
+    <name>JBoss, a division of Red Hat, Inc</name>
+    <url>http://www.jboss.org</url>
+  </organization>
+  
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <optimize>true</optimize>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <tagBase>https://svn.jboss.org/repos/labs/labs/jbossbuild/maven-plugins/tags</tagBase>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <minmemory>128m</minmemory>
+          <maxmemory>512</maxmemory>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jxr-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-plugin-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-retro</artifactId>
+      <version>1.1.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-plugin-api</artifactId>
+      <version>2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-model</artifactId>
+      <version>2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-artifact</artifactId>
+      <version>2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-project</artifactId>
+      <version>2.0.4</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-archiver</artifactId>
+      <version>2.2</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>1.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>1.4.1</version>
+    </dependency>
+  </dependencies>
+  
+  <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>
+    <site>
+      <id>www.jboss.org</id>
+      <name>www.jboss.org</name>
+      <!-- This should be set to a local checkout of the jboss.org/jbossretro freezone. -->
+      <url>file://${maven.jboss.retro.plugin.site.root}</url>
+    </site>
+  </distributionManagement>
+  
+</project>
\ No newline at end of file




More information about the jboss-svn-commits mailing list