Repository SVN: r31429 - maven2/org/gatein/wci/wci-test-server-parent/2.0.0-CR01.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-23 16:01:44 -0500 (Mon, 23 Nov 2009)
New Revision: 31429
Added:
maven2/org/gatein/wci/wci-test-server-parent/2.0.0-CR01/wci-test-server-parent-2.0.0-CR01.pom.md5
Log:
Wagon: Adding maven-artifact403034951140181341.tmp to repository
Added: maven2/org/gatein/wci/wci-test-server-parent/2.0.0-CR01/wci-test-server-parent-2.0.0-CR01.pom.md5
===================================================================
--- maven2/org/gatein/wci/wci-test-server-parent/2.0.0-CR01/wci-test-server-parent-2.0.0-CR01.pom.md5 (rev 0)
+++ maven2/org/gatein/wci/wci-test-server-parent/2.0.0-CR01/wci-test-server-parent-2.0.0-CR01.pom.md5 2009-11-23 21:01:44 UTC (rev 31429)
@@ -0,0 +1 @@
+57a9b53413a15e7b9737e07dc3392a39
\ No newline at end of file
16 years, 8 months
Repository SVN: r31428 - in maven2/org/gatein/wci: wci-test-server-parent and 1 other directories.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-23 16:01:07 -0500 (Mon, 23 Nov 2009)
New Revision: 31428
Added:
maven2/org/gatein/wci/wci-test-server-parent/
maven2/org/gatein/wci/wci-test-server-parent/2.0.0-CR01/
maven2/org/gatein/wci/wci-test-server-parent/2.0.0-CR01/wci-test-server-parent-2.0.0-CR01.pom
Log:
Wagon: Adding pom.xml to repository
Added: maven2/org/gatein/wci/wci-test-server-parent/2.0.0-CR01/wci-test-server-parent-2.0.0-CR01.pom
===================================================================
--- maven2/org/gatein/wci/wci-test-server-parent/2.0.0-CR01/wci-test-server-parent-2.0.0-CR01.pom (rev 0)
+++ maven2/org/gatein/wci/wci-test-server-parent/2.0.0-CR01/wci-test-server-parent-2.0.0-CR01.pom 2009-11-23 21:01:07 UTC (rev 31428)
@@ -0,0 +1,114 @@
+<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.gatein.wci</groupId>
+ <artifactId>wci-test-parent</artifactId>
+ <version>2.0.0-CR01</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>wci-test-server-parent</artifactId>
+ <packaging>pom</packaging>
+ <name>GateIn - WCI test server parent</name>
+
+ <properties>
+ <test.common.xml>${project.build.directory}/common/common.xml</test.common.xml>
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.4</version>
+ <inherited>false</inherited>
+ <executions>
+ <execution>
+ <id>attach-artifacts</id>
+ <phase>generate-resources</phase>
+ <configuration>
+ <artifacts>
+ <artifact>
+ <file>src/common/resources/common.xml</file>
+ <type>xml</type>
+ </artifact>
+ </artifacts>
+ </configuration>
+ <goals>
+ <goal>attach-artifact</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>org.gatein.wci</groupId>
+ <artifactId>wci-test-server-parent</artifactId>
+ <version>${project.version}</version>
+ <type>xml</type>
+ <outputDirectory>${project.build.directory}/common</outputDirectory>
+ <destFileName>common.xml</destFileName>
+ </artifactItem>
+ </artifactItems>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>default-servers</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>tomcat6</module>
+ <module>jboss42</module>
+ <module>jboss51</module>
+ </modules>
+ </profile>
+ <profile>
+ <id>all-servers</id>
+ <modules>
+ <module>tomcat6</module>
+ <module>jboss42</module>
+ <module>jboss51</module>
+ <module>jetty6</module>
+ </modules>
+ </profile>
+ <profile>
+ <id>tomcat</id>
+ <modules>
+ <module>tomcat6</module>
+ </modules>
+ </profile>
+ <profile>
+ <id>jboss42</id>
+ <modules>
+ <module>jboss42</module>
+ </modules>
+ </profile>
+ <profile>
+ <id>jboss51</id>
+ <modules>
+ <module>jboss51</module>
+ </modules>
+ </profile>
+ <profile>
+ <id>jboss</id>
+ <modules>
+ <module>jboss42</module>
+ <module>jboss51</module>
+ </modules>
+ </profile>
+ <profile>
+ <id>jetty</id>
+ <modules>
+ <module>jetty6</module>
+ </modules>
+ </profile>
+
+ </profiles>
+
+</project>
16 years, 8 months
Repository SVN: r31427 - maven2/org/gatein/wci/wci-test-native-portlet.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-23 16:00:00 -0500 (Mon, 23 Nov 2009)
New Revision: 31427
Added:
maven2/org/gatein/wci/wci-test-native-portlet/maven-metadata.xml.sha1
Log:
Wagon: Adding maven-artifact4915985253283475615.tmp to repository
Added: maven2/org/gatein/wci/wci-test-native-portlet/maven-metadata.xml.sha1
===================================================================
--- maven2/org/gatein/wci/wci-test-native-portlet/maven-metadata.xml.sha1 (rev 0)
+++ maven2/org/gatein/wci/wci-test-native-portlet/maven-metadata.xml.sha1 2009-11-23 21:00:00 UTC (rev 31427)
@@ -0,0 +1 @@
+e319562b8bd80ad3383ed748e161a9d4bafc4167
\ No newline at end of file
16 years, 8 months
Repository SVN: r31426 - maven2/org/gatein/wci/wci-test-native-portlet.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-23 15:59:22 -0500 (Mon, 23 Nov 2009)
New Revision: 31426
Added:
maven2/org/gatein/wci/wci-test-native-portlet/maven-metadata.xml.md5
Log:
Wagon: Adding maven-artifact1163871380547275315.tmp to repository
Added: maven2/org/gatein/wci/wci-test-native-portlet/maven-metadata.xml.md5
===================================================================
--- maven2/org/gatein/wci/wci-test-native-portlet/maven-metadata.xml.md5 (rev 0)
+++ maven2/org/gatein/wci/wci-test-native-portlet/maven-metadata.xml.md5 2009-11-23 20:59:22 UTC (rev 31426)
@@ -0,0 +1 @@
+85ea623bed213e4862ec731fbe3ec73c
\ No newline at end of file
16 years, 8 months
Repository SVN: r31425 - maven2/org/gatein/wci/wci-test-native-portlet.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-23 15:58:47 -0500 (Mon, 23 Nov 2009)
New Revision: 31425
Added:
maven2/org/gatein/wci/wci-test-native-portlet/maven-metadata.xml
Log:
Wagon: Adding maven-metadata-jboss-releases.xml to repository
Added: maven2/org/gatein/wci/wci-test-native-portlet/maven-metadata.xml
===================================================================
--- maven2/org/gatein/wci/wci-test-native-portlet/maven-metadata.xml (rev 0)
+++ maven2/org/gatein/wci/wci-test-native-portlet/maven-metadata.xml 2009-11-23 20:58:47 UTC (rev 31425)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.gatein.wci</groupId>
+ <artifactId>wci-test-native-portlet</artifactId>
+ <version>2.0.0-CR01</version>
+ <versioning>
+ <release>2.0.0-CR01</release>
+ <versions>
+ <version>2.0.0-CR01</version>
+ </versions>
+ <lastUpdated>20091123205258</lastUpdated>
+ </versioning>
+</metadata>
16 years, 8 months
Repository SVN: r31424 - maven2/org/gatein/wci/wci-test-native-portlet/2.0.0-CR01.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-23 15:57:56 -0500 (Mon, 23 Nov 2009)
New Revision: 31424
Added:
maven2/org/gatein/wci/wci-test-native-portlet/2.0.0-CR01/wci-test-native-portlet-2.0.0-CR01.pom.sha1
Log:
Wagon: Adding maven-artifact6321108100054254456.tmp to repository
Added: maven2/org/gatein/wci/wci-test-native-portlet/2.0.0-CR01/wci-test-native-portlet-2.0.0-CR01.pom.sha1
===================================================================
--- maven2/org/gatein/wci/wci-test-native-portlet/2.0.0-CR01/wci-test-native-portlet-2.0.0-CR01.pom.sha1 (rev 0)
+++ maven2/org/gatein/wci/wci-test-native-portlet/2.0.0-CR01/wci-test-native-portlet-2.0.0-CR01.pom.sha1 2009-11-23 20:57:56 UTC (rev 31424)
@@ -0,0 +1 @@
+e2ff239aaa13a28fce815f893541a5dc60854680
\ No newline at end of file
16 years, 8 months
Repository SVN: r31423 - maven2/org/gatein/wci/wci-test-native-portlet/2.0.0-CR01.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-23 15:57:13 -0500 (Mon, 23 Nov 2009)
New Revision: 31423
Added:
maven2/org/gatein/wci/wci-test-native-portlet/2.0.0-CR01/wci-test-native-portlet-2.0.0-CR01.pom.md5
Log:
Wagon: Adding maven-artifact6306020739683451186.tmp to repository
Added: maven2/org/gatein/wci/wci-test-native-portlet/2.0.0-CR01/wci-test-native-portlet-2.0.0-CR01.pom.md5
===================================================================
--- maven2/org/gatein/wci/wci-test-native-portlet/2.0.0-CR01/wci-test-native-portlet-2.0.0-CR01.pom.md5 (rev 0)
+++ maven2/org/gatein/wci/wci-test-native-portlet/2.0.0-CR01/wci-test-native-portlet-2.0.0-CR01.pom.md5 2009-11-23 20:57:13 UTC (rev 31423)
@@ -0,0 +1 @@
+d655be4763802b307ce2724dc0041ead
\ No newline at end of file
16 years, 8 months
Repository SVN: r31422 - maven2/org/gatein/wci/wci-test-native-portlet/2.0.0-CR01.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-23 15:56:30 -0500 (Mon, 23 Nov 2009)
New Revision: 31422
Added:
maven2/org/gatein/wci/wci-test-native-portlet/2.0.0-CR01/wci-test-native-portlet-2.0.0-CR01.pom
Log:
Wagon: Adding wci-test-native-portlet-2.0.0-CR01.pom to repository
Added: maven2/org/gatein/wci/wci-test-native-portlet/2.0.0-CR01/wci-test-native-portlet-2.0.0-CR01.pom
===================================================================
--- maven2/org/gatein/wci/wci-test-native-portlet/2.0.0-CR01/wci-test-native-portlet-2.0.0-CR01.pom (rev 0)
+++ maven2/org/gatein/wci/wci-test-native-portlet/2.0.0-CR01/wci-test-native-portlet-2.0.0-CR01.pom 2009-11-23 20:56:30 UTC (rev 31422)
@@ -0,0 +1,11 @@
+<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.gatein.wci</groupId>
+ <artifactId>wci-test-parent</artifactId>
+ <version>2.0.0-CR01</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>wci-test-native-portlet</artifactId>
+ <packaging>war</packaging>
+ <name>GateIn - WCI Native Test Portlet</name>
+</project>
16 years, 8 months
Repository SVN: r31421 - maven2/org/gatein/wci/wci-test-native-portlet/2.0.0-CR01.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-23 15:55:48 -0500 (Mon, 23 Nov 2009)
New Revision: 31421
Added:
maven2/org/gatein/wci/wci-test-native-portlet/2.0.0-CR01/wci-test-native-portlet-2.0.0-CR01.war.sha1
Log:
Wagon: Adding maven-artifact2401015540611672067.tmp to repository
Added: maven2/org/gatein/wci/wci-test-native-portlet/2.0.0-CR01/wci-test-native-portlet-2.0.0-CR01.war.sha1
===================================================================
--- maven2/org/gatein/wci/wci-test-native-portlet/2.0.0-CR01/wci-test-native-portlet-2.0.0-CR01.war.sha1 (rev 0)
+++ maven2/org/gatein/wci/wci-test-native-portlet/2.0.0-CR01/wci-test-native-portlet-2.0.0-CR01.war.sha1 2009-11-23 20:55:48 UTC (rev 31421)
@@ -0,0 +1 @@
+904e25d967be87fdcff191041392fbf5db6b054f
\ No newline at end of file
16 years, 8 months
Repository SVN: r31420 - maven2/org/gatein/wci/wci-test-native-portlet/2.0.0-CR01.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-11-23 15:55:03 -0500 (Mon, 23 Nov 2009)
New Revision: 31420
Added:
maven2/org/gatein/wci/wci-test-native-portlet/2.0.0-CR01/wci-test-native-portlet-2.0.0-CR01.war.md5
Log:
Wagon: Adding maven-artifact622675064177370092.tmp to repository
Added: maven2/org/gatein/wci/wci-test-native-portlet/2.0.0-CR01/wci-test-native-portlet-2.0.0-CR01.war.md5
===================================================================
--- maven2/org/gatein/wci/wci-test-native-portlet/2.0.0-CR01/wci-test-native-portlet-2.0.0-CR01.war.md5 (rev 0)
+++ maven2/org/gatein/wci/wci-test-native-portlet/2.0.0-CR01/wci-test-native-portlet-2.0.0-CR01.war.md5 2009-11-23 20:55:03 UTC (rev 31420)
@@ -0,0 +1 @@
+5c0979703f56fd2df75a6facda442c33
\ No newline at end of file
16 years, 8 months