Repository SVN: r34349 - maven2/org/gatein/sso/sso-cas-plugin/1.0.0-Beta02.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-02-19 08:22:32 -0500 (Fri, 19 Feb 2010)
New Revision: 34349
Added:
maven2/org/gatein/sso/sso-cas-plugin/1.0.0-Beta02/sso-cas-plugin-1.0.0-Beta02.pom
Log:
Wagon: Adding sso-cas-plugin-1.0.0-Beta02.pom to repository
Added: maven2/org/gatein/sso/sso-cas-plugin/1.0.0-Beta02/sso-cas-plugin-1.0.0-Beta02.pom
===================================================================
--- maven2/org/gatein/sso/sso-cas-plugin/1.0.0-Beta02/sso-cas-plugin-1.0.0-Beta02.pom (rev 0)
+++ maven2/org/gatein/sso/sso-cas-plugin/1.0.0-Beta02/sso-cas-plugin-1.0.0-Beta02.pom 2010-02-19 13:22:32 UTC (rev 34349)
@@ -0,0 +1,71 @@
+<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.sso</groupId>
+ <artifactId>sso-cas-parent</artifactId>
+ <relativePath>../pom.xml</relativePath>
+ <version>1.0.0-Beta02</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>sso-cas-plugin</artifactId>
+ <packaging>jar</packaging>
+ <name>GateIn SSO - CAS Plugin</name>
+
+ <properties>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.jasig.cas</groupId>
+ <artifactId>cas-server-core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>apache-log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.3.1</version>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <!--
+ profile for packaging and deploying this plugin into a cas server
+ -->
+ <profiles>
+ <profile>
+ <id>integration-tests</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.3.1</version>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+</project>
+
16 years, 5 months
Repository SVN: r34348 - maven2/org/gatein/sso/sso-cas-plugin.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-02-19 08:21:52 -0500 (Fri, 19 Feb 2010)
New Revision: 34348
Modified:
maven2/org/gatein/sso/sso-cas-plugin/maven-metadata.xml.sha1
Log:
Wagon: Adding maven-artifact2330945370314683829.tmp to repository
Modified: maven2/org/gatein/sso/sso-cas-plugin/maven-metadata.xml.sha1
===================================================================
--- maven2/org/gatein/sso/sso-cas-plugin/maven-metadata.xml.sha1 2010-02-19 13:21:10 UTC (rev 34347)
+++ maven2/org/gatein/sso/sso-cas-plugin/maven-metadata.xml.sha1 2010-02-19 13:21:52 UTC (rev 34348)
@@ -1 +1 @@
-41a1c5dcbb3513cbd93a47d3b0771d81d4af8609
\ No newline at end of file
+5c788f8594ec2a2882ada38b4c90eea819df1a7f
\ No newline at end of file
16 years, 5 months
Repository SVN: r34347 - maven2/org/gatein/sso/sso-cas-plugin.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-02-19 08:21:10 -0500 (Fri, 19 Feb 2010)
New Revision: 34347
Modified:
maven2/org/gatein/sso/sso-cas-plugin/maven-metadata.xml.md5
Log:
Wagon: Adding maven-artifact6017170300194555738.tmp to repository
Modified: maven2/org/gatein/sso/sso-cas-plugin/maven-metadata.xml.md5
===================================================================
--- maven2/org/gatein/sso/sso-cas-plugin/maven-metadata.xml.md5 2010-02-19 13:20:28 UTC (rev 34346)
+++ maven2/org/gatein/sso/sso-cas-plugin/maven-metadata.xml.md5 2010-02-19 13:21:10 UTC (rev 34347)
@@ -1 +1 @@
-fe7b5f452443e6e9e19251e5c826afbc
\ No newline at end of file
+26a732a2f2191751567244407f5e884c
\ No newline at end of file
16 years, 5 months
Repository SVN: r34346 - maven2/org/gatein/sso/sso-cas-plugin.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-02-19 08:20:28 -0500 (Fri, 19 Feb 2010)
New Revision: 34346
Modified:
maven2/org/gatein/sso/sso-cas-plugin/maven-metadata.xml
Log:
Wagon: Adding maven-metadata-jboss-releases.xml to repository
Modified: maven2/org/gatein/sso/sso-cas-plugin/maven-metadata.xml
===================================================================
--- maven2/org/gatein/sso/sso-cas-plugin/maven-metadata.xml 2010-02-19 13:19:20 UTC (rev 34345)
+++ maven2/org/gatein/sso/sso-cas-plugin/maven-metadata.xml 2010-02-19 13:20:28 UTC (rev 34346)
@@ -4,9 +4,11 @@
<artifactId>sso-cas-plugin</artifactId>
<version>1.0.0-Beta01</version>
<versioning>
+ <release>1.0.0-Beta02</release>
<versions>
<version>1.0.0-Beta01</version>
+ <version>1.0.0-Beta02</version>
</versions>
- <lastUpdated>20100216222230</lastUpdated>
+ <lastUpdated>20100219131705</lastUpdated>
</versioning>
</metadata>
16 years, 5 months
Repository SVN: r34345 - maven2/org/gatein/sso/sso-cas-plugin/1.0.0-Beta02.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-02-19 08:19:20 -0500 (Fri, 19 Feb 2010)
New Revision: 34345
Added:
maven2/org/gatein/sso/sso-cas-plugin/1.0.0-Beta02/sso-cas-plugin-1.0.0-Beta02.jar.sha1
Log:
Wagon: Adding maven-artifact6018914077009653840.tmp to repository
Added: maven2/org/gatein/sso/sso-cas-plugin/1.0.0-Beta02/sso-cas-plugin-1.0.0-Beta02.jar.sha1
===================================================================
--- maven2/org/gatein/sso/sso-cas-plugin/1.0.0-Beta02/sso-cas-plugin-1.0.0-Beta02.jar.sha1 (rev 0)
+++ maven2/org/gatein/sso/sso-cas-plugin/1.0.0-Beta02/sso-cas-plugin-1.0.0-Beta02.jar.sha1 2010-02-19 13:19:20 UTC (rev 34345)
@@ -0,0 +1 @@
+038348f747e4d66a7f0b9b46a3edcefb1f59943f
\ No newline at end of file
16 years, 5 months
Repository SVN: r34344 - maven2/org/gatein/sso/sso-cas-plugin/1.0.0-Beta02.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-02-19 08:18:37 -0500 (Fri, 19 Feb 2010)
New Revision: 34344
Added:
maven2/org/gatein/sso/sso-cas-plugin/1.0.0-Beta02/sso-cas-plugin-1.0.0-Beta02.jar.md5
Log:
Wagon: Adding maven-artifact5332030963734801859.tmp to repository
Added: maven2/org/gatein/sso/sso-cas-plugin/1.0.0-Beta02/sso-cas-plugin-1.0.0-Beta02.jar.md5
===================================================================
--- maven2/org/gatein/sso/sso-cas-plugin/1.0.0-Beta02/sso-cas-plugin-1.0.0-Beta02.jar.md5 (rev 0)
+++ maven2/org/gatein/sso/sso-cas-plugin/1.0.0-Beta02/sso-cas-plugin-1.0.0-Beta02.jar.md5 2010-02-19 13:18:37 UTC (rev 34344)
@@ -0,0 +1 @@
+2483bcfe9ee29114b93a4e8a4c1d23dd
\ No newline at end of file
16 years, 5 months
Repository SVN: r34343 - in maven2/org/gatein/sso/sso-cas-plugin: 1.0.0-Beta02 and 1 other directory.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-02-19 08:17:56 -0500 (Fri, 19 Feb 2010)
New Revision: 34343
Added:
maven2/org/gatein/sso/sso-cas-plugin/1.0.0-Beta02/
maven2/org/gatein/sso/sso-cas-plugin/1.0.0-Beta02/sso-cas-plugin-1.0.0-Beta02.jar
Log:
Wagon: Adding sso-cas-plugin-1.0.0-Beta02.jar to repository
Added: maven2/org/gatein/sso/sso-cas-plugin/1.0.0-Beta02/sso-cas-plugin-1.0.0-Beta02.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/gatein/sso/sso-cas-plugin/1.0.0-Beta02/sso-cas-plugin-1.0.0-Beta02.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years, 5 months
Repository SVN: r34342 - maven2/org/gatein/sso/sso-cas-parent.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-02-19 08:10:09 -0500 (Fri, 19 Feb 2010)
New Revision: 34342
Modified:
maven2/org/gatein/sso/sso-cas-parent/maven-metadata.xml.sha1
Log:
Wagon: Adding maven-artifact6936753391870274374.tmp to repository
Modified: maven2/org/gatein/sso/sso-cas-parent/maven-metadata.xml.sha1
===================================================================
--- maven2/org/gatein/sso/sso-cas-parent/maven-metadata.xml.sha1 2010-02-19 13:09:28 UTC (rev 34341)
+++ maven2/org/gatein/sso/sso-cas-parent/maven-metadata.xml.sha1 2010-02-19 13:10:09 UTC (rev 34342)
@@ -1 +1 @@
-8522ec3c5276a09459c15e2e3ec72ed06d2b4398
\ No newline at end of file
+17ce9a7e10d9e82110b104c90ac9d2a0f5d5945a
\ No newline at end of file
16 years, 5 months
Repository SVN: r34341 - maven2/org/gatein/sso/sso-cas-parent.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-02-19 08:09:28 -0500 (Fri, 19 Feb 2010)
New Revision: 34341
Modified:
maven2/org/gatein/sso/sso-cas-parent/maven-metadata.xml.md5
Log:
Wagon: Adding maven-artifact8040570568789219656.tmp to repository
Modified: maven2/org/gatein/sso/sso-cas-parent/maven-metadata.xml.md5
===================================================================
--- maven2/org/gatein/sso/sso-cas-parent/maven-metadata.xml.md5 2010-02-19 13:08:45 UTC (rev 34340)
+++ maven2/org/gatein/sso/sso-cas-parent/maven-metadata.xml.md5 2010-02-19 13:09:28 UTC (rev 34341)
@@ -1 +1 @@
-02ecd5e551c5a750ae5355b8cf251b08
\ No newline at end of file
+a5178a0c8ab82b882ed57fa68b97a64f
\ No newline at end of file
16 years, 5 months
Repository SVN: r34340 - maven2/org/gatein/sso/sso-cas-parent.
by jboss-maven2-commits@lists.jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-02-19 08:08:45 -0500 (Fri, 19 Feb 2010)
New Revision: 34340
Modified:
maven2/org/gatein/sso/sso-cas-parent/maven-metadata.xml
Log:
Wagon: Adding maven-metadata-jboss-releases.xml to repository
Modified: maven2/org/gatein/sso/sso-cas-parent/maven-metadata.xml
===================================================================
--- maven2/org/gatein/sso/sso-cas-parent/maven-metadata.xml 2010-02-19 13:07:41 UTC (rev 34339)
+++ maven2/org/gatein/sso/sso-cas-parent/maven-metadata.xml 2010-02-19 13:08:45 UTC (rev 34340)
@@ -4,9 +4,11 @@
<artifactId>sso-cas-parent</artifactId>
<version>1.0.0-Beta01</version>
<versioning>
+ <release>1.0.0-Beta02</release>
<versions>
<version>1.0.0-Beta01</version>
+ <version>1.0.0-Beta02</version>
</versions>
- <lastUpdated>20100216222205</lastUpdated>
+ <lastUpdated>20100219130524</lastUpdated>
</versioning>
</metadata>
16 years, 5 months