[seam-commits] Seam SVN: r14563 - in branches/community/Seam_2_3/examples-ee6/blog: blog-ear and 3 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Apr 12 11:36:15 EDT 2012


Author: maschmid
Date: 2012-04-12 11:36:14 -0400 (Thu, 12 Apr 2012)
New Revision: 14563

Modified:
   branches/community/Seam_2_3/examples-ee6/blog/blog-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/blog/blog-ejb/pom.xml
   branches/community/Seam_2_3/examples-ee6/blog/blog-tests/pom.xml
   branches/community/Seam_2_3/examples-ee6/blog/blog-web/pom.xml
   branches/community/Seam_2_3/examples-ee6/blog/pom.xml
Log:
blog example groupId fix


Modified: branches/community/Seam_2_3/examples-ee6/blog/blog-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/blog/blog-ear/pom.xml	2012-04-12 15:15:21 UTC (rev 14562)
+++ branches/community/Seam_2_3/examples-ee6/blog/blog-ear/pom.xml	2012-04-12 15:36:14 UTC (rev 14563)
@@ -9,20 +9,20 @@
       <relativePath>../pom.xml</relativePath>
    </parent>
 
-   <groupId>org.jboss.seam.examples-ee6</groupId>
+   <groupId>org.jboss.seam.examples-ee6.blog</groupId>
    <artifactId>blog-ear</artifactId>
    <packaging>ear</packaging>
    <name>Blog EAR Module (EE6)</name>
 
    <dependencies>
       <dependency>
-         <groupId>org.jboss.seam.examples-ee6</groupId>
+         <groupId>org.jboss.seam.examples-ee6.blog</groupId>
          <artifactId>blog-web</artifactId>
          <version>${project.version}</version>
          <type>war</type>
       </dependency>
       <dependency>
-         <groupId>org.jboss.seam.examples-ee6</groupId>
+         <groupId>org.jboss.seam.examples-ee6.blog</groupId>
          <artifactId>blog-ejb</artifactId>
          <version>${project.version}</version>
          <type>ejb</type>
@@ -57,13 +57,13 @@
                <modules>
 
                   <ejbModule>
-                     <groupId>org.jboss.seam.examples-ee6</groupId>
+                     <groupId>org.jboss.seam.examples-ee6.blog</groupId>
                      <artifactId>blog-ejb</artifactId>
                      <bundleFileName>blog-ejb.jar</bundleFileName>
                   </ejbModule>
 
                   <webModule>
-                     <groupId>org.jboss.seam.examples-ee6</groupId>
+                     <groupId>org.jboss.seam.examples-ee6.blog</groupId>
                      <artifactId>blog-web</artifactId>
                      <contextRoot>/seam-blog</contextRoot>
                      <bundleFileName>blog-web.war</bundleFileName>
@@ -77,39 +77,6 @@
                </modules>
             </configuration>
          </plugin>
-         <plugin>
-            <groupId>org.jboss.as.plugins</groupId>
-            <artifactId>jboss-as-maven-plugin</artifactId>
-            <executions>
-               <!-- This requires to be enabled manually as <enabled>true</enabled> doesn't
-              work -->
-               <!-- <execution> -->
-               <!-- <id>add-datasource</id> -->
-               <!-- <phase>package</phase> -->
-               <!-- <configuration> -->
-               <!-- <address>subsystem=datasources,data-source=java:/bookingDatasource</address> -->
-               <!-- <properties> -->
-               <!-- <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url> -->
-               <!-- <jndi-name>java:/bookingDatasource</jndi-name> -->
-               <!-- <enabled>true</enabled> -->
-               <!-- <pool-name>bookingDSPool</pool-name> -->
-               <!-- <user-name>sa</user-name> -->
-               <!-- <driver-name>h2</driver-name> -->
-               <!-- </properties> -->
-               <!-- </configuration> -->
-               <!-- <goals> -->
-               <!-- <goal>add-resource</goal> -->
-               <!-- </goals> -->
-               <!-- </execution> -->
-               <!-- Datasource has to be created before running deploy -->
-               <execution>
-                  <phase></phase>
-                  <goals>
-                     <goal>deploy</goal>
-                  </goals>
-               </execution>
-            </executions>
-         </plugin>
       </plugins>
    </build>
 
@@ -134,7 +101,7 @@
                         <configuration>
                            <artifactItems>
                               <artifactItem>
-                                 <groupId>org.jboss.seam.examples-ee6</groupId>
+                                 <groupId>org.jboss.seam.examples-ee6.blog</groupId>
                                  <artifactId>blog-ear</artifactId>
                                  <type>ear</type>
                                  <overWrite>true</overWrite>
@@ -142,7 +109,7 @@
                                  </outputDirectory>
                               </artifactItem>
                               <artifactItem>
-                                 <groupId>org.jboss.seam.examples-ee6</groupId>
+                                 <groupId>org.jboss.seam.examples-ee6.blog</groupId>
                                  <artifactId>blog-web</artifactId>
                                  <type>war</type>
                                  <overWrite>true</overWrite>
@@ -151,7 +118,7 @@
                                  </outputDirectory>
                               </artifactItem>
                               <artifactItem>
-                                 <groupId>org.jboss.seam.examples-ee6</groupId>
+                                 <groupId>org.jboss.seam.examples-ee6.blog</groupId>
                                  <artifactId>blog-ejb</artifactId>
                                  <type>jar</type>
                                  <overWrite>true</overWrite>
@@ -164,18 +131,6 @@
                      </execution>
                   </executions>
                </plugin>
-               <plugin>
-                  <groupId>org.codehaus.mojo</groupId>
-                  <artifactId>jboss-maven-plugin</artifactId>
-                  <configuration>
-                     <jbossHome>${jboss.home}</jbossHome>
-                     <serverName>${jboss.domain}</serverName>
-                     <fileNames>
-                        <param>src/main/resources/blog-ds.xml</param>
-                        <directory>${project.build.directory}/${project.build.finalName}-exploded/${project.build.finalName}.ear</directory>
-                     </fileNames>
-                  </configuration>
-               </plugin>
             </plugins>
          </build>
       </profile>

Modified: branches/community/Seam_2_3/examples-ee6/blog/blog-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/blog/blog-ejb/pom.xml	2012-04-12 15:15:21 UTC (rev 14562)
+++ branches/community/Seam_2_3/examples-ee6/blog/blog-ejb/pom.xml	2012-04-12 15:36:14 UTC (rev 14563)
@@ -9,7 +9,7 @@
       <relativePath>../pom.xml</relativePath>
    </parent>
 
-   <groupId>org.jboss.seam.examples-ee6</groupId>
+   <groupId>org.jboss.seam.examples-ee6.blog</groupId>
    <artifactId>blog-ejb</artifactId>
    <packaging>ejb</packaging>
    <name>Blog EJB Module (EE6)</name>

Modified: branches/community/Seam_2_3/examples-ee6/blog/blog-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/blog/blog-tests/pom.xml	2012-04-12 15:15:21 UTC (rev 14562)
+++ branches/community/Seam_2_3/examples-ee6/blog/blog-tests/pom.xml	2012-04-12 15:36:14 UTC (rev 14563)
@@ -9,14 +9,13 @@
       <relativePath>../pom.xml</relativePath>
    </parent>
 
-   <groupId>org.jboss.seam.examples-ee6</groupId>
+   <groupId>org.jboss.seam.examples-ee6.blog</groupId>
    <artifactId>blog-tests</artifactId>
    <name>Blog Integration Tests Module (EE6)</name>
    <dependencies>
       <dependency>
-         <groupId>org.jboss.seam.examples-ee6</groupId>
+         <groupId>org.jboss.seam.examples-ee6.blog</groupId>
          <artifactId>blog-ejb</artifactId>
-         <version>2.3.0.Beta2-SNAPSHOT</version>
          <type>ejb</type>
       </dependency>
       <dependency>
@@ -81,17 +80,6 @@
       </dependency>
 
       <dependency>
-         <groupId>org.jboss.shrinkwrap.resolver</groupId>
-         <artifactId>shrinkwrap-resolver-api-maven</artifactId>
-         <scope>test</scope>
-      </dependency>
-
-      <dependency>
-         <groupId>org.jboss.shrinkwrap.resolver</groupId>
-         <artifactId>shrinkwrap-resolver-impl-maven</artifactId>
-         <scope>test</scope>
-      </dependency>
-      <dependency>
          <groupId>org.jboss.spec.javax.el</groupId>
          <artifactId>jboss-el-api_2.2_spec</artifactId>
       </dependency>

Modified: branches/community/Seam_2_3/examples-ee6/blog/blog-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/blog/blog-web/pom.xml	2012-04-12 15:15:21 UTC (rev 14562)
+++ branches/community/Seam_2_3/examples-ee6/blog/blog-web/pom.xml	2012-04-12 15:36:14 UTC (rev 14563)
@@ -10,7 +10,7 @@
       <relativePath>../pom.xml</relativePath>
    </parent>
 
-   <groupId>org.jboss.seam.examples-ee6</groupId>
+   <groupId>org.jboss.seam.examples-ee6.blog</groupId>
    <artifactId>blog-web</artifactId>
    <packaging>war</packaging>
    <name>Blog Web Module (EE6)</name>
@@ -23,7 +23,7 @@
 
    <dependencies>
       <dependency>
-         <groupId>org.jboss.seam.examples-ee6</groupId>
+         <groupId>org.jboss.seam.examples-ee6.blog</groupId>
          <artifactId>blog-ejb</artifactId>
          <type>ejb</type>
          <scope>provided</scope>

Modified: branches/community/Seam_2_3/examples-ee6/blog/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/blog/pom.xml	2012-04-12 15:15:21 UTC (rev 14562)
+++ branches/community/Seam_2_3/examples-ee6/blog/pom.xml	2012-04-12 15:36:14 UTC (rev 14563)
@@ -27,19 +27,19 @@
    <dependencyManagement>
       <dependencies>
          <dependency>
-            <groupId>org.jboss.seam.examples-ee6</groupId>
+            <groupId>org.jboss.seam.examples-ee6.blog</groupId>
             <artifactId>blog-ejb</artifactId>
             <version>${project.version}</version>
             <type>ejb</type>
          </dependency>
          <dependency>
-            <groupId>org.jboss.seam.examples-ee6</groupId>
+            <groupId>org.jboss.seam.examples-ee6.blog</groupId>
             <artifactId>blog-web</artifactId>
             <version>${project.version}</version>
             <type>war</type>
          </dependency>
          <dependency>
-            <groupId>org.jboss.seam.examples-ee6</groupId>
+            <groupId>org.jboss.seam.examples-ee6.blog</groupId>
             <artifactId>blog-ear</artifactId>
             <version>${project.version}</version>
          </dependency>



More information about the seam-commits mailing list