[jboss-cvs] JBossAS SVN: r97951 - in projects/reloaded/tags: jboss-reloaded-build-0.1.0-alpha-1 and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Dec 17 05:35:10 EST 2009
Author: wolfc
Date: 2009-12-17 05:35:10 -0500 (Thu, 17 Dec 2009)
New Revision: 97951
Added:
projects/reloaded/tags/jboss-reloaded-build-0.1.0-alpha-1/
projects/reloaded/tags/jboss-reloaded-build-0.1.0-alpha-1/pom.xml
Removed:
projects/reloaded/tags/jboss-reloaded-build-0.1.0-alpha-1/pom.xml
Log:
[maven-release-plugin] copy for tag jboss-reloaded-build-0.1.0-alpha-1
Copied: projects/reloaded/tags/jboss-reloaded-build-0.1.0-alpha-1 (from rev 97946, projects/reloaded/trunk/build)
Deleted: projects/reloaded/tags/jboss-reloaded-build-0.1.0-alpha-1/pom.xml
===================================================================
--- projects/reloaded/trunk/build/pom.xml 2009-12-17 09:52:21 UTC (rev 97946)
+++ projects/reloaded/tags/jboss-reloaded-build-0.1.0-alpha-1/pom.xml 2009-12-17 10:35:10 UTC (rev 97951)
@@ -1,79 +0,0 @@
-<!--
- vi:ts=2:sw=2:expandtab
--->
-<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>4</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.reloaded</groupId>
- <artifactId>jboss-reloaded-build</artifactId>
- <version>0.1.0-SNAPSHOT</version>
- <packaging>pom</packaging>
- <name>JBoss Reloaded Common Build Settings</name>
- <url>http://www.jboss.org</url>
- <description>
- The common build settings for all Reloaded components.
- </description>
-
- <build>
- <outputDirectory>${outputDirectory}</outputDirectory>
- <testOutputDirectory>${testOutputDirectory}</testOutputDirectory>
- <plugins>
- <plugin>
- <artifactId>maven-jar-plugin</artifactId>
- <dependencies>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-archiver</artifactId>
- <version>2.4</version>
- </dependency>
- </dependencies>
- </plugin>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <redirectTestOutputToFile>true</redirectTestOutputToFile>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.4</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.logging</groupId>
- <artifactId>jboss-logging-log4j</artifactId>
- <version>2.0.6.GA</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
- <profiles>
- <profile>
- <id>default</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <properties>
- <outputDirectory>target/classes</outputDirectory>
- <testOutputDirectory>target/test-classes</testOutputDirectory>
- </properties>
- </profile>
-
- <profile>
- <id>eclipse</id>
- <properties>
- <outputDirectory>eclipse-target/classes</outputDirectory>
- <testOutputDirectory>eclipse-target/test-classes</testOutputDirectory>
- </properties>
- </profile>
- </profiles>
-</project>
Copied: projects/reloaded/tags/jboss-reloaded-build-0.1.0-alpha-1/pom.xml (from rev 97949, projects/reloaded/trunk/build/pom.xml)
===================================================================
--- projects/reloaded/tags/jboss-reloaded-build-0.1.0-alpha-1/pom.xml (rev 0)
+++ projects/reloaded/tags/jboss-reloaded-build-0.1.0-alpha-1/pom.xml 2009-12-17 10:35:10 UTC (rev 97951)
@@ -0,0 +1,111 @@
+<!--
+ vi:ts=2:sw=2:expandtab
+-->
+<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>4</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.reloaded</groupId>
+ <artifactId>jboss-reloaded-build</artifactId>
+ <version>0.1.0-alpha-1</version>
+ <packaging>pom</packaging>
+ <name>JBoss Reloaded Common Build Settings</name>
+ <url>http://www.jboss.org</url>
+ <description>
+ The common build settings for all Reloaded components.
+ </description>
+
+ <developers>
+ <developer>
+ <name>Andrew Lee Rubinger</name>
+ <email>arubinge at redhat.com</email>
+ <organization>JBoss, a division of Red Hat, Inc.</organization>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ <timezone>-5</timezone>
+ </developer>
+ <developer>
+ <name>Carlo de Wolf</name>
+ <email>cdewolf at redhat.com</email>
+ <organization>JBoss, a division of Red Hat, Inc.</organization>
+ <roles>
+ <role>Project Lead</role>
+ </roles>
+ <timezone>+1</timezone>
+ </developer>
+ </developers>
+
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/reloaded/tags/jboss-reloaded-build-0.1.0-alpha-1</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/reloaded/tags/jboss-reloaded-build-0.1.0-alpha-1</developerConnection>
+ <url>http://anonsvn.jboss.org/repos/jbossas/projects/reloaded/tags/jboss-reloaded-build-0.1.0-alpha-1</url>
+ </scm>
+
+ <issueManagement>
+ <system>jira</system>
+ <url>https://jira.jboss.org/jira/browse/RELOADED</url>
+ </issueManagement>
+
+ <build>
+ <outputDirectory>${outputDirectory}</outputDirectory>
+ <testOutputDirectory>${testOutputDirectory}</testOutputDirectory>
+ <plugins>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-archiver</artifactId>
+ <version>2.4</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <redirectTestOutputToFile>true</redirectTestOutputToFile>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.4</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-log4j</artifactId>
+ <version>2.0.6.GA</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <profiles>
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <properties>
+ <outputDirectory>target/classes</outputDirectory>
+ <testOutputDirectory>target/test-classes</testOutputDirectory>
+ </properties>
+ </profile>
+
+ <profile>
+ <id>eclipse</id>
+ <properties>
+ <outputDirectory>eclipse-target/classes</outputDirectory>
+ <testOutputDirectory>eclipse-target/test-classes</testOutputDirectory>
+ </properties>
+ </profile>
+ </profiles>
+</project>
More information about the jboss-cvs-commits
mailing list