Picketlink SVN: r1419 - in federation/trunk/picketlink-webapps/as7: assembly and 12 other directories.
by picketlink-commits@lists.jboss.org
Author: anil.saldhana(a)jboss.com
Date: 2012-02-21 11:24:25 -0500 (Tue, 21 Feb 2012)
New Revision: 1419
Added:
federation/trunk/picketlink-webapps/as7/employee-post-sig/
federation/trunk/picketlink-webapps/as7/employee-post-sig/pom.xml
federation/trunk/picketlink-webapps/as7/employee-post-sig/src/
federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/
federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/
federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/META-INF/
federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/META-INF/context.xml
federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/META-INF/jboss-deployment-structure.xml
federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/WEB-INF/
federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/WEB-INF/context.xml
federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/WEB-INF/jboss-web.xml
federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/WEB-INF/picketlink-handlers.xml
federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/WEB-INF/picketlink-idfed.xml
federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/WEB-INF/web.xml
federation/trunk/picketlink-webapps/as7/sales-post-sig/
federation/trunk/picketlink-webapps/as7/sales-post-sig/pom.xml
federation/trunk/picketlink-webapps/as7/sales-post-sig/src/
federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/
federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/
federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/META-INF/
federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/META-INF/context.xml
federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/WEB-INF/
federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/WEB-INF/context.xml
federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/WEB-INF/jboss-web.xml
federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/WEB-INF/picketlink-handlers.xml
federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/WEB-INF/picketlink-idfed.xml
federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/WEB-INF/web.xml
federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/error.jsp
federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/index.jsp
federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/login.jsp
federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/logout.jsp
Modified:
federation/trunk/picketlink-webapps/as7/assembly/bin.xml
federation/trunk/picketlink-webapps/as7/pom.xml
Log:
employee and sales post sig wars
Modified: federation/trunk/picketlink-webapps/as7/assembly/bin.xml
===================================================================
--- federation/trunk/picketlink-webapps/as7/assembly/bin.xml 2012-02-21 16:09:33 UTC (rev 1418)
+++ federation/trunk/picketlink-webapps/as7/assembly/bin.xml 2012-02-21 16:24:25 UTC (rev 1419)
@@ -25,11 +25,21 @@
<fileMode>0444</fileMode>
</file>
<file>
+ <source>${basedir}/../sales-post-sig/target/sales-post-sig.war</source>
+ <outputDirectory>picketlink</outputDirectory>
+ <fileMode>0444</fileMode>
+ </file>
+ <file>
<source>${basedir}/../employee-post/target/employee-post.war</source>
<outputDirectory>picketlink</outputDirectory>
<fileMode>0444</fileMode>
</file>
<file>
+ <source>${basedir}/../employee-post-sig/target/employee-post-sig.war</source>
+ <outputDirectory>picketlink</outputDirectory>
+ <fileMode>0444</fileMode>
+ </file>
+ <file>
<source>${basedir}/../sales-saml11/target/sales-saml11.war</source>
<outputDirectory>picketlink</outputDirectory>
<fileMode>0444</fileMode>
Added: federation/trunk/picketlink-webapps/as7/employee-post-sig/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/as7/employee-post-sig/pom.xml (rev 0)
+++ federation/trunk/picketlink-webapps/as7/employee-post-sig/pom.xml 2012-02-21 16:24:25 UTC (rev 1419)
@@ -0,0 +1,38 @@
+<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.picketlink</groupId>
+ <artifactId>picketlink-federation-webapps-as7</artifactId>
+ <version>2.0.2-SNAPSHOT</version>
+ <relativePath>../</relativePath>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>employee-post-sig-as7</artifactId>
+ <packaging>war</packaging>
+ <name>PicketLink Federation Employee With Post And Signature Support</name>
+ <url>http://labs.jboss.org/portal/picketlink/</url>
+ <description>PicketLink Samples contains the samples for Federated Identity Needs.</description>
+ <licenses>
+ <license>
+ <name>lgpl</name>
+ <url>http://repository.jboss.com/licenses/lgpl.txt</url>
+ </license>
+ </licenses>
+ <organization>
+ <name>JBoss Inc.</name>
+ <url>http://www.jboss.org</url>
+ </organization>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.0.2</version>
+ <configuration>
+ <warName>employee-post-sig</warName>
+ <warSourceExcludes>WEB-INF/lib/*.jar</warSourceExcludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/META-INF/context.xml
===================================================================
--- federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/META-INF/context.xml (rev 0)
+++ federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/META-INF/context.xml 2012-02-21 16:24:25 UTC (rev 1419)
@@ -0,0 +1,4 @@
+<Context>
+ <Valve className="org.picketlink.identity.federation.bindings.tomcat.sp.SPPostSignatureFormAuthenticator"
+ />
+</Context>
Added: federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/META-INF/jboss-deployment-structure.xml
===================================================================
--- federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/META-INF/jboss-deployment-structure.xml (rev 0)
+++ federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/META-INF/jboss-deployment-structure.xml 2012-02-21 16:24:25 UTC (rev 1419)
@@ -0,0 +1,10 @@
+<jboss-deployment-structure>
+
+ <deployment>
+ <!-- Add picketlink module dependency -->
+ <dependencies>
+ <module name="org.picketlink" />
+ </dependencies>
+ </deployment>
+</jboss-deployment-structure>
+
Added: federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/WEB-INF/context.xml
===================================================================
--- federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/WEB-INF/context.xml (rev 0)
+++ federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/WEB-INF/context.xml 2012-02-21 16:24:25 UTC (rev 1419)
@@ -0,0 +1,4 @@
+<Context>
+ <Valve className="org.picketlink.identity.federation.bindings.tomcat.sp.SPPostSignatureFormAuthenticator"
+ />
+</Context>
Added: federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/WEB-INF/jboss-web.xml
===================================================================
--- federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/WEB-INF/jboss-web.xml (rev 0)
+++ federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/WEB-INF/jboss-web.xml 2012-02-21 16:24:25 UTC (rev 1419)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jboss-web>
+ <security-domain>sp</security-domain>
+ <valve>
+ <class-name>org.picketlink.identity.federation.bindings.tomcat.sp.SPPostSignatureFormAuthenticator</class-name>
+ </valve>
+</jboss-web>
Added: federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/WEB-INF/picketlink-handlers.xml
===================================================================
--- federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/WEB-INF/picketlink-handlers.xml (rev 0)
+++ federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/WEB-INF/picketlink-handlers.xml 2012-02-21 16:24:25 UTC (rev 1419)
@@ -0,0 +1,4 @@
+<Handlers xmlns="urn:picketlink:identity-federation:handler:config:1.0">
+ <Handler class="org.picketlink.identity.federation.web.handlers.saml2.SAML2LogOutHandler"/>
+ <Handler class="org.picketlink.identity.federation.web.handlers.saml2.SAML2AuthenticationHandler"/>
+</Handlers>
\ No newline at end of file
Added: federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/WEB-INF/picketlink-idfed.xml
===================================================================
--- federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/WEB-INF/picketlink-idfed.xml (rev 0)
+++ federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/WEB-INF/picketlink-idfed.xml 2012-02-21 16:24:25 UTC (rev 1419)
@@ -0,0 +1,13 @@
+<PicketLinkSP xmlns="urn:picketlink:identity-federation:config:1.0" ServerEnvironment="tomcat">
+ <IdentityURL>${idp-sig.url::http://localhost:8080/idp-sig/}</IdentityURL>
+ <ServiceURL>${employee-post-sig.url::http://localhost:8080/employee-post-sig/}</ServiceURL>
+ <KeyProvider ClassName="org.picketlink.identity.federation.core.impl.KeyStoreKeyManager">
+ <Auth Key="KeyStoreURL" Value="/jbid_test_keystore.jks" />
+ <Auth Key="KeyStorePass" Value="store123" />
+ <Auth Key="SigningKeyPass" Value="test123" />
+ <Auth Key="SigningKeyAlias" Value="servercert" />
+ <ValidatingAlias Key="localhost" Value="servercert"/>
+ <ValidatingAlias Key="127.0.0.1" Value="servercert"/>
+ </KeyProvider>
+
+</PicketLinkSP>
Added: federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/WEB-INF/web.xml
===================================================================
--- federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/WEB-INF/web.xml (rev 0)
+++ federation/trunk/picketlink-webapps/as7/employee-post-sig/src/main/webapp/WEB-INF/web.xml 2012-02-21 16:24:25 UTC (rev 1419)
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<web-app xmlns="http://java.sun.com/xml/ns/javaee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
+ version="2.5">
+
+ <display-name>PicketLink Test SALES Application</display-name>
+ <description>
+ Just a Test SP for PicketLink Project
+ </description>
+
+ <!-- Define a Security Constraint on this Application -->
+ <security-constraint>
+ <web-resource-collection>
+ <web-resource-name>SALES Application</web-resource-name>
+ <url-pattern>/*</url-pattern>
+ </web-resource-collection>
+ <auth-constraint>
+ <role-name>manager</role-name>
+ </auth-constraint>
+ </security-constraint>
+
+ <!-- Define a security constraint that gives unlimted access to freezone -->
+ <security-constraint>
+ <web-resource-collection>
+ <web-resource-name>freezone</web-resource-name>
+ <url-pattern>/freezone/*</url-pattern>
+ </web-resource-collection>
+ </security-constraint>
+
+ <!-- Define the Login Configuration for this Application -->
+ <login-config>
+ <auth-method>FORM</auth-method>
+ <realm-name>Tomcat SALES Application</realm-name>
+ <form-login-config>
+ <form-login-page>/jsp/login.jsp</form-login-page>
+ <form-error-page>/jsp/loginerror.jsp</form-error-page>
+ </form-login-config>
+ </login-config>
+
+ <!-- Security roles referenced by this web application -->
+ <security-role>
+ <description>
+ The role that is required to log in to the Manager Application
+ </description>
+ <role-name>manager</role-name>
+ </security-role>
+</web-app>
Modified: federation/trunk/picketlink-webapps/as7/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/as7/pom.xml 2012-02-21 16:09:33 UTC (rev 1418)
+++ federation/trunk/picketlink-webapps/as7/pom.xml 2012-02-21 16:24:25 UTC (rev 1419)
@@ -26,7 +26,9 @@
<module>sales</module>
<module>employee</module>
<module>sales-post</module>
+ <module>sales-post-sig</module>
<module>employee-post</module>
+ <module>employee-post-sig</module>
<module>sales-saml11</module>
<module>employee-saml11</module>
<module>idp</module>
Added: federation/trunk/picketlink-webapps/as7/sales-post-sig/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/as7/sales-post-sig/pom.xml (rev 0)
+++ federation/trunk/picketlink-webapps/as7/sales-post-sig/pom.xml 2012-02-21 16:24:25 UTC (rev 1419)
@@ -0,0 +1,38 @@
+<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.picketlink</groupId>
+ <artifactId>picketlink-federation-webapps-as7</artifactId>
+ <version>2.0.2-SNAPSHOT</version>
+ <relativePath>../</relativePath>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>sales-post-sig-as7</artifactId>
+ <packaging>war</packaging>
+ <name>PicketLink Federation Sales With Post And Signature Support</name>
+ <url>http://labs.jboss.org/portal/picketlink/</url>
+ <description>PicketLink Samples contains the samples for Federated Identity Needs.</description>
+ <licenses>
+ <license>
+ <name>lgpl</name>
+ <url>http://repository.jboss.com/licenses/lgpl.txt</url>
+ </license>
+ </licenses>
+ <organization>
+ <name>JBoss Inc.</name>
+ <url>http://www.jboss.org</url>
+ </organization>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.0.2</version>
+ <configuration>
+ <warName>sales-post-sig</warName>
+ <warSourceExcludes>WEB-INF/lib/*.jar</warSourceExcludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/META-INF/context.xml
===================================================================
--- federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/META-INF/context.xml (rev 0)
+++ federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/META-INF/context.xml 2012-02-21 16:24:25 UTC (rev 1419)
@@ -0,0 +1,4 @@
+<Context>
+ <Valve className="org.picketlink.identity.federation.bindings.tomcat.sp.SPPostSignatureFormAuthenticator"
+ />
+</Context>
Added: federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/WEB-INF/context.xml
===================================================================
--- federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/WEB-INF/context.xml (rev 0)
+++ federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/WEB-INF/context.xml 2012-02-21 16:24:25 UTC (rev 1419)
@@ -0,0 +1,4 @@
+<Context>
+ <Valve className="org.picketlink.identity.federation.bindings.tomcat.sp.SPPostSignatureFormAuthenticator"
+ />
+</Context>
Added: federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/WEB-INF/jboss-web.xml
===================================================================
--- federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/WEB-INF/jboss-web.xml (rev 0)
+++ federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/WEB-INF/jboss-web.xml 2012-02-21 16:24:25 UTC (rev 1419)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jboss-web>
+ <security-domain>sp</security-domain>
+ <valve>
+ <class-name>org.picketlink.identity.federation.bindings.tomcat.sp.SPPostSignatureFormAuthenticator</class-name>
+ </valve>
+</jboss-web>
Added: federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/WEB-INF/picketlink-handlers.xml
===================================================================
--- federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/WEB-INF/picketlink-handlers.xml (rev 0)
+++ federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/WEB-INF/picketlink-handlers.xml 2012-02-21 16:24:25 UTC (rev 1419)
@@ -0,0 +1,4 @@
+<Handlers xmlns="urn:picketlink:identity-federation:handler:config:1.0">
+ <Handler class="org.picketlink.identity.federation.web.handlers.saml2.SAML2LogOutHandler"/>
+ <Handler class="org.picketlink.identity.federation.web.handlers.saml2.SAML2AuthenticationHandler"/>
+</Handlers>
\ No newline at end of file
Added: federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/WEB-INF/picketlink-idfed.xml
===================================================================
--- federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/WEB-INF/picketlink-idfed.xml (rev 0)
+++ federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/WEB-INF/picketlink-idfed.xml 2012-02-21 16:24:25 UTC (rev 1419)
@@ -0,0 +1,13 @@
+<PicketLinkSP xmlns="urn:picketlink:identity-federation:config:1.0" ServerEnvironment="tomcat">
+ <IdentityURL>${idp-sig.url::http://localhost:8080/idp-sig/}</IdentityURL>
+ <ServiceURL>${sales-post-sig.url::http://localhost:8080/sales-post-sig/}</ServiceURL>
+ <KeyProvider ClassName="org.picketlink.identity.federation.core.impl.KeyStoreKeyManager">
+ <Auth Key="KeyStoreURL" Value="/jbid_test_keystore.jks" />
+ <Auth Key="KeyStorePass" Value="store123" />
+ <Auth Key="SigningKeyPass" Value="test123" />
+ <Auth Key="SigningKeyAlias" Value="servercert" />
+ <ValidatingAlias Key="localhost" Value="servercert"/>
+ <ValidatingAlias Key="127.0.0.1" Value="servercert"/>
+ </KeyProvider>
+
+</PicketLinkSP>
Added: federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/WEB-INF/web.xml
===================================================================
--- federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/WEB-INF/web.xml (rev 0)
+++ federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/WEB-INF/web.xml 2012-02-21 16:24:25 UTC (rev 1419)
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<web-app xmlns="http://java.sun.com/xml/ns/javaee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
+ version="2.5">
+
+ <display-name>Fedbridge Test SALES Application</display-name>
+ <description>
+ Just a Test SP for Fedbridge Project
+ </description>
+
+ <!-- Define a Security Constraint on this Application -->
+ <security-constraint>
+ <web-resource-collection>
+ <web-resource-name>SALES Application</web-resource-name>
+ <url-pattern>/*</url-pattern>
+ </web-resource-collection>
+ <auth-constraint>
+ <role-name>manager</role-name>
+ </auth-constraint>
+ </security-constraint>
+
+ <!-- Define a security constraint that gives unlimted access to freezone -->
+ <security-constraint>
+ <web-resource-collection>
+ <web-resource-name>freezone</web-resource-name>
+ <url-pattern>/freezone/*</url-pattern>
+ </web-resource-collection>
+ </security-constraint>
+
+ <!-- Define the Login Configuration for this Application -->
+ <login-config>
+ <auth-method>FORM</auth-method>
+ <realm-name>Tomcat SALES Application</realm-name>
+ <form-login-config>
+ <form-login-page>/jsp/login.jsp</form-login-page>
+ <form-error-page>/jsp/loginerror.jsp</form-error-page>
+ </form-login-config>
+ </login-config>
+
+ <!-- Security roles referenced by this web application -->
+ <security-role>
+ <description>
+ The role that is required to log in to the Manager Application
+ </description>
+ <role-name>manager</role-name>
+ </security-role>
+</web-app>
Added: federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/error.jsp
===================================================================
--- federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/error.jsp (rev 0)
+++ federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/error.jsp 2012-02-21 16:24:25 UTC (rev 1419)
@@ -0,0 +1,12 @@
+<html> <head> <title>Error!</title></head>
+<body>
+
+<font size='4' color='red'>
+ The username and password you supplied are not valid.
+</p>
+Click <a href='<%= response.encodeURL("login.jsp") %>'>here</a>
+to retry login
+
+</body>
+</form>
+</html>
Added: federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/index.jsp
===================================================================
--- federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/index.jsp (rev 0)
+++ federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/index.jsp 2012-02-21 16:24:25 UTC (rev 1419)
@@ -0,0 +1,14 @@
+<div align="center">
+<h1>SalesTool</h1>
+<br/>
+Welcome to the Sales Tool, <%=request.getUserPrincipal().getName()%>
+
+<br/>
+Here is your sales chart:
+<br/>
+<img src="piechart.gif"/>
+
+<br/>
+<a href="?GLO=true">Click to LogOut</a>
+
+</div>
Added: federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/login.jsp
===================================================================
--- federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/login.jsp (rev 0)
+++ federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/login.jsp 2012-02-21 16:24:25 UTC (rev 1419)
@@ -0,0 +1,16 @@
+<html><head><title>Login Page</title></head>
+<body>
+<font size='5' color='blue'>Please Login</font><hr>
+
+<form action='j_security_check' method='post'>
+<table>
+ <tr><td>Name:</td>
+ <td><input type='text' name='j_username'></td></tr>
+ <tr><td>Password:</td>
+ <td><input type='password' name='j_password' size='8'></td>
+ </tr>
+</table>
+<br>
+ <input type='submit' value='login'>
+</form></body>
+ </html>
Added: federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/logout.jsp
===================================================================
--- federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/logout.jsp (rev 0)
+++ federation/trunk/picketlink-webapps/as7/sales-post-sig/src/main/webapp/logout.jsp 2012-02-21 16:24:25 UTC (rev 1419)
@@ -0,0 +1 @@
+You are logged out.
12 years, 9 months
Picketlink SVN: r1418 - integration-tests/trunk/ant-scripts.
by picketlink-commits@lists.jboss.org
Author: pskopek(a)redhat.com
Date: 2012-02-21 11:09:33 -0500 (Tue, 21 Feb 2012)
New Revision: 1418
Modified:
integration-tests/trunk/ant-scripts/ant-build.xml
Log:
Fixing typo in information message.
Modified: integration-tests/trunk/ant-scripts/ant-build.xml
===================================================================
--- integration-tests/trunk/ant-scripts/ant-build.xml 2012-02-21 16:08:35 UTC (rev 1417)
+++ integration-tests/trunk/ant-scripts/ant-build.xml 2012-02-21 16:09:33 UTC (rev 1418)
@@ -32,7 +32,7 @@
<target name="init-jboss7">
<!-- Unzip JBoss AS7 -->
- <echo>Unzip JBOSS AS 7.0.1.Final</echo>
+ <echo>Unzip JBOSS AS 7.1.0.Final</echo>
<unzip src="${basedir}/../common-dist/jbossas/7.1/jboss-as-7.1.0.Final.zip"
dest="${basedir}/target"/>
<chmod dir="${basedir}/target/jboss-as-7.1.0.Final/bin" perm="ugo+rx" includes="**/*.sh"/>
12 years, 9 months
Picketlink SVN: r1417 - in federation/trunk: picketlink-webapps/as7/picketlink-sts and 9 other directories.
by picketlink-commits@lists.jboss.org
Author: pskopek(a)redhat.com
Date: 2012-02-21 11:08:35 -0500 (Tue, 21 Feb 2012)
New Revision: 1417
Added:
federation/trunk/picketlink-webapps/picketlink-sts/src/main/java/
federation/trunk/picketlink-webapps/picketlink-sts/src/main/java/org/
federation/trunk/picketlink-webapps/picketlink-sts/src/main/java/org/picketlink/
federation/trunk/picketlink-webapps/picketlink-sts/src/main/java/org/picketlink/identity/
federation/trunk/picketlink-webapps/picketlink-sts/src/main/java/org/picketlink/identity/federation/
federation/trunk/picketlink-webapps/picketlink-sts/src/main/java/org/picketlink/identity/federation/app/
federation/trunk/picketlink-webapps/picketlink-sts/src/main/java/org/picketlink/identity/federation/app/sts/
federation/trunk/picketlink-webapps/picketlink-sts/src/main/java/org/picketlink/identity/federation/app/sts/PicketLinkSTService.java
Modified:
federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/pdp/SOAPSAMLXACMLPDP.java
federation/trunk/picketlink-webapps/as7/picketlink-sts/pom.xml
federation/trunk/picketlink-webapps/as7/picketlink-sts/src/main/webapp/WEB-INF/web.xml
Log:
Modified: federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/pdp/SOAPSAMLXACMLPDP.java
===================================================================
--- federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/pdp/SOAPSAMLXACMLPDP.java 2012-02-17 23:10:21 UTC (rev 1416)
+++ federation/trunk/picketlink-fed-core/src/main/java/org/picketlink/identity/federation/core/pdp/SOAPSAMLXACMLPDP.java 2012-02-21 16:08:35 UTC (rev 1417)
@@ -60,7 +60,7 @@
protected Logger log = Logger.getLogger(SOAPSAMLXACMLPDP.class);
@Resource
- WebServiceContext context;
+ protected WebServiceContext context;
protected String policyConfigFileName = "policyConfig.xml";
Modified: federation/trunk/picketlink-webapps/as7/picketlink-sts/pom.xml
===================================================================
--- federation/trunk/picketlink-webapps/as7/picketlink-sts/pom.xml 2012-02-17 23:10:21 UTC (rev 1416)
+++ federation/trunk/picketlink-webapps/as7/picketlink-sts/pom.xml 2012-02-21 16:08:35 UTC (rev 1417)
@@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-sts-as7</artifactId>
<packaging>war</packaging>
- <name>PicketLink Federation Security Token Service</name>
+ <name>PicketLink Federation Security Token Service for AS7</name>
<url>http://labs.jboss.org/portal/picketlink/</url>
<description>PicketLink Samples contains the samples for Federated Identity Needs.</description>
<licenses>
@@ -27,13 +27,19 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>2.0.2</version>
+ <version>2.2</version>
<configuration>
<warName>picketlink-sts</warName>
- <!--webappDirectory>${basedir}/resources/</webappDirectory>
- <warSourceExcludes>WEB-INF/lib/*.jar</warSourceExcludes-->
+ <packagingExcludes>WEB-INF/lib/*.jar</packagingExcludes>
</configuration>
</plugin>
</plugins>
</build>
+ <dependencies>
+ <dependency>
+ <groupId>org.picketlink</groupId>
+ <artifactId>picketlink-fed-core</artifactId>
+ <version>${project.parent.version}</version>
+ </dependency>
+ </dependencies>
</project>
Modified: federation/trunk/picketlink-webapps/as7/picketlink-sts/src/main/webapp/WEB-INF/web.xml
===================================================================
--- federation/trunk/picketlink-webapps/as7/picketlink-sts/src/main/webapp/WEB-INF/web.xml 2012-02-17 23:10:21 UTC (rev 1416)
+++ federation/trunk/picketlink-webapps/as7/picketlink-sts/src/main/webapp/WEB-INF/web.xml 2012-02-21 16:08:35 UTC (rev 1417)
@@ -1,12 +1,13 @@
-<?xml version="1.0"?>
-<!DOCTYPE web-app PUBLIC
- "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
- "http://java.sun.com/dtd/web-app_2_3.dtd">
+<?xml version="1.0" encoding="UTF-8"?>
+<web-app
+ version="3.0"
+ xmlns="http://java.sun.com/xml/ns/javaee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
-<web-app>
<servlet>
<servlet-name>PicketLinkSTS</servlet-name>
- <servlet-class>org.picketlink.identity.federation.core.wstrust.PicketLinkSTS</servlet-class>
+ <servlet-class>org.picketlink.identity.federation.app.sts.PicketLinkSTService</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>PicketLinkSTS</servlet-name>
Added: federation/trunk/picketlink-webapps/picketlink-sts/src/main/java/org/picketlink/identity/federation/app/sts/PicketLinkSTService.java
===================================================================
--- federation/trunk/picketlink-webapps/picketlink-sts/src/main/java/org/picketlink/identity/federation/app/sts/PicketLinkSTService.java (rev 0)
+++ federation/trunk/picketlink-webapps/picketlink-sts/src/main/java/org/picketlink/identity/federation/app/sts/PicketLinkSTService.java 2012-02-21 16:08:35 UTC (rev 1417)
@@ -0,0 +1,45 @@
+package org.picketlink.identity.federation.app.sts;
+/*
+ * JBoss, Home of Professional Open Source. Copyright 2009, Red Hat Middleware LLC, and individual contributors as
+ * indicated by the @author tags. See the copyright.txt file in the distribution for a full listing of individual
+ * contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any
+ * later version.
+ *
+ * This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
+ * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with this software; if not, write to
+ * the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
+ * http://www.fsf.org.
+ */
+
+
+import javax.annotation.Resource;
+import javax.xml.ws.Service;
+import javax.xml.ws.ServiceMode;
+import javax.xml.ws.WebServiceContext;
+import javax.xml.ws.WebServiceProvider;
+
+import org.picketlink.identity.federation.core.wstrust.PicketLinkSTS;
+
+/**
+ * <p>
+ * Default implementation of the {@code SecurityTokenService} interface.
+ * </p>
+ *
+ * @author <a href="mailto:sguilhen@redhat.com">Stefan Guilhen</a>
+ * @author <a href="mailto:pskopek@redhat.com">Peter Skopek</a>
+ */
+@WebServiceProvider(serviceName = "PicketLinkSTS", portName = "PicketLinkSTSPort", targetNamespace = "urn:picketlink:identity-federation:sts", wsdlLocation = "WEB-INF/wsdl/PicketLinkSTS.wsdl")
+@ServiceMode(value = Service.Mode.MESSAGE)
+public class PicketLinkSTService extends PicketLinkSTS
+{
+
+ @Resource
+ protected WebServiceContext context;
+
+}
\ No newline at end of file
12 years, 9 months
Picketlink SVN: r1416 - federation/trunk/parent.
by picketlink-commits@lists.jboss.org
Author: anil.saldhana(a)jboss.com
Date: 2012-02-17 18:10:21 -0500 (Fri, 17 Feb 2012)
New Revision: 1416
Modified:
federation/trunk/parent/pom.xml
Log:
bump xacml
Modified: federation/trunk/parent/pom.xml
===================================================================
--- federation/trunk/parent/pom.xml 2012-02-17 21:54:38 UTC (rev 1415)
+++ federation/trunk/parent/pom.xml 2012-02-17 23:10:21 UTC (rev 1416)
@@ -146,7 +146,7 @@
<dependency>
<groupId>org.jboss.security</groupId>
<artifactId>jbossxacml</artifactId>
- <version>2.0.4</version>
+ <version>2.0.7.Final</version>
</dependency>
<dependency>
<groupId>org.openid4java</groupId>
12 years, 9 months
Picketlink SVN: r1415 - in idm/trunk: assembly and 23 other directories.
by picketlink-commits@lists.jboss.org
Author: bdaw
Date: 2012-02-17 16:54:38 -0500 (Fri, 17 Feb 2012)
New Revision: 1415
Modified:
idm/trunk/assembly/pom.xml
idm/trunk/example/auth-simple/pom.xml
idm/trunk/example/auth/pom.xml
idm/trunk/example/idm-servlet/pom.xml
idm/trunk/example/simple/pom.xml
idm/trunk/integration/deployer/pom.xml
idm/trunk/integration/jboss5/pom.xml
idm/trunk/integration/pom.xml
idm/trunk/parent/pom.xml
idm/trunk/picketlink-idm-api/pom.xml
idm/trunk/picketlink-idm-auth/pom.xml
idm/trunk/picketlink-idm-cache/pom.xml
idm/trunk/picketlink-idm-common/pom.xml
idm/trunk/picketlink-idm-core/pom.xml
idm/trunk/picketlink-idm-docs/ReferenceGuide/pom.xml
idm/trunk/picketlink-idm-docs/pom.xml
idm/trunk/picketlink-idm-hibernate/pom.xml
idm/trunk/picketlink-idm-ldap/pom.xml
idm/trunk/picketlink-idm-spi/pom.xml
idm/trunk/picketlink-idm-testsuite/common/pom.xml
idm/trunk/picketlink-idm-testsuite/integration/ldap/pom.xml
idm/trunk/picketlink-idm-testsuite/integration/ldap2/pom.xml
idm/trunk/picketlink-idm-testsuite/integration/pom.xml
idm/trunk/picketlink-idm-testsuite/performance/pom.xml
idm/trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: idm/trunk/assembly/pom.xml
===================================================================
--- idm/trunk/assembly/pom.xml 2012-02-17 21:54:07 UTC (rev 1414)
+++ idm/trunk/assembly/pom.xml 2012-02-17 21:54:38 UTC (rev 1415)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
Modified: idm/trunk/example/auth/pom.xml
===================================================================
--- idm/trunk/example/auth/pom.xml 2012-02-17 21:54:07 UTC (rev 1414)
+++ idm/trunk/example/auth/pom.xml 2012-02-17 21:54:38 UTC (rev 1415)
@@ -1,7 +1,7 @@
<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.picketlink.idm.example</groupId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<artifactId>example-auth</artifactId>
<packaging>jar</packaging>
<name>Example - JEE authentication</name>
Modified: idm/trunk/example/auth-simple/pom.xml
===================================================================
--- idm/trunk/example/auth-simple/pom.xml 2012-02-17 21:54:07 UTC (rev 1414)
+++ idm/trunk/example/auth-simple/pom.xml 2012-02-17 21:54:38 UTC (rev 1415)
@@ -1,7 +1,7 @@
<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.picketlink.idm.example</groupId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<artifactId>example-auth-simple</artifactId>
<packaging>jar</packaging>
<name>Example - JEE authentication (using deployer)</name>
Modified: idm/trunk/example/idm-servlet/pom.xml
===================================================================
--- idm/trunk/example/idm-servlet/pom.xml 2012-02-17 21:54:07 UTC (rev 1414)
+++ idm/trunk/example/idm-servlet/pom.xml 2012-02-17 21:54:38 UTC (rev 1415)
@@ -3,7 +3,7 @@
<groupId>org.jboss</groupId>
<artifactId>jboss-idm-servlet</artifactId>
<packaging>war</packaging>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<name>JBoss Picketlink IDM servlet</name>
<url>http://maven.apache.org</url>
Modified: idm/trunk/example/simple/pom.xml
===================================================================
--- idm/trunk/example/simple/pom.xml 2012-02-17 21:54:07 UTC (rev 1414)
+++ idm/trunk/example/simple/pom.xml 2012-02-17 21:54:38 UTC (rev 1415)
@@ -1,7 +1,7 @@
<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.picketlink.idm.example</groupId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<artifactId>example-simple</artifactId>
<packaging>jar</packaging>
<name>Example - Simple PicketLink IDM Maven2 project</name>
Modified: idm/trunk/integration/deployer/pom.xml
===================================================================
--- idm/trunk/integration/deployer/pom.xml 2012-02-17 21:54:07 UTC (rev 1414)
+++ idm/trunk/integration/deployer/pom.xml 2012-02-17 21:54:38 UTC (rev 1415)
@@ -6,12 +6,12 @@
<description>PicketLink IDM JBoss5 deployer</description>
<groupId>org.picketlink.idm.integration</groupId>
<artifactId>picketlink-idm-jboss5-deployer</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<packaging>jar</packaging>
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-integration</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
</parent>
<properties>
Modified: idm/trunk/integration/jboss5/pom.xml
===================================================================
--- idm/trunk/integration/jboss5/pom.xml 2012-02-17 21:54:07 UTC (rev 1414)
+++ idm/trunk/integration/jboss5/pom.xml 2012-02-17 21:54:38 UTC (rev 1415)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-integration</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
</parent>
<dependencies>
Modified: idm/trunk/integration/pom.xml
===================================================================
--- idm/trunk/integration/pom.xml 2012-02-17 21:54:07 UTC (rev 1414)
+++ idm/trunk/integration/pom.xml 2012-02-17 21:54:38 UTC (rev 1415)
@@ -6,14 +6,14 @@
<description>PicketLink IDM Integration</description>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-integration</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<packaging>pom</packaging>
<!-- Parent -->
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: idm/trunk/parent/pom.xml
===================================================================
--- idm/trunk/parent/pom.xml 2012-02-17 21:54:07 UTC (rev 1414)
+++ idm/trunk/parent/pom.xml 2012-02-17 21:54:38 UTC (rev 1415)
@@ -8,7 +8,7 @@
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
<packaging>pom</packaging>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<name>PicketLink IDM- Parent</name>
<description>PicketLink is a cross-cutting project that handles identity needs for the JEMS projects</description>
<licenses>
@@ -521,8 +521,8 @@
</dependencyManagement>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1.3....</developerConnection>
- <url>http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1.3.1.CR01</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1.3....</developerConnection>
+ <url>http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1.3.0.Alp...</url>
</scm>
</project>
Modified: idm/trunk/picketlink-idm-api/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-api/pom.xml 2012-02-17 21:54:07 UTC (rev 1414)
+++ idm/trunk/picketlink-idm-api/pom.xml 2012-02-17 21:54:38 UTC (rev 1415)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-api</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<packaging>jar</packaging>
<name>PicketLink IDM API</name>
<description>PicketLink IDM API contains the API to interact with the Identity Model.</description>
Modified: idm/trunk/picketlink-idm-auth/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-auth/pom.xml 2012-02-17 21:54:07 UTC (rev 1414)
+++ idm/trunk/picketlink-idm-auth/pom.xml 2012-02-17 21:54:38 UTC (rev 1415)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-auth</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<packaging>jar</packaging>
<name>PicketLink IDM Auth</name>
<url>http://labs.jboss.org/portal/jbosssecurity/</url>
Modified: idm/trunk/picketlink-idm-cache/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-cache/pom.xml 2012-02-17 21:54:07 UTC (rev 1414)
+++ idm/trunk/picketlink-idm-cache/pom.xml 2012-02-17 21:54:38 UTC (rev 1415)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-cache</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<packaging>jar</packaging>
<name>PicketLink IDM Cache</name>
<description>PicketLink IDM Cache</description>
Modified: idm/trunk/picketlink-idm-common/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-common/pom.xml 2012-02-17 21:54:07 UTC (rev 1414)
+++ idm/trunk/picketlink-idm-common/pom.xml 2012-02-17 21:54:38 UTC (rev 1415)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-common</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<packaging>jar</packaging>
<name>PicketLink IDM Common</name>
<description>PicketLink IDM Common</description>
Modified: idm/trunk/picketlink-idm-core/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-core/pom.xml 2012-02-17 21:54:07 UTC (rev 1414)
+++ idm/trunk/picketlink-idm-core/pom.xml 2012-02-17 21:54:38 UTC (rev 1415)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-core</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<packaging>jar</packaging>
<name>PicketLink IDM Implementation</name>
<description>PicketLink IDM IMPL contains the implementation of the API and the Identity Model.</description>
Modified: idm/trunk/picketlink-idm-docs/ReferenceGuide/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-docs/ReferenceGuide/pom.xml 2012-02-17 21:54:07 UTC (rev 1414)
+++ idm/trunk/picketlink-idm-docs/ReferenceGuide/pom.xml 2012-02-17 21:54:38 UTC (rev 1415)
@@ -2,14 +2,14 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>Reference-Guide-${translation}</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<packaging>jdocbook</packaging>
<name>User Guide (${translation})</name>
Modified: idm/trunk/picketlink-idm-docs/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-docs/pom.xml 2012-02-17 21:54:07 UTC (rev 1414)
+++ idm/trunk/picketlink-idm-docs/pom.xml 2012-02-17 21:54:38 UTC (rev 1415)
@@ -2,13 +2,13 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.docs</groupId>
<artifactId>picketlink-idm-docs</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<packaging>pom</packaging>
<name>PicketLink IDM Docs</name>
<url>http://www.jboss.com/products/jbossidentity</url>
Modified: idm/trunk/picketlink-idm-hibernate/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-hibernate/pom.xml 2012-02-17 21:54:07 UTC (rev 1414)
+++ idm/trunk/picketlink-idm-hibernate/pom.xml 2012-02-17 21:54:38 UTC (rev 1415)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-hibernate</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<packaging>jar</packaging>
<name>PicketLink IDM Hibernate</name>
<url>http://labs.jboss.org/portal/jbosssecurity/</url>
Modified: idm/trunk/picketlink-idm-ldap/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-ldap/pom.xml 2012-02-17 21:54:07 UTC (rev 1414)
+++ idm/trunk/picketlink-idm-ldap/pom.xml 2012-02-17 21:54:38 UTC (rev 1415)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-ldap</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<packaging>jar</packaging>
<name>PicketLink IDM LDAP</name>
<description>PicketLink IDM LDAP</description>
Modified: idm/trunk/picketlink-idm-spi/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-spi/pom.xml 2012-02-17 21:54:07 UTC (rev 1414)
+++ idm/trunk/picketlink-idm-spi/pom.xml 2012-02-17 21:54:38 UTC (rev 1415)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-spi</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<packaging>jar</packaging>
<name>PicketLink IDM SPI</name>
<description>PicketLink SPI</description>
Modified: idm/trunk/picketlink-idm-testsuite/common/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-testsuite/common/pom.xml 2012-02-17 21:54:07 UTC (rev 1414)
+++ idm/trunk/picketlink-idm-testsuite/common/pom.xml 2012-02-17 21:54:38 UTC (rev 1415)
@@ -2,13 +2,13 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.idm.testsuite</groupId>
<artifactId>common</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<packaging>jar</packaging>
<name>PicketLink IDM Testsuite Common</name>
<url>http://labs.jboss.org/portal/jbosssecurity/</url>
Modified: idm/trunk/picketlink-idm-testsuite/integration/ldap/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-testsuite/integration/ldap/pom.xml 2012-02-17 21:54:07 UTC (rev 1414)
+++ idm/trunk/picketlink-idm-testsuite/integration/ldap/pom.xml 2012-02-17 21:54:38 UTC (rev 1415)
@@ -2,13 +2,13 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<relativePath>../../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.idm.testsuite</groupId>
<artifactId>ldap</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<packaging>jar</packaging>
<name>PicketLink IDM Integration Testsuite - LDAP</name>
<url>http://labs.jboss.org/portal/jbosssecurity/</url>
Modified: idm/trunk/picketlink-idm-testsuite/integration/ldap2/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-testsuite/integration/ldap2/pom.xml 2012-02-17 21:54:07 UTC (rev 1414)
+++ idm/trunk/picketlink-idm-testsuite/integration/ldap2/pom.xml 2012-02-17 21:54:38 UTC (rev 1415)
@@ -2,13 +2,13 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<relativePath>../../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.idm.testsuite</groupId>
<artifactId>ldap2</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<packaging>jar</packaging>
<name>PicketLink IDM Integration Testsuite - 2 LDAPs</name>
<url>http://labs.jboss.org/portal/jbosssecurity/</url>
Modified: idm/trunk/picketlink-idm-testsuite/integration/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-testsuite/integration/pom.xml 2012-02-17 21:54:07 UTC (rev 1414)
+++ idm/trunk/picketlink-idm-testsuite/integration/pom.xml 2012-02-17 21:54:38 UTC (rev 1415)
@@ -2,13 +2,13 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.idm.testsuite</groupId>
<artifactId>integration</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<name>PicketLink IDM Integration Testsuite</name>
<description>PicketLink IDM Integration Testsuite</description>
<packaging>pom</packaging>
Modified: idm/trunk/picketlink-idm-testsuite/performance/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-testsuite/performance/pom.xml 2012-02-17 21:54:07 UTC (rev 1414)
+++ idm/trunk/picketlink-idm-testsuite/performance/pom.xml 2012-02-17 21:54:38 UTC (rev 1415)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: idm/trunk/pom.xml
===================================================================
--- idm/trunk/pom.xml 2012-02-17 21:54:07 UTC (rev 1414)
+++ idm/trunk/pom.xml 2012-02-17 21:54:38 UTC (rev 1415)
@@ -2,22 +2,22 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<relativePath>parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.idm</groupId>
<artifactId>jboss-identity-idm-pom</artifactId>
- <version>1.3.1.CR01</version>
+ <version>1.3.1.CR02-SNAPSHOT</version>
<packaging>pom</packaging>
<name>PicketLink IDM - Aggregator</name>
<url>http://labs.jboss.org/portal/jbosssecurity/</url>
<description />
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/picketlink/idm/tags/1.3.1.CR01</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/picketlink/idm/tags/1.3.1.CR01</developerConnection>
- <url>http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1.3.1.CR01</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/picketlink/idm/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/picketlink/idm/trunk</developerConnection>
+ <url>http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/jboss-par...</url>
</scm>
12 years, 9 months
Picketlink SVN: r1414 - idm/tags.
by picketlink-commits@lists.jboss.org
Author: bdaw
Date: 2012-02-17 16:54:07 -0500 (Fri, 17 Feb 2012)
New Revision: 1414
Added:
idm/tags/1.3.1.CR01/
Log:
[maven-scm] copy for tag 1.3.1.CR01
12 years, 9 months
Picketlink SVN: r1413 - in idm/trunk: assembly and 23 other directories.
by picketlink-commits@lists.jboss.org
Author: bdaw
Date: 2012-02-17 16:53:53 -0500 (Fri, 17 Feb 2012)
New Revision: 1413
Modified:
idm/trunk/assembly/pom.xml
idm/trunk/example/auth-simple/pom.xml
idm/trunk/example/auth/pom.xml
idm/trunk/example/idm-servlet/pom.xml
idm/trunk/example/simple/pom.xml
idm/trunk/integration/deployer/pom.xml
idm/trunk/integration/jboss5/pom.xml
idm/trunk/integration/pom.xml
idm/trunk/parent/pom.xml
idm/trunk/picketlink-idm-api/pom.xml
idm/trunk/picketlink-idm-auth/pom.xml
idm/trunk/picketlink-idm-cache/pom.xml
idm/trunk/picketlink-idm-common/pom.xml
idm/trunk/picketlink-idm-core/pom.xml
idm/trunk/picketlink-idm-docs/ReferenceGuide/pom.xml
idm/trunk/picketlink-idm-docs/pom.xml
idm/trunk/picketlink-idm-hibernate/pom.xml
idm/trunk/picketlink-idm-ldap/pom.xml
idm/trunk/picketlink-idm-spi/pom.xml
idm/trunk/picketlink-idm-testsuite/common/pom.xml
idm/trunk/picketlink-idm-testsuite/integration/ldap/pom.xml
idm/trunk/picketlink-idm-testsuite/integration/ldap2/pom.xml
idm/trunk/picketlink-idm-testsuite/integration/pom.xml
idm/trunk/picketlink-idm-testsuite/performance/pom.xml
idm/trunk/pom.xml
Log:
[maven-release-plugin] prepare release 1.3.1.CR01
Modified: idm/trunk/assembly/pom.xml
===================================================================
--- idm/trunk/assembly/pom.xml 2012-02-17 21:22:58 UTC (rev 1412)
+++ idm/trunk/assembly/pom.xml 2012-02-17 21:53:53 UTC (rev 1413)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<relativePath>../parent</relativePath>
</parent>
Modified: idm/trunk/example/auth/pom.xml
===================================================================
--- idm/trunk/example/auth/pom.xml 2012-02-17 21:22:58 UTC (rev 1412)
+++ idm/trunk/example/auth/pom.xml 2012-02-17 21:53:53 UTC (rev 1413)
@@ -1,7 +1,7 @@
<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.picketlink.idm.example</groupId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<artifactId>example-auth</artifactId>
<packaging>jar</packaging>
<name>Example - JEE authentication</name>
Modified: idm/trunk/example/auth-simple/pom.xml
===================================================================
--- idm/trunk/example/auth-simple/pom.xml 2012-02-17 21:22:58 UTC (rev 1412)
+++ idm/trunk/example/auth-simple/pom.xml 2012-02-17 21:53:53 UTC (rev 1413)
@@ -1,7 +1,7 @@
<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.picketlink.idm.example</groupId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<artifactId>example-auth-simple</artifactId>
<packaging>jar</packaging>
<name>Example - JEE authentication (using deployer)</name>
Modified: idm/trunk/example/idm-servlet/pom.xml
===================================================================
--- idm/trunk/example/idm-servlet/pom.xml 2012-02-17 21:22:58 UTC (rev 1412)
+++ idm/trunk/example/idm-servlet/pom.xml 2012-02-17 21:53:53 UTC (rev 1413)
@@ -3,7 +3,7 @@
<groupId>org.jboss</groupId>
<artifactId>jboss-idm-servlet</artifactId>
<packaging>war</packaging>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<name>JBoss Picketlink IDM servlet</name>
<url>http://maven.apache.org</url>
Modified: idm/trunk/example/simple/pom.xml
===================================================================
--- idm/trunk/example/simple/pom.xml 2012-02-17 21:22:58 UTC (rev 1412)
+++ idm/trunk/example/simple/pom.xml 2012-02-17 21:53:53 UTC (rev 1413)
@@ -1,7 +1,7 @@
<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.picketlink.idm.example</groupId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<artifactId>example-simple</artifactId>
<packaging>jar</packaging>
<name>Example - Simple PicketLink IDM Maven2 project</name>
Modified: idm/trunk/integration/deployer/pom.xml
===================================================================
--- idm/trunk/integration/deployer/pom.xml 2012-02-17 21:22:58 UTC (rev 1412)
+++ idm/trunk/integration/deployer/pom.xml 2012-02-17 21:53:53 UTC (rev 1413)
@@ -6,12 +6,12 @@
<description>PicketLink IDM JBoss5 deployer</description>
<groupId>org.picketlink.idm.integration</groupId>
<artifactId>picketlink-idm-jboss5-deployer</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<packaging>jar</packaging>
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-integration</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
</parent>
<properties>
Modified: idm/trunk/integration/jboss5/pom.xml
===================================================================
--- idm/trunk/integration/jboss5/pom.xml 2012-02-17 21:22:58 UTC (rev 1412)
+++ idm/trunk/integration/jboss5/pom.xml 2012-02-17 21:53:53 UTC (rev 1413)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-integration</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
</parent>
<dependencies>
Modified: idm/trunk/integration/pom.xml
===================================================================
--- idm/trunk/integration/pom.xml 2012-02-17 21:22:58 UTC (rev 1412)
+++ idm/trunk/integration/pom.xml 2012-02-17 21:53:53 UTC (rev 1413)
@@ -6,14 +6,14 @@
<description>PicketLink IDM Integration</description>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-integration</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<packaging>pom</packaging>
<!-- Parent -->
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: idm/trunk/parent/pom.xml
===================================================================
--- idm/trunk/parent/pom.xml 2012-02-17 21:22:58 UTC (rev 1412)
+++ idm/trunk/parent/pom.xml 2012-02-17 21:53:53 UTC (rev 1413)
@@ -8,7 +8,7 @@
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
<packaging>pom</packaging>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<name>PicketLink IDM- Parent</name>
<description>PicketLink is a cross-cutting project that handles identity needs for the JEMS projects</description>
<licenses>
@@ -521,8 +521,8 @@
</dependencyManagement>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1.3....</developerConnection>
- <url>http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1.3.0.Alp...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1.3....</developerConnection>
+ <url>http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1.3.1.CR01</url>
</scm>
</project>
Modified: idm/trunk/picketlink-idm-api/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-api/pom.xml 2012-02-17 21:22:58 UTC (rev 1412)
+++ idm/trunk/picketlink-idm-api/pom.xml 2012-02-17 21:53:53 UTC (rev 1413)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-api</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<packaging>jar</packaging>
<name>PicketLink IDM API</name>
<description>PicketLink IDM API contains the API to interact with the Identity Model.</description>
Modified: idm/trunk/picketlink-idm-auth/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-auth/pom.xml 2012-02-17 21:22:58 UTC (rev 1412)
+++ idm/trunk/picketlink-idm-auth/pom.xml 2012-02-17 21:53:53 UTC (rev 1413)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-auth</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<packaging>jar</packaging>
<name>PicketLink IDM Auth</name>
<url>http://labs.jboss.org/portal/jbosssecurity/</url>
Modified: idm/trunk/picketlink-idm-cache/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-cache/pom.xml 2012-02-17 21:22:58 UTC (rev 1412)
+++ idm/trunk/picketlink-idm-cache/pom.xml 2012-02-17 21:53:53 UTC (rev 1413)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-cache</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<packaging>jar</packaging>
<name>PicketLink IDM Cache</name>
<description>PicketLink IDM Cache</description>
Modified: idm/trunk/picketlink-idm-common/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-common/pom.xml 2012-02-17 21:22:58 UTC (rev 1412)
+++ idm/trunk/picketlink-idm-common/pom.xml 2012-02-17 21:53:53 UTC (rev 1413)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-common</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<packaging>jar</packaging>
<name>PicketLink IDM Common</name>
<description>PicketLink IDM Common</description>
Modified: idm/trunk/picketlink-idm-core/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-core/pom.xml 2012-02-17 21:22:58 UTC (rev 1412)
+++ idm/trunk/picketlink-idm-core/pom.xml 2012-02-17 21:53:53 UTC (rev 1413)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-core</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<packaging>jar</packaging>
<name>PicketLink IDM Implementation</name>
<description>PicketLink IDM IMPL contains the implementation of the API and the Identity Model.</description>
Modified: idm/trunk/picketlink-idm-docs/ReferenceGuide/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-docs/ReferenceGuide/pom.xml 2012-02-17 21:22:58 UTC (rev 1412)
+++ idm/trunk/picketlink-idm-docs/ReferenceGuide/pom.xml 2012-02-17 21:53:53 UTC (rev 1413)
@@ -2,14 +2,14 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<relativePath>../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>Reference-Guide-${translation}</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<packaging>jdocbook</packaging>
<name>User Guide (${translation})</name>
Modified: idm/trunk/picketlink-idm-docs/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-docs/pom.xml 2012-02-17 21:22:58 UTC (rev 1412)
+++ idm/trunk/picketlink-idm-docs/pom.xml 2012-02-17 21:53:53 UTC (rev 1413)
@@ -2,13 +2,13 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.docs</groupId>
<artifactId>picketlink-idm-docs</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<packaging>pom</packaging>
<name>PicketLink IDM Docs</name>
<url>http://www.jboss.com/products/jbossidentity</url>
Modified: idm/trunk/picketlink-idm-hibernate/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-hibernate/pom.xml 2012-02-17 21:22:58 UTC (rev 1412)
+++ idm/trunk/picketlink-idm-hibernate/pom.xml 2012-02-17 21:53:53 UTC (rev 1413)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-hibernate</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<packaging>jar</packaging>
<name>PicketLink IDM Hibernate</name>
<url>http://labs.jboss.org/portal/jbosssecurity/</url>
Modified: idm/trunk/picketlink-idm-ldap/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-ldap/pom.xml 2012-02-17 21:22:58 UTC (rev 1412)
+++ idm/trunk/picketlink-idm-ldap/pom.xml 2012-02-17 21:53:53 UTC (rev 1413)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-ldap</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<packaging>jar</packaging>
<name>PicketLink IDM LDAP</name>
<description>PicketLink IDM LDAP</description>
Modified: idm/trunk/picketlink-idm-spi/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-spi/pom.xml 2012-02-17 21:22:58 UTC (rev 1412)
+++ idm/trunk/picketlink-idm-spi/pom.xml 2012-02-17 21:53:53 UTC (rev 1413)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-spi</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<packaging>jar</packaging>
<name>PicketLink IDM SPI</name>
<description>PicketLink SPI</description>
Modified: idm/trunk/picketlink-idm-testsuite/common/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-testsuite/common/pom.xml 2012-02-17 21:22:58 UTC (rev 1412)
+++ idm/trunk/picketlink-idm-testsuite/common/pom.xml 2012-02-17 21:53:53 UTC (rev 1413)
@@ -2,13 +2,13 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<relativePath>../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.idm.testsuite</groupId>
<artifactId>common</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<packaging>jar</packaging>
<name>PicketLink IDM Testsuite Common</name>
<url>http://labs.jboss.org/portal/jbosssecurity/</url>
Modified: idm/trunk/picketlink-idm-testsuite/integration/ldap/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-testsuite/integration/ldap/pom.xml 2012-02-17 21:22:58 UTC (rev 1412)
+++ idm/trunk/picketlink-idm-testsuite/integration/ldap/pom.xml 2012-02-17 21:53:53 UTC (rev 1413)
@@ -2,13 +2,13 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<relativePath>../../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.idm.testsuite</groupId>
<artifactId>ldap</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<packaging>jar</packaging>
<name>PicketLink IDM Integration Testsuite - LDAP</name>
<url>http://labs.jboss.org/portal/jbosssecurity/</url>
Modified: idm/trunk/picketlink-idm-testsuite/integration/ldap2/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-testsuite/integration/ldap2/pom.xml 2012-02-17 21:22:58 UTC (rev 1412)
+++ idm/trunk/picketlink-idm-testsuite/integration/ldap2/pom.xml 2012-02-17 21:53:53 UTC (rev 1413)
@@ -2,13 +2,13 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<relativePath>../../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.idm.testsuite</groupId>
<artifactId>ldap2</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<packaging>jar</packaging>
<name>PicketLink IDM Integration Testsuite - 2 LDAPs</name>
<url>http://labs.jboss.org/portal/jbosssecurity/</url>
Modified: idm/trunk/picketlink-idm-testsuite/integration/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-testsuite/integration/pom.xml 2012-02-17 21:22:58 UTC (rev 1412)
+++ idm/trunk/picketlink-idm-testsuite/integration/pom.xml 2012-02-17 21:53:53 UTC (rev 1413)
@@ -2,13 +2,13 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<relativePath>../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.idm.testsuite</groupId>
<artifactId>integration</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<name>PicketLink IDM Integration Testsuite</name>
<description>PicketLink IDM Integration Testsuite</description>
<packaging>pom</packaging>
Modified: idm/trunk/picketlink-idm-testsuite/performance/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-testsuite/performance/pom.xml 2012-02-17 21:22:58 UTC (rev 1412)
+++ idm/trunk/picketlink-idm-testsuite/performance/pom.xml 2012-02-17 21:53:53 UTC (rev 1413)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<relativePath>../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: idm/trunk/pom.xml
===================================================================
--- idm/trunk/pom.xml 2012-02-17 21:22:58 UTC (rev 1412)
+++ idm/trunk/pom.xml 2012-02-17 21:53:53 UTC (rev 1413)
@@ -2,22 +2,22 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<relativePath>parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.idm</groupId>
<artifactId>jboss-identity-idm-pom</artifactId>
- <version>1.3.1.CR01-SNAPSHOT</version>
+ <version>1.3.1.CR01</version>
<packaging>pom</packaging>
<name>PicketLink IDM - Aggregator</name>
<url>http://labs.jboss.org/portal/jbosssecurity/</url>
<description />
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/picketlink/idm/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/picketlink/idm/trunk</developerConnection>
- <url>http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/jboss-par...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/picketlink/idm/tags/1.3.1.CR01</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/picketlink/idm/tags/1.3.1.CR01</developerConnection>
+ <url>http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1.3.1.CR01</url>
</scm>
12 years, 9 months
Picketlink SVN: r1412 - idm/trunk/integration/deployer.
by picketlink-commits@lists.jboss.org
Author: bdaw
Date: 2012-02-17 16:22:58 -0500 (Fri, 17 Feb 2012)
New Revision: 1412
Modified:
idm/trunk/integration/deployer/pom.xml
Log:
wrong version in pom
Modified: idm/trunk/integration/deployer/pom.xml
===================================================================
--- idm/trunk/integration/deployer/pom.xml 2012-02-17 20:05:14 UTC (rev 1411)
+++ idm/trunk/integration/deployer/pom.xml 2012-02-17 21:22:58 UTC (rev 1412)
@@ -6,7 +6,7 @@
<description>PicketLink IDM JBoss5 deployer</description>
<groupId>org.picketlink.idm.integration</groupId>
<artifactId>picketlink-idm-jboss5-deployer</artifactId>
- <version>1.3.1.GA-SNAPSHOT</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<packaging>jar</packaging>
<parent>
<groupId>org.picketlink.idm</groupId>
12 years, 9 months
Picketlink SVN: r1411 - in integration-tests/trunk: ant-scripts and 1 other directories.
by picketlink-commits@lists.jboss.org
Author: anil.saldhana(a)jboss.com
Date: 2012-02-17 15:05:14 -0500 (Fri, 17 Feb 2012)
New Revision: 1411
Added:
integration-tests/trunk/picketlink-saml-jbas7/
integration-tests/trunk/picketlink-saml-jbas7/pom.xml
Modified:
integration-tests/trunk/ant-scripts/ant-build.xml
Log:
PLFED-209: as7 integration testsuite
Modified: integration-tests/trunk/ant-scripts/ant-build.xml
===================================================================
--- integration-tests/trunk/ant-scripts/ant-build.xml 2012-02-17 20:04:21 UTC (rev 1410)
+++ integration-tests/trunk/ant-scripts/ant-build.xml 2012-02-17 20:05:14 UTC (rev 1411)
@@ -5,6 +5,8 @@
<property name="JBAS5_DEPLOY" location="${basedir}/target/jboss-5.1.0.GA/server/default/deploy/" />
<property name="JBAS5_DEPLOYER" location="${basedir}/target/jboss-5.1.0.GA/server/default/deployers/" />
<property name="JBAS6_DEPLOY" location="${basedir}/target/jboss-6.0.0.Final/server/default/deploy/" />
+ <property name="JBAS7_DEPLOY" location="${basedir}/target/jboss-as-7.1.0.Final/standalone/deployments/" />
+ <property name="JBAS7_MODULES" location="${basedir}/target/jboss-as-7.1.0.Final/modules/" />
<property name="TOMCAT6" location="${basedir}/target/apache-tomcat-6.0.26/" />
<property name="TOMCAT6_DEPLOY" location="${basedir}/target/apache-tomcat-6.0.26/webapps/" />
<property name="TOMCAT6_LIB" location="${basedir}/target/apache-tomcat-6.0.26/lib/" />
@@ -28,6 +30,14 @@
<copy file="${basedir}/../common-dist/files/jboss-logging.xml" todir="${basedir}/target/jboss-6.0.0.Final/server/default/deploy"/>
</target>
+ <target name="init-jboss7">
+ <!-- Unzip JBoss AS7 -->
+ <echo>Unzip JBOSS AS 7.0.1.Final</echo>
+ <unzip src="${basedir}/../common-dist/jbossas/7.1/jboss-as-7.1.0.Final.zip"
+ dest="${basedir}/target"/>
+ <chmod dir="${basedir}/target/jboss-as-7.1.0.Final/bin" perm="ugo+rx" includes="**/*.sh"/>
+ </target>
+
<target name="init-tomcat6">
<echo>Unzip Apache Tomcat 6.0.26</echo>
<unzip src="${basedir}/../common-dist/tomcat/6.0.26/apache-tomcat-6.0.26.zip"
@@ -107,6 +117,26 @@
<copy file="${basedir}/../picketlink-int-webapps/authenticator/target/authenticator.war" todir="${JBAS6_DEPLOY}/picketlink/"/>
</target>
+ <target name="copy-picketlink-jbas7">
+ <copy file="${basedir}/../common-dist/files/standalone.xml" todir="${JBAS7_DEPLOY}/../configuration/" />
+
+ <mkdir dir="${JBAS7_DEPLOY}/picketlink" />
+ <copy file="${localRepository}/org/picketlink/picketlink-bindings/${version}/picketlink-bindings-${version}.jar" todir="${JBAS7_MODULES}/org/picketlink/main/"/>
+ <copy file="${localRepository}/org/picketlink/picketlink-bindings-jboss/${version}/picketlink-bindings-jboss-${version}.jar" todir="${JBAS7_MODULES}/org/picketlink/main/"/>
+ <copy file="${localRepository}/org/picketlink/picketlink-fed/${version}/picketlink-fed-${version}.jar" todir="${JBAS7_MODULES}/org/picketlink/main/"/>
+
+ <replace file="${JBAS7_MODULES}/org/picketlink/main/module.xml" token="picketlink-fed-2.0.1.final.jar" value="picketlink-fed-${version}.jar"/>
+ <replace file="${JBAS7_MODULES}/org/picketlink/main/module.xml" token="picketlink-bindings-2.0.1.final.jar" value="picketlink-bindings-${version}.jar"/>
+ <replace file="${JBAS7_MODULES}/org/picketlink/main/module.xml" token="picketlink-bindings-jboss-2.0.1.final.jar" value="picketlink-bindings-jboss-${version}.jar"/>
+
+ <unzip src="${localRepository}/org/picketlink/picketlink-fed-webapps-as7-assembly/${version}/picketlink-fed-webapps-as7-assembly-${version}.zip" dest="${JBAS7_DEPLOY}"/>
+
+ <antcall target="copy-claims-archive-jboss7"/>
+ <!--
+ <copy file="${basedir}/../picketlink-int-webapps/authenticator/target/authenticator.war" todir="${JBAS7_DEPLOY}/picketlink/"/>
+ -->
+ </target>
+
<target name="copy-sts-props-jbas5">
<copy file="${basedir}/../picketlink-sts-tests/src/test/resources/sts-config.properties" todir="${JBAS5_DEPLOY}/../conf/"/>
</target>
@@ -126,13 +156,23 @@
<copy file="${basedir}/../common-dist/files/war-deployers-jboss-beans.xml" todir="${JBAS5_DEPLOYER}/jbossweb.deployer/META-INF" />
</target>
+ <target name="copy-claims-archive-jboss7">
+
+ <jar destfile="${JBAS7_DEPLOY}/picketlink/claims.war">
+ <zipfileset src="${basedir}/../picketlink-int-webapps/claims/target/claims.war"/>
+ <zipfileset dir="${basedir}/../common-dist/files/" includes="jboss-deployment-structure.xml" prefix="META-INF/"/>
+ </jar>
+
+ </target>
+
+
<target name="start-jboss" depends="stop-jboss">
<echo>Starting Local 8080 </echo>
<exec executable="${jbossas}/bin/run.sh"
osfamily="unix" spawn="true" />
<waitfor maxwait="1" maxwaitunit="minute"
checkevery="100" checkeveryunit="millisecond">
- <http url="http://localhost:8080" />
+ <http url="http://localhost:8080/idp/" />
</waitfor>
<echo>:Local 8080 Started</echo>
</target>
@@ -141,24 +181,25 @@
<antcall target="start-jboss">
<param name="jbossas" value="${basedir}/target/jboss-5.1.0.GA"/>
</antcall>
- <!--
+ </target>
+
+ <target name="start-jboss6" depends="copy-picketlink-jbas6" >
+ <antcall target="start-jboss">
+ <param name="jbossas" value="${basedir}/target/jboss-6.0.0.Final"/>
+ </antcall>
+ </target>
+
+ <target name="start-jboss7" depends="copy-picketlink-jbas7" >
<echo>Starting Local 8080 </echo>
- <exec executable="${basedir}/target/jboss-5.1.0.GA/bin/run.sh"
+ <exec executable="${basedir}/target/jboss-as-7.1.0.Final/bin/standalone.sh"
osfamily="unix" spawn="true" />
<waitfor maxwait="1" maxwaitunit="minute"
checkevery="100" checkeveryunit="millisecond">
- <http url="http://localhost:8080" />
+ <http url="http://localhost:8080/idp/" />
</waitfor>
<echo>:Local 8080 Started</echo>
- -->
</target>
- <target name="start-jboss6" depends="copy-picketlink-jbas6" >
- <antcall target="start-jboss">
- <param name="jbossas" value="${basedir}/target/jboss-6.0.0.Final"/>
- </antcall>
- </target>
-
<target name="start-tomcat6" depends="copy-picketlink-tomcat6,stop-tomcat6" >
<echo>Starting Local 8080 </echo>
<exec executable="${TOMCAT6_DEPLOY}/../bin/startup.sh"
@@ -187,6 +228,10 @@
<antcall target="stop-jboss"/>
</target>
+ <target name="stop-jboss7">
+ <antcall target="stop-jboss"/>
+ </target>
+
<target name="stop-tomcat6">
<echo>Stopping Local 8080 </echo>
<echo>Going to stop tomcat</echo>
Added: integration-tests/trunk/picketlink-saml-jbas7/pom.xml
===================================================================
--- integration-tests/trunk/picketlink-saml-jbas7/pom.xml (rev 0)
+++ integration-tests/trunk/picketlink-saml-jbas7/pom.xml 2012-02-17 20:05:14 UTC (rev 1411)
@@ -0,0 +1,160 @@
+<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.picketlink</groupId>
+ <artifactId>picketlink-integration-tests-parent</artifactId>
+ <version>2.0.2-SNAPSHOT</version>
+ <relativePath>../parent</relativePath>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>picketlink-integration-saml-tests-JBAS7</artifactId>
+ <packaging>jar</packaging>
+ <name>PicketLink Integration Tests for SAML - JBoss AS 7.1</name>
+ <url>http://labs.jboss.org/portal/picketlink/</url>
+ <description>PicketLink Federation Tests to be run in a continous integration environment such as Hudson</description>
+ <licenses>
+ <license>
+ <name>lgpl</name>
+ <url>http://repository.jboss.com/licenses/lgpl.txt</url>
+ </license>
+ </licenses>
+ <organization>
+ <name>JBoss Inc.</name>
+ <url>http://www.jboss.org</url>
+ </organization>
+ <properties>
+ <java.endorsed.dirs>${basedir}/../picketlink-saml-tests/src/test/resources/endorsed</java.endorsed.dirs>
+ <SERVICE_1_URL>http://localhost:8080/sales-post/</SERVICE_1_URL>
+ <SERVICE_2_URL>http://localhost:8080/employee-post/</SERVICE_2_URL>
+ <SERVICE_3_URL>http://localhost:8080/sales/</SERVICE_3_URL>
+ <SERVICE_4_URL>http://localhost:8080/employee/</SERVICE_4_URL>
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <phase>test</phase>
+ <!-- <skipTests>true</skipTests> -->
+ <testClassesDirectory>${basedir}/../picketlink-saml-tests/target/test-classes</testClassesDirectory>
+ <printSummary>true</printSummary>
+ <disableXmlReport>false</disableXmlReport>
+ <excludes>
+ <exclude>**/Standalone**TestCase.java</exclude>
+ </excludes>
+ <includes>
+ <include>**/**TestCase.java</include>
+ </includes>
+ <forkMode>pertest</forkMode>
+ <argLine>-Djava.endorsed.dirs=${basedir}/../picketlink-saml-tests/src/test/resources/endorsed</argLine>
+ <useFile>false</useFile>
+ <trimStackTrace>false</trimStackTrace>
+ <reportNameSuffix>SAML-JBAS7</reportNameSuffix>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>phase-1</id>
+ <phase>compile</phase>
+ <configuration>
+ <tasks>
+ <property name="depclasspath" refid="maven.dependency.classpath"/>
+ <property name="version" value="${pl-version}"/>
+ <property name="localRepository" value="${user.home}/.m2/repository"/>
+ <ant antfile="${basedir}/../ant-scripts/ant-build.xml" target="init-jboss7" />
+ <ant antfile="${basedir}/../ant-scripts/ant-build.xml" target="start-jboss7" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>phase-2</id>
+ <phase>test</phase>
+ <configuration>
+ <tasks>
+ <property name="depclasspath" refid="maven.dependency.classpath"/>
+ <property name="version" value="${pl-version}"/>
+ <property name="localRepository" value="${user.home}/.m2/repository"/>
+ <ant antfile="${basedir}/../ant-scripts/ant-build.xml" target="stop-jboss7" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>httpunit</groupId>
+ <artifactId>httpunit</artifactId>
+ <version>1.7</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>rhino</groupId>
+ <artifactId>js</artifactId>
+ <version>1.6R7</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>nekohtml</groupId>
+ <artifactId>nekohtml</artifactId>
+ <version>1.9.12</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>apache-xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.9.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>ant-contrib</groupId>
+ <artifactId>ant-contrib</artifactId>
+ <version>1.0b2</version>
+ </dependency>
+
+ </dependencies>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <doclet>org.jboss.apiviz.APIviz</doclet>
+ <docletArtifact>
+ <groupId>org.jboss.apiviz</groupId>
+ <artifactId>apiviz</artifactId>
+ <version>1.2.5.GA</version>
+ </docletArtifact>
+ <additionalparam>
+ -charset UTF-8
+ -docencoding UTF-8
+ -version
+ -author
+ -breakiterator
+ -windowtitle "${project.name} ${project.version} API Reference"
+ -doctitle "${project.name} ${project.version} API Reference"
+ -bottom "Copyright © ${project.inceptionYear}-Present ${project.organization.name}. All Rights Reserved."
+ -link http://java.sun.com/javase/6/docs/api/
+ -sourceclasspath ${project.build.outputDirectory}
+ </additionalparam>
+ <encoding>UTF-8</encoding>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+</project>
12 years, 9 months
Picketlink SVN: r1410 - in integration-tests/trunk: parent and 2 other directories.
by picketlink-commits@lists.jboss.org
Author: anil.saldhana(a)jboss.com
Date: 2012-02-17 15:04:21 -0500 (Fri, 17 Feb 2012)
New Revision: 1410
Modified:
integration-tests/trunk/parent/pom.xml
integration-tests/trunk/picketlink-saml-tests/pom.xml
integration-tests/trunk/picketlink-sts-jbas6-cxf/pom.xml
integration-tests/trunk/pom.xml
Log:
new version
Modified: integration-tests/trunk/parent/pom.xml
===================================================================
--- integration-tests/trunk/parent/pom.xml 2012-02-17 20:03:49 UTC (rev 1409)
+++ integration-tests/trunk/parent/pom.xml 2012-02-17 20:04:21 UTC (rev 1410)
@@ -8,7 +8,7 @@
<groupId>org.picketlink</groupId>
<artifactId>picketlink-integration-tests-parent</artifactId>
<packaging>pom</packaging>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.2-SNAPSHOT</version>
<name>PicketLink Integration Tests- Parent</name>
<url>http://labs.jboss.org/portal/picketlink/</url>
<description>PicketLink is a cross-cutting project that handles identity needs for the JEMS projects</description>
Modified: integration-tests/trunk/picketlink-saml-tests/pom.xml
===================================================================
--- integration-tests/trunk/picketlink-saml-tests/pom.xml 2012-02-17 20:03:49 UTC (rev 1409)
+++ integration-tests/trunk/picketlink-saml-tests/pom.xml 2012-02-17 20:04:21 UTC (rev 1410)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-integration-tests-parent</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.2-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: integration-tests/trunk/picketlink-sts-jbas6-cxf/pom.xml
===================================================================
--- integration-tests/trunk/picketlink-sts-jbas6-cxf/pom.xml 2012-02-17 20:03:49 UTC (rev 1409)
+++ integration-tests/trunk/picketlink-sts-jbas6-cxf/pom.xml 2012-02-17 20:04:21 UTC (rev 1410)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-integration-tests-parent</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.2-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: integration-tests/trunk/pom.xml
===================================================================
--- integration-tests/trunk/pom.xml 2012-02-17 20:03:49 UTC (rev 1409)
+++ integration-tests/trunk/pom.xml 2012-02-17 20:04:21 UTC (rev 1410)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-integration-tests-parent</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.2-SNAPSHOT</version>
<relativePath>parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
12 years, 9 months