Author: sohil.shah(a)jboss.com
Date: 2009-11-16 00:28:09 -0500 (Mon, 16 Nov 2009)
New Revision: 13832
Modified:
jbossexo/modules/sso/trunk/agent/pom.xml
Log:
GateIn SSO Agent
Modified: jbossexo/modules/sso/trunk/agent/pom.xml
===================================================================
--- jbossexo/modules/sso/trunk/agent/pom.xml 2009-11-16 04:18:58 UTC (rev 13831)
+++ jbossexo/modules/sso/trunk/agent/pom.xml 2009-11-16 05:28:09 UTC (rev 13832)
@@ -18,7 +18,12 @@
<version.gatein>3.0.0-CR01-SNAPSHOT</version.gatein>
</properties>
- <dependencies>
+ <dependencies>
+ <dependency>
+ <groupId>org.gatein.sso</groupId>
+ <artifactId>auth-callback</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
@@ -47,7 +52,7 @@
dest="${basedir}/target/cas/portal.war"
overwrite="true"/>
<!-- override the core artifacts -->
- <copy todir="${basedir}/target/cas/portal.war">
+ <copy todir="${basedir}/target/cas/portal.war"
overwrite="true">
<fileset
dir="${basedir}/src/main/config/cas/portal.war"/>
</copy>
@@ -64,9 +69,20 @@
<phase>install</phase>
<configuration>
<tasks>
- <echo message="Deploying the CAS Agent for GateIn"/>
+ <echo message="Deploying the CAS Agent for GateIn"/>
+
<copy file="${basedir}/target/cas/02portal.war"
todir="${gatein.location}/deploy/gatein.ear"
+ overwrite="true"/>
+
+ <!-- Deploy the Authentication Callback RESTful service -->
+ <copy
file="${settings.localRepository}/org/gatein/sso/auth-callback/${project.version}/auth-callback-${project.version}.jar"
+ todir="${gatein.location}/deploy/gatein.ear/lib"
+ overwrite="true"/>
+
+ <!-- Deploy the SSO Agent -->
+ <copy
file="${settings.localRepository}/org/gatein/sso/agent/${project.version}/agent-${project.version}.jar"
+ todir="${gatein.location}/deploy/gatein.ear/lib"
overwrite="true"/>
</tasks>
</configuration>
@@ -102,7 +118,7 @@
dest="${basedir}/target/josso/portal.war"
overwrite="true"/>
<!-- override the core artifacts -->
- <copy todir="${basedir}/target/josso/portal.war">
+ <copy todir="${basedir}/target/josso/portal.war"
overwrite="true">
<fileset
dir="${basedir}/src/main/config/josso/portal.war"/>
</copy>
@@ -120,9 +136,20 @@
<configuration>
<tasks>
<echo message="Deploying the JOSSO Agent for GateIn"/>
+
<copy file="${basedir}/target/josso/02portal.war"
todir="${gatein.location}/deploy/gatein.ear"
- overwrite="true"/>
+ overwrite="true"/>
+
+ <!-- Deploy the Authentication Callback RESTful service -->
+ <copy
file="${settings.localRepository}/org/gatein/sso/auth-callback/${project.version}/auth-callback-${project.version}.jar"
+ todir="${gatein.location}/deploy/gatein.ear/lib"
+ overwrite="true"/>
+
+ <!-- Deploy the SSO Agent -->
+ <copy
file="${settings.localRepository}/org/gatein/sso/agent/${project.version}/agent-${project.version}.jar"
+ todir="${gatein.location}/deploy/gatein.ear/lib"
+ overwrite="true"/>
</tasks>
</configuration>
<goals>
Show replies by date