Author: vdedik
Date: 2012-11-19 07:25:32 -0500 (Mon, 19 Nov 2012)
New Revision: 15362
Modified:
branches/community/Seam_2_3/examples/metawidget/groovybooking/groovybooking-tests/pom.xml
branches/community/Seam_2_3/examples/metawidget/groovybooking/groovybooking-web/pom.xml
branches/community/Seam_2_3/examples/metawidget/groovybooking/pom.xml
Log:
appended 'metawidget-' to the artefactId of metawidget/groovybooking example and
all its modules
Modified:
branches/community/Seam_2_3/examples/metawidget/groovybooking/groovybooking-tests/pom.xml
===================================================================
---
branches/community/Seam_2_3/examples/metawidget/groovybooking/groovybooking-tests/pom.xml 2012-11-19
09:43:20 UTC (rev 15361)
+++
branches/community/Seam_2_3/examples/metawidget/groovybooking/groovybooking-tests/pom.xml 2012-11-19
12:25:32 UTC (rev 15362)
@@ -3,14 +3,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>groovybooking</artifactId>
+ <artifactId>metawidget-groovybooking</artifactId>
<groupId>org.jboss.seam.examples.metawidget</groupId>
<version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.jboss.seam.examples.metawidget</groupId>
- <artifactId>groovybooking-tests</artifactId>
+ <artifactId>metawidget-groovybooking-tests</artifactId>
<name>Metawidget Groovy Booking Integration Tests Module (EE6)</name>
<dependencies>
@@ -144,7 +144,7 @@
<profile>
<id>ftest-jbossas</id>
<properties>
-
<example.context.path>groovybooking-web</example.context.path>
+
<example.context.path>metawidget-groovybooking-web</example.context.path>
</properties>
<build>
<plugins>
@@ -155,7 +155,7 @@
<jbossHome>${jboss.home}</jbossHome>
<serverName>${jboss.domain}</serverName>
<fileNames>
-
<directory>${basedir}/../groovybooking-web/target/groovybooking-web-exploded/groovybooking-web.war</directory>
+
<directory>${basedir}/../groovybooking-web/target/metawidget-groovybooking-web-exploded/metawidget-groovybooking-web.war</directory>
</fileNames>
</configuration>
</plugin>
Modified:
branches/community/Seam_2_3/examples/metawidget/groovybooking/groovybooking-web/pom.xml
===================================================================
---
branches/community/Seam_2_3/examples/metawidget/groovybooking/groovybooking-web/pom.xml 2012-11-19
09:43:20 UTC (rev 15361)
+++
branches/community/Seam_2_3/examples/metawidget/groovybooking/groovybooking-web/pom.xml 2012-11-19
12:25:32 UTC (rev 15362)
@@ -2,14 +2,14 @@
<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>
<parent>
- <artifactId>groovybooking</artifactId>
+ <artifactId>metawidget-groovybooking</artifactId>
<groupId>org.jboss.seam.examples.metawidget</groupId>
<version>2.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.jboss.seam.examples.metawidget</groupId>
- <artifactId>groovybooking-web</artifactId>
+ <artifactId>metawidget-groovybooking-web</artifactId>
<packaging>war</packaging>
<name>Metawidget Groovy Booking Web Module (EE6)</name>
@@ -138,7 +138,7 @@
</dependencies>
<build>
- <finalName>groovybooking-web</finalName>
+ <finalName>metawidget-groovybooking-web</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Modified: branches/community/Seam_2_3/examples/metawidget/groovybooking/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/metawidget/groovybooking/pom.xml 2012-11-19
09:43:20 UTC (rev 15361)
+++ branches/community/Seam_2_3/examples/metawidget/groovybooking/pom.xml 2012-11-19
12:25:32 UTC (rev 15362)
@@ -2,7 +2,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.jboss.seam.examples.metawidget</groupId>
- <artifactId>groovybooking</artifactId>
+ <artifactId>metawidget-groovybooking</artifactId>
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>examples</artifactId>
@@ -13,7 +13,7 @@
<name>Metawidget Groovy Booking Example (EE6)</name>
<properties>
- <example.name>groovybooking</example.name>
+ <example.name>metawidget-groovybooking</example.name>
</properties>
<modules>
@@ -25,7 +25,7 @@
<dependencies>
<dependency>
<groupId>org.jboss.seam.examples.metawidget</groupId>
- <artifactId>groovybooking-web</artifactId>
+ <artifactId>metawidget-groovybooking-web</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>