[seam-commits] Seam SVN: r10823 - in examples/trunk/seamspace: ejb-jar and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed May 6 21:56:54 EDT 2009
Author: shane.bryzak at jboss.com
Date: 2009-05-06 21:56:53 -0400 (Wed, 06 May 2009)
New Revision: 10823
Modified:
examples/trunk/seamspace/ejb-jar/
examples/trunk/seamspace/pom.xml
Log:
fix seamspace parent pom
Property changes on: examples/trunk/seamspace/ejb-jar
___________________________________________________________________
Name: svn:ignore
+ .classpath
.project
.settings
target
Modified: examples/trunk/seamspace/pom.xml
===================================================================
--- examples/trunk/seamspace/pom.xml 2009-05-07 01:14:39 UTC (rev 10822)
+++ examples/trunk/seamspace/pom.xml 2009-05-07 01:56:53 UTC (rev 10823)
@@ -10,10 +10,10 @@
<version>3.0.0-SNAPSHOT</version>
</parent>
- <artifactId>seam-booking</artifactId>
+ <artifactId>seam-space</artifactId>
<packaging>pom</packaging>
- <name>Seam Booking Example (Java EE 5)</name>
- <description>The Seam booking example for deployment to a Java EE 5 application server</description>
+ <name>SeamSpace Security Example (Java EE 5)</name>
+ <description>The SeamSpace example for deployment to a Java EE 5 application server</description>
<modules>
<module>ejb-jar</module>
@@ -57,10 +57,10 @@
<!-- userAliases are for cli:execute-phase -->
<userAliases>
<explode>package -o -Pexplode</explode>
- <deploy>seam-booking-ear package -o org.codehaus.mojo:jboss-maven-plugin:harddeploy</deploy>
- <undeploy>seam-booking-ear validate -o -Pundeploy</undeploy>
- <unexplode>seam-booking-ear validate -o -Pundeploy</unexplode>
- <restart>seam-booking-ear validate -o -Prestart</restart>
+ <deploy>seam-space-ear package -o org.codehaus.mojo:jboss-maven-plugin:harddeploy</deploy>
+ <undeploy>seam-space-ear validate -o -Pundeploy</undeploy>
+ <unexplode>seam-space-ear validate -o -Pundeploy</unexplode>
+ <restart>seam-space-ear validate -o -Prestart</restart>
<reexplode>package -o -Pundeploy -Pexplode</reexplode>
<!--<redeploy>this requires two distinct steps</redeploy>-->
<profiles>org.apache.maven.plugins:maven-help-plugin:active-profiles -o</profiles>
@@ -105,14 +105,14 @@
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>seam-booking-ejb</artifactId>
+ <artifactId>seam-space-ejb</artifactId>
<version>${project.version}</version>
<type>ejb</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>seam-booking-war</artifactId>
+ <artifactId>seam-space-war</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
More information about the seam-commits
mailing list