Repository SVN: r34773 - maven2/org/gatein/pc/pc-portlet.
by jboss-maven2-commits@lists.jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-02-26 17:45:20 -0500 (Fri, 26 Feb 2010)
New Revision: 34773
Modified:
maven2/org/gatein/pc/pc-portlet/maven-metadata.xml
Log:
Wagon: Adding maven-metadata-jboss-releases.xml to repository
Modified: maven2/org/gatein/pc/pc-portlet/maven-metadata.xml
===================================================================
--- maven2/org/gatein/pc/pc-portlet/maven-metadata.xml 2010-02-26 22:43:36 UTC (rev 34772)
+++ maven2/org/gatein/pc/pc-portlet/maven-metadata.xml 2010-02-26 22:45:20 UTC (rev 34773)
@@ -12,7 +12,8 @@
<version>2.1.0-CR02</version>
<version>2.1.0-CR03</version>
<version>2.1.0-CR04</version>
+ <version>2.1.0-CR05</version>
</versions>
- <lastUpdated>20100216141319</lastUpdated>
+ <lastUpdated>20100226223859</lastUpdated>
</versioning>
</metadata>
16 years, 2 months
Repository SVN: r34772 - maven2/org/gatein/pc/pc-portlet/2.1.0-CR05.
by jboss-maven2-commits@lists.jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-02-26 17:43:36 -0500 (Fri, 26 Feb 2010)
New Revision: 34772
Added:
maven2/org/gatein/pc/pc-portlet/2.1.0-CR05/pc-portlet-2.1.0-CR05.pom.sha1
Log:
Wagon: Adding maven-artifact6260762289838145829.tmp to repository
Added: maven2/org/gatein/pc/pc-portlet/2.1.0-CR05/pc-portlet-2.1.0-CR05.pom.sha1
===================================================================
--- maven2/org/gatein/pc/pc-portlet/2.1.0-CR05/pc-portlet-2.1.0-CR05.pom.sha1 (rev 0)
+++ maven2/org/gatein/pc/pc-portlet/2.1.0-CR05/pc-portlet-2.1.0-CR05.pom.sha1 2010-02-26 22:43:36 UTC (rev 34772)
@@ -0,0 +1 @@
+5abe6db18fe6e7620ce77272ffc56ed268a01a37
\ No newline at end of file
16 years, 2 months
Repository SVN: r34771 - maven2/org/gatein/pc/pc-portlet/2.1.0-CR05.
by jboss-maven2-commits@lists.jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-02-26 17:42:57 -0500 (Fri, 26 Feb 2010)
New Revision: 34771
Added:
maven2/org/gatein/pc/pc-portlet/2.1.0-CR05/pc-portlet-2.1.0-CR05.pom.md5
Log:
Wagon: Adding maven-artifact4039066041306079449.tmp to repository
Added: maven2/org/gatein/pc/pc-portlet/2.1.0-CR05/pc-portlet-2.1.0-CR05.pom.md5
===================================================================
--- maven2/org/gatein/pc/pc-portlet/2.1.0-CR05/pc-portlet-2.1.0-CR05.pom.md5 (rev 0)
+++ maven2/org/gatein/pc/pc-portlet/2.1.0-CR05/pc-portlet-2.1.0-CR05.pom.md5 2010-02-26 22:42:57 UTC (rev 34771)
@@ -0,0 +1 @@
+bc5098b66cf9b664526445bbef185b0e
\ No newline at end of file
16 years, 2 months
Repository SVN: r34770 - maven2/org/gatein/pc/pc-portlet/2.1.0-CR05.
by jboss-maven2-commits@lists.jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-02-26 17:42:17 -0500 (Fri, 26 Feb 2010)
New Revision: 34770
Added:
maven2/org/gatein/pc/pc-portlet/2.1.0-CR05/pc-portlet-2.1.0-CR05.pom
Log:
Wagon: Adding pc-portlet-2.1.0-CR05.pom to repository
Added: maven2/org/gatein/pc/pc-portlet/2.1.0-CR05/pc-portlet-2.1.0-CR05.pom
===================================================================
--- maven2/org/gatein/pc/pc-portlet/2.1.0-CR05/pc-portlet-2.1.0-CR05.pom (rev 0)
+++ maven2/org/gatein/pc/pc-portlet/2.1.0-CR05/pc-portlet-2.1.0-CR05.pom 2010-02-26 22:42:17 UTC (rev 34770)
@@ -0,0 +1,207 @@
+<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.pc</groupId>
+ <artifactId>pc-parent</artifactId>
+ <version>2.1.0-CR05</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>pc-portlet</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn - Portlet Container (pc)</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.gatein.pc</groupId>
+ <artifactId>pc-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.portlet</groupId>
+ <artifactId>portlet-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.wci</groupId>
+ <artifactId>wci-wci</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>sun-jaxb</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.ccpp</groupId>
+ <artifactId>ccpp</artifactId>
+ </dependency>
+
+ <!--TEST SCOPE-->
+ <dependency>
+ <groupId>org.jboss.unit</groupId>
+ <artifactId>jboss-unit-remote</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ </dependencies>
+
+
+ <profiles>
+ <!--By default Annotation Processing Tool related classes need to be disabled-->
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>testCompile</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <testExcludes>
+ <exclude>org/gatein/pc/test/unit/reports/*</exclude>
+ </testExcludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
+ <id>apt</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.myfaces.tobago</groupId>
+ <artifactId>maven-apt-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <configuration>
+ <factory>org.gatein.pc.test.unit.reports.TestCaseAPF</factory>
+ <force>true</force>
+ <target>1.5</target>
+ <nocompile>true</nocompile>
+ <showWarnings>true</showWarnings>
+ </configuration>
+ <goals>
+ <goal>testExecute</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>sun.jdk</groupId>
+ <artifactId>tools</artifactId>
+ <version>1.5.0</version>
+ <scope>system</scope>
+ <systemPath>${java.home}/../lib/tools.jar</systemPath>
+ </dependency>
+ </dependencies>
+ </profile>
+
+ <!--On MacOSX the tools.jar should be already in the classpath-->
+ <profile>
+ <id>apt-mac</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.myfaces.tobago</groupId>
+ <artifactId>maven-apt-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <configuration>
+ <factory>org.gatein.pc.test.unit.reports.TestCaseAPF</factory>
+ <force>true</force>
+ <target>1.5</target>
+ <nocompile>true</nocompile>
+ <showWarnings>true</showWarnings>
+ </configuration>
+ <goals>
+ <goal>testExecute</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <!--In 2.1 there is http://jira.codehaus.org/browse/MJAR-30-->
+ <!--2.2 should be used but SNAPSHOT is unstable for now-->
+ <version>2.1</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ <phase>package</phase>
+ <configuration>
+ <includes>
+ <include>org/**</include>
+ </includes>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.jboss.unit</groupId>
+ <artifactId>jboss-unit-tooling-maven2</artifactId>
+ <executions>
+ <execution>
+ <phase>test</phase>
+ <goals>
+ <goal>execute</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+
+ <!--Uncomment if needed-->
+ <!--<jpda>false</jpda>-->
+ <!--<jpdaPort>9000</jpdaPort>-->
+ <!--<jpdaSuspend>true</jpdaSuspend>-->
+ <!--<failOnError>false</failOnError>-->
+ <!--<assertions>true</assertions>-->
+ <testsuites>
+ <testsuite>
+ <config>local-jboss-unit.xml</config>
+ </testsuite>
+ </testsuites>
+ <reports>
+ <xml>target/tests/reports/xml</xml>
+ <html>target/tests/reports/html</html>
+ </reports>
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </build>
+
+</project>
16 years, 2 months
Repository SVN: r34769 - maven2/org/gatein/pc/pc-portlet/2.1.0-CR05.
by jboss-maven2-commits@lists.jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-02-26 17:41:37 -0500 (Fri, 26 Feb 2010)
New Revision: 34769
Added:
maven2/org/gatein/pc/pc-portlet/2.1.0-CR05/pc-portlet-2.1.0-CR05.jar.sha1
Log:
Wagon: Adding maven-artifact5015417268500936822.tmp to repository
Added: maven2/org/gatein/pc/pc-portlet/2.1.0-CR05/pc-portlet-2.1.0-CR05.jar.sha1
===================================================================
--- maven2/org/gatein/pc/pc-portlet/2.1.0-CR05/pc-portlet-2.1.0-CR05.jar.sha1 (rev 0)
+++ maven2/org/gatein/pc/pc-portlet/2.1.0-CR05/pc-portlet-2.1.0-CR05.jar.sha1 2010-02-26 22:41:37 UTC (rev 34769)
@@ -0,0 +1 @@
+6bafc230fcaa3eec44101cb7ea8837017cf5eca3
\ No newline at end of file
16 years, 2 months
Repository SVN: r34768 - maven2/org/gatein/pc/pc-portlet/2.1.0-CR05.
by jboss-maven2-commits@lists.jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-02-26 17:40:56 -0500 (Fri, 26 Feb 2010)
New Revision: 34768
Added:
maven2/org/gatein/pc/pc-portlet/2.1.0-CR05/pc-portlet-2.1.0-CR05.jar.md5
Log:
Wagon: Adding maven-artifact9090533903580686480.tmp to repository
Added: maven2/org/gatein/pc/pc-portlet/2.1.0-CR05/pc-portlet-2.1.0-CR05.jar.md5
===================================================================
--- maven2/org/gatein/pc/pc-portlet/2.1.0-CR05/pc-portlet-2.1.0-CR05.jar.md5 (rev 0)
+++ maven2/org/gatein/pc/pc-portlet/2.1.0-CR05/pc-portlet-2.1.0-CR05.jar.md5 2010-02-26 22:40:56 UTC (rev 34768)
@@ -0,0 +1 @@
+7904ab103008ddfbdf5f9b3de01981c3
\ No newline at end of file
16 years, 2 months
Repository SVN: r34767 - in maven2/org/gatein/pc/pc-portlet: 2.1.0-CR05 and 1 other directory.
by jboss-maven2-commits@lists.jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-02-26 17:40:13 -0500 (Fri, 26 Feb 2010)
New Revision: 34767
Added:
maven2/org/gatein/pc/pc-portlet/2.1.0-CR05/
maven2/org/gatein/pc/pc-portlet/2.1.0-CR05/pc-portlet-2.1.0-CR05.jar
Log:
Wagon: Adding pc-portlet-2.1.0-CR05.jar to repository
Added: maven2/org/gatein/pc/pc-portlet/2.1.0-CR05/pc-portlet-2.1.0-CR05.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/pc/pc-portlet/2.1.0-CR05/pc-portlet-2.1.0-CR05.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years, 2 months
Repository SVN: r34766 - maven2/org/gatein/pc/pc-jsr168api/2.1.0-CR05.
by jboss-maven2-commits@lists.jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-02-26 17:38:51 -0500 (Fri, 26 Feb 2010)
New Revision: 34766
Added:
maven2/org/gatein/pc/pc-jsr168api/2.1.0-CR05/pc-jsr168api-2.1.0-CR05-sources.jar.sha1
Log:
Wagon: Adding maven-artifact7388639517291170200.tmp to repository
Added: maven2/org/gatein/pc/pc-jsr168api/2.1.0-CR05/pc-jsr168api-2.1.0-CR05-sources.jar.sha1
===================================================================
--- maven2/org/gatein/pc/pc-jsr168api/2.1.0-CR05/pc-jsr168api-2.1.0-CR05-sources.jar.sha1 (rev 0)
+++ maven2/org/gatein/pc/pc-jsr168api/2.1.0-CR05/pc-jsr168api-2.1.0-CR05-sources.jar.sha1 2010-02-26 22:38:51 UTC (rev 34766)
@@ -0,0 +1 @@
+305fcb3d195ef6f876bc894a448d448264f43c3e
\ No newline at end of file
16 years, 2 months
Repository SVN: r34765 - maven2/org/gatein/pc/pc-jsr168api/2.1.0-CR05.
by jboss-maven2-commits@lists.jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-02-26 17:38:11 -0500 (Fri, 26 Feb 2010)
New Revision: 34765
Added:
maven2/org/gatein/pc/pc-jsr168api/2.1.0-CR05/pc-jsr168api-2.1.0-CR05-sources.jar.md5
Log:
Wagon: Adding maven-artifact4940289754451647793.tmp to repository
Added: maven2/org/gatein/pc/pc-jsr168api/2.1.0-CR05/pc-jsr168api-2.1.0-CR05-sources.jar.md5
===================================================================
--- maven2/org/gatein/pc/pc-jsr168api/2.1.0-CR05/pc-jsr168api-2.1.0-CR05-sources.jar.md5 (rev 0)
+++ maven2/org/gatein/pc/pc-jsr168api/2.1.0-CR05/pc-jsr168api-2.1.0-CR05-sources.jar.md5 2010-02-26 22:38:11 UTC (rev 34765)
@@ -0,0 +1 @@
+c1a5b64411508437d337a480eb0321d2
\ No newline at end of file
16 years, 2 months
Repository SVN: r34764 - maven2/org/gatein/pc/pc-jsr168api/2.1.0-CR05.
by jboss-maven2-commits@lists.jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-02-26 17:37:32 -0500 (Fri, 26 Feb 2010)
New Revision: 34764
Added:
maven2/org/gatein/pc/pc-jsr168api/2.1.0-CR05/pc-jsr168api-2.1.0-CR05-sources.jar
Log:
Wagon: Adding pc-jsr168api-2.1.0-CR05-sources.jar to repository
Added: maven2/org/gatein/pc/pc-jsr168api/2.1.0-CR05/pc-jsr168api-2.1.0-CR05-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/pc/pc-jsr168api/2.1.0-CR05/pc-jsr168api-2.1.0-CR05-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years, 2 months