[seam-commits] Seam SVN: r14372 - in branches/community/Seam_2_3/examples-ee6/tasks: tasks-ear and 2 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Mar 6 17:44:55 EST 2012


Author: dhinojosa
Date: 2012-03-06 17:44:54 -0500 (Tue, 06 Mar 2012)
New Revision: 14372

Modified:
   branches/community/Seam_2_3/examples-ee6/tasks/pom.xml
   branches/community/Seam_2_3/examples-ee6/tasks/tasks-ear/pom.xml
   branches/community/Seam_2_3/examples-ee6/tasks/tasks-ejb/pom.xml
   branches/community/Seam_2_3/examples-ee6/tasks/tasks-web/pom.xml
Log:
updated web, ejb, ear, and pom.xml

Modified: branches/community/Seam_2_3/examples-ee6/tasks/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/tasks/pom.xml	2012-03-06 22:43:41 UTC (rev 14371)
+++ branches/community/Seam_2_3/examples-ee6/tasks/pom.xml	2012-03-06 22:44:54 UTC (rev 14372)
@@ -18,7 +18,6 @@
         <module>tasks-ear</module>
         <module>tasks-seamtest</module>
         <module>tasks-arquillian</module>
-        <module>tasks-selenium</module>
     </modules>
 
     <properties>

Modified: branches/community/Seam_2_3/examples-ee6/tasks/tasks-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/tasks/tasks-ear/pom.xml	2012-03-06 22:43:41 UTC (rev 14371)
+++ branches/community/Seam_2_3/examples-ee6/tasks/tasks-ear/pom.xml	2012-03-06 22:44:54 UTC (rev 14372)
@@ -1,162 +1,174 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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>tasks</artifactId>
-        <groupId>org.jboss.seam.examples-ee6</groupId>
-        <version>2.3.0-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
+<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>tasks</artifactId>
+      <groupId>org.jboss.seam.examples-ee6</groupId>
+      <version>2.3.0-SNAPSHOT</version>
+      <relativePath>../pom.xml</relativePath>
+   </parent>
 
-    <artifactId>tasks-ear</artifactId>
-    <packaging>ear</packaging>
-    <name>Tasks EAR Module (EE6)</name>
+   <artifactId>tasks-ear</artifactId>
+   <packaging>ear</packaging>
+   <name>Tasks EAR Module (EE6)</name>
 
-    <properties>
-        <jboss.home>${env.JBOSS_HOME}</jboss.home>
-        <jboss.domain>default</jboss.domain>
-    </properties>
+   <properties>
+      <jboss.home>${env.JBOSS_HOME}</jboss.home>
+      <jboss.domain>default</jboss.domain>
+   </properties>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.jboss.seam.examples-ee6</groupId>
-            <artifactId>tasks-web</artifactId>
-            <type>war</type>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.seam.examples-ee6</groupId>
-            <artifactId>tasks-ejb</artifactId>
-            <type>ejb</type>
-        </dependency>
-    </dependencies>
+   <dependencies>
+      <dependency>
+         <groupId>org.jboss.seam.examples-ee6</groupId>
+         <artifactId>tasks-web</artifactId>
+         <type>war</type>
+      </dependency>
+      <dependency>
+         <groupId>org.jboss.seam.examples-ee6</groupId>
+         <artifactId>tasks-ejb</artifactId>
+         <type>ejb</type>
+      </dependency>
+      <dependency>
+         <groupId>org.jboss.seam</groupId>
+         <artifactId>jboss-seam-jsf2</artifactId>
+         <version>2.3.0-SNAPSHOT</version>
+         <type>ejb</type>
+      </dependency>
+   </dependencies>
 
-    <build>
-        <finalName>seam-tasks</finalName>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-ear-plugin</artifactId>
-                <configuration>
-                    <version>6</version>
-                    <defaultLibBundleDir>lib</defaultLibBundleDir>
-                    <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
-                    <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
-                    <!-- use maven generated application.xml instead -->
-                    <generateApplicationXml>true</generateApplicationXml>
-                    <filtering>true</filtering>
-                    <modules>
-                        <webModule>
-                            <groupId>org.jboss.seam.examples-ee6</groupId>
-                            <artifactId>tasks-web</artifactId>
-                            <contextRoot>/seam-tasks</contextRoot>
-                            <bundleFileName>tasks-web.war</bundleFileName>
-                        </webModule>
-                        <ejbModule>
-                            <groupId>org.jboss.seam.examples-ee6</groupId>
-                            <artifactId>tasks-ejb</artifactId>
-                            <bundleFileName>tasks-ejb.jar</bundleFileName>
-                        </ejbModule>
-                        <ejbModule>
-                            <groupId>org.jboss.seam</groupId>
-                            <artifactId>jboss-seam-jsf2</artifactId>
-                            <bundleFileName>jboss-seam.jar</bundleFileName>
-                        </ejbModule>
-                    </modules>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.jboss.as.plugins</groupId>
-                <artifactId>jboss-as-maven-plugin</artifactId>
-                <version>7.1.0.CR1b</version>
-                <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>install</phase>
+   <build>
+      <finalName>seam-tasks</finalName>
+      <plugins>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-ear-plugin</artifactId>
+            <configuration>
+               <version>6</version>
+               <defaultLibBundleDir>lib</defaultLibBundleDir>
+               <!-- Exclude eclipse generated application.xml and manually modified jboss-app.xml during mvn build  -->
+               <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
+               <!-- use maven generated application.xml instead -->
+               <generateApplicationXml>true</generateApplicationXml>
+               <filtering>true</filtering>
+               <modules>
+                  <webModule>
+                     <groupId>org.jboss.seam.examples-ee6</groupId>
+                     <artifactId>tasks-web</artifactId>
+                     <contextRoot>/seam-tasks</contextRoot>
+                     <bundleFileName>tasks-web.war</bundleFileName>
+                  </webModule>
+                  <ejbModule>
+                     <groupId>org.jboss.seam.examples-ee6</groupId>
+                     <artifactId>tasks-ejb</artifactId>
+                     <bundleFileName>tasks-ejb.jar</bundleFileName>
+                  </ejbModule>
+                  <ejbModule>
+                     <groupId>org.jboss.seam</groupId>
+                     <artifactId>jboss-seam-jsf2</artifactId>
+                     <bundleFileName>jboss-seam.jar</bundleFileName>
+                  </ejbModule>
+               </modules>
+            </configuration>
+         </plugin>
+         <plugin>
+            <groupId>org.jboss.as.plugins</groupId>
+            <artifactId>jboss-as-maven-plugin</artifactId>
+            <version>7.1.0.CR1b</version>
+            <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>install</phase>
+                  <goals>
+                     <goal>deploy</goal>
+                  </goals>
+               </execution>
+            </executions>
+         </plugin>
+      </plugins>
+   </build>
+
+   <profiles>
+      <profile>
+         <id>exploded</id>
+         <build>
+            <plugins>
+               <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-dependency-plugin</artifactId>
+                  <executions>
+                     <execution>
+                        <id>unpack</id>
+                        <phase>package</phase>
                         <goals>
-                            <goal>deploy</goal>
+                           <goal>unpack</goal>
                         </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
-    <profiles>
-        <profile>
-            <id>exploded</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-dependency-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>unpack</id>
-                                <phase>package</phase>
-                                <goals>
-                                    <goal>unpack</goal>
-                                </goals>
-                                <configuration>
-                                    <artifactItems>
-                                        <artifactItem>
-                                            <groupId>org.jboss.seam.examples-ee6</groupId>
-                                            <artifactId>tasks-ear</artifactId>
-                                            <type>ear</type>
-                                            <overWrite>true</overWrite>
-                                            <outputDirectory>${project.build.directory}/${project.build.finalName}-exploded/${project.build.finalName}.ear</outputDirectory>
-                                        </artifactItem>
-                                        <artifactItem>
-                                            <groupId>org.jboss.seam.examples-ee6</groupId>
-                                            <artifactId>tasks-web</artifactId>
-                                            <type>war</type>
-                                            <overWrite>true</overWrite>
-                                            <outputDirectory>${project.build.directory}/${project.build.finalName}-exploded/${project.build.finalName}.ear/${example.name}-web.war</outputDirectory>
-                                        </artifactItem>
-                                        <artifactItem>
-                                            <groupId>org.jboss.seam.examples-ee6</groupId>
-                                            <artifactId>tasks-ejb</artifactId>
-                                            <type>jar</type>
-                                            <overWrite>true</overWrite>
-                                            <outputDirectory>${project.build.directory}/${project.build.finalName}-exploded/${project.build.finalName}.ear/${example.name}-ejb.jar</outputDirectory>
-                                        </artifactItem>
-                                    </artifactItems>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                    <plugin>
-                        <groupId>org.codehaus.mojo</groupId>
-                        <artifactId>jboss-maven-plugin</artifactId>
                         <configuration>
-                            <jbossHome>${jboss.home}</jbossHome>
-                            <serverName>${jboss.domain}</serverName>
-                            <fileNames>
-                                <directory>${project.build.directory}/${project.build.finalName}-exploded/${project.build.finalName}.ear</directory>
-                            </fileNames>
+                           <artifactItems>
+                              <artifactItem>
+                                 <groupId>org.jboss.seam.examples-ee6</groupId>
+                                 <artifactId>tasks-ear</artifactId>
+                                 <type>ear</type>
+                                 <overWrite>true</overWrite>
+                                 <outputDirectory>${project.build.directory}/${project.build.finalName}-exploded/${project.build.finalName}.ear
+                                 </outputDirectory>
+                              </artifactItem>
+                              <artifactItem>
+                                 <groupId>org.jboss.seam.examples-ee6</groupId>
+                                 <artifactId>tasks-web</artifactId>
+                                 <type>war</type>
+                                 <overWrite>true</overWrite>
+                                 <outputDirectory>
+                                    ${project.build.directory}/${project.build.finalName}-exploded/${project.build.finalName}.ear/${example.name}-web.war
+                                 </outputDirectory>
+                              </artifactItem>
+                              <artifactItem>
+                                 <groupId>org.jboss.seam.examples-ee6</groupId>
+                                 <artifactId>tasks-ejb</artifactId>
+                                 <type>jar</type>
+                                 <overWrite>true</overWrite>
+                                 <outputDirectory>
+                                    ${project.build.directory}/${project.build.finalName}-exploded/${project.build.finalName}.ear/${example.name}-ejb.jar
+                                 </outputDirectory>
+                              </artifactItem>
+                           </artifactItems>
                         </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
+                     </execution>
+                  </executions>
+               </plugin>
+               <plugin>
+                  <groupId>org.codehaus.mojo</groupId>
+                  <artifactId>jboss-maven-plugin</artifactId>
+                  <configuration>
+                     <jbossHome>${jboss.home}</jbossHome>
+                     <serverName>${jboss.domain}</serverName>
+                     <fileNames>
+                        <directory>${project.build.directory}/${project.build.finalName}-exploded/${project.build.finalName}.ear</directory>
+                     </fileNames>
+                  </configuration>
+               </plugin>
+            </plugins>
+         </build>
+      </profile>
+   </profiles>
 </project>

Modified: branches/community/Seam_2_3/examples-ee6/tasks/tasks-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/tasks/tasks-ejb/pom.xml	2012-03-06 22:43:41 UTC (rev 14371)
+++ branches/community/Seam_2_3/examples-ee6/tasks/tasks-ejb/pom.xml	2012-03-06 22:44:54 UTC (rev 14372)
@@ -1,36 +1,37 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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>tasks</artifactId>
-        <groupId>org.jboss.seam.examples-ee6</groupId>
-        <version>2.3.0-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
+<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>tasks</artifactId>
+      <groupId>org.jboss.seam.examples-ee6</groupId>
+      <version>2.3.0-SNAPSHOT</version>
+      <relativePath>../pom.xml</relativePath>
+   </parent>
 
-    <artifactId>tasks-ejb</artifactId>
-    <packaging>ejb</packaging>
-    <name>Tasks EJB Module (EE6)</name>
+   <artifactId>tasks-ejb</artifactId>
+   <packaging>ejb</packaging>
+   <name>Tasks EJB Module (EE6)</name>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.jboss.seam</groupId>
-	    <artifactId>jboss-seam</artifactId>
-	    <version>${project.version}</version>
-            <type>ejb</type>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.seam</groupId>
-	    <artifactId>jboss-seam-resteasy</artifactId>
-	    <version>2.3.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.hibernate</groupId>
-            <artifactId>hibernate-validator</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.hibernate.javax.persistence</groupId>
-            <artifactId>hibernate-jpa-2.0-api</artifactId>
-        </dependency>
-    </dependencies>
+   <dependencies>
+      <dependency>
+         <groupId>org.jboss.seam</groupId>
+         <artifactId>jboss-seam</artifactId>
+         <version>${project.version}</version>
+         <type>ejb</type>
+      </dependency>
+      <dependency>
+         <groupId>org.jboss.seam</groupId>
+         <artifactId>jboss-seam-resteasy</artifactId>
+         <version>2.3.0-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+         <groupId>org.hibernate</groupId>
+         <artifactId>hibernate-validator</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>org.hibernate.javax.persistence</groupId>
+         <artifactId>hibernate-jpa-2.0-api</artifactId>
+      </dependency>
+   </dependencies>
 </project>

Modified: branches/community/Seam_2_3/examples-ee6/tasks/tasks-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/tasks/tasks-web/pom.xml	2012-03-06 22:43:41 UTC (rev 14371)
+++ branches/community/Seam_2_3/examples-ee6/tasks/tasks-web/pom.xml	2012-03-06 22:44:54 UTC (rev 14372)
@@ -1,138 +1,139 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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>tasks</artifactId>
-        <groupId>org.jboss.seam.examples-ee6</groupId>
-        <version>2.3.0-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
+<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>tasks</artifactId>
+      <groupId>org.jboss.seam.examples-ee6</groupId>
+      <version>2.3.0-SNAPSHOT</version>
+      <relativePath>../pom.xml</relativePath>
+   </parent>
 
-    <artifactId>tasks-web</artifactId>
-    <packaging>war</packaging>
-    <name>Tasks Web Module (EE6)</name>
+   <artifactId>tasks-web</artifactId>
+   <packaging>war</packaging>
+   <name>Tasks Web Module (EE6)</name>
 
-    <properties>
-        <!-- filtering property for components.xml -->
-        <jndiPattern>java:app/tasks-ejb/#{ejbName}</jndiPattern>
-    </properties>
+   <properties>
+      <!-- filtering property for components.xml -->
+      <jndiPattern>java:app/tasks-ejb/#{ejbName}</jndiPattern>
+   </properties>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.jboss.seam.examples-ee6</groupId>
-            <artifactId>tasks-ejb</artifactId>
-            <type>ejb</type>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.seam</groupId>
-            <artifactId>jboss-seam-ui-jsf2</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.jboss.seam</groupId>
-                    <artifactId>jboss-seam-jul</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>commons-beanutils</groupId>
-            <artifactId>commons-beanutils</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>commons-collections</groupId>
-                    <artifactId>commons-collections</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.seam</groupId>
-            <artifactId>jboss-seam-jsf2</artifactId>
-            <version>${project.version}</version>
-            <type>ejb</type>
-            <scope>provided</scope>
-            <exclusions>
-                <exclusion>
-                    <groupId>jboss</groupId>
-                    <artifactId>javassist</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>com.sun.faces</groupId>
-            <artifactId>jsf-api</artifactId>
-            <version>${version.jsf2}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>com.sun.faces</groupId>
-            <artifactId>jsf-impl</artifactId>
-            <version>${version.jsf2}</version>
-            <scope>provided</scope>
-        </dependency>
-    </dependencies>
+   <dependencies>
+      <dependency>
+         <groupId>org.jboss.seam.examples-ee6</groupId>
+         <artifactId>tasks-ejb</artifactId>
+         <type>ejb</type>
+         <scope>provided</scope>
+      </dependency>
+      <dependency>
+         <groupId>org.jboss.seam</groupId>
+         <artifactId>jboss-seam-ui-jsf2</artifactId>
+         <exclusions>
+            <exclusion>
+               <groupId>org.jboss.seam</groupId>
+               <artifactId>jboss-seam-jul</artifactId>
+            </exclusion>
+         </exclusions>
+      </dependency>
+      <dependency>
+         <groupId>commons-beanutils</groupId>
+         <artifactId>commons-beanutils</artifactId>
+         <exclusions>
+            <exclusion>
+               <groupId>commons-collections</groupId>
+               <artifactId>commons-collections</artifactId>
+            </exclusion>
+         </exclusions>
+      </dependency>
+      <dependency>
+         <groupId>org.jboss.seam</groupId>
+         <artifactId>jboss-seam-jsf2</artifactId>
+         <version>${project.version}</version>
+         <type>ejb</type>
+         <scope>provided</scope>
+         <exclusions>
+            <exclusion>
+               <groupId>jboss</groupId>
+               <artifactId>javassist</artifactId>
+            </exclusion>
+         </exclusions>
+      </dependency>
+      <dependency>
+         <groupId>com.sun.faces</groupId>
+         <artifactId>jsf-api</artifactId>
+         <version>${version.jsf2}</version>
+         <scope>provided</scope>
+      </dependency>
+      <dependency>
+         <groupId>com.sun.faces</groupId>
+         <artifactId>jsf-impl</artifactId>
+         <version>${version.jsf2}</version>
+         <scope>provided</scope>
+      </dependency>
+   </dependencies>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-war-plugin</artifactId>
-                <configuration>
-                    <webResources>
-                        <resource>
-                            <directory>src/main/webapp</directory>
-                            <filtering>true</filtering>
-                        </resource>
-                    </webResources>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+   <build>
+      <plugins>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-war-plugin</artifactId>
+            <configuration>
+               <webResources>
+                  <resource>
+                     <directory>src/main/webapp</directory>
+                     <filtering>true</filtering>
+                  </resource>
+               </webResources>
+            </configuration>
+         </plugin>
+      </plugins>
+   </build>
 
-    <profiles>
-        <profile>
-            <id>tomcat</id>
-            <properties>
-                <!-- filtering property for components.xml -->
-                <jndiPattern>#{ejbName}/local</jndiPattern>
-            </properties>
-            <dependencies>
-                <dependency>
-                    <groupId>org.jboss.seam.examples-ee6</groupId>
-                    <artifactId>tasks-ejb</artifactId>
-                    <type>ejb</type>
-                    <scope>compile</scope>
-                </dependency>
-                <dependency>
-                    <groupId>org.jboss.seam</groupId>
-                    <artifactId>jboss-seam</artifactId>
-                    <type>ejb</type>
-                    <scope>compile</scope>
-                    <exclusions>
-                        <exclusion>
-                            <groupId>com.thoughtworks.xstream</groupId>
-                            <artifactId>xstream</artifactId>
-                        </exclusion>
-                        <exclusion>
-                            <groupId>xpp3</groupId>
-                            <artifactId>xpp3_min</artifactId>
-                        </exclusion>
-                    </exclusions>
-                </dependency>
-                <dependency>
-                    <groupId>javax.faces</groupId>
-                    <artifactId>jsf-api</artifactId>
-                    <scope>compile</scope>
-                </dependency>
-                <dependency>
-                    <groupId>javax.faces</groupId>
-                    <artifactId>jsf-impl</artifactId>
-                    <scope>compile</scope>
-                </dependency>
-            </dependencies>
-            <build>
-                <finalName>jboss-seam-tasks</finalName>
-            </build>
-        </profile>
-    </profiles>
+   <profiles>
+      <profile>
+         <id>tomcat</id>
+         <properties>
+            <!-- filtering property for components.xml -->
+            <jndiPattern>#{ejbName}/local</jndiPattern>
+         </properties>
+         <dependencies>
+            <dependency>
+               <groupId>org.jboss.seam.examples-ee6</groupId>
+               <artifactId>tasks-ejb</artifactId>
+               <type>ejb</type>
+               <scope>compile</scope>
+            </dependency>
+            <dependency>
+               <groupId>org.jboss.seam</groupId>
+               <artifactId>jboss-seam</artifactId>
+               <type>ejb</type>
+               <scope>compile</scope>
+               <exclusions>
+                  <exclusion>
+                     <groupId>com.thoughtworks.xstream</groupId>
+                     <artifactId>xstream</artifactId>
+                  </exclusion>
+                  <exclusion>
+                     <groupId>xpp3</groupId>
+                     <artifactId>xpp3_min</artifactId>
+                  </exclusion>
+               </exclusions>
+            </dependency>
+            <dependency>
+               <groupId>javax.faces</groupId>
+               <artifactId>jsf-api</artifactId>
+               <scope>compile</scope>
+            </dependency>
+            <dependency>
+               <groupId>javax.faces</groupId>
+               <artifactId>jsf-impl</artifactId>
+               <scope>compile</scope>
+            </dependency>
+         </dependencies>
+         <build>
+            <finalName>jboss-seam-tasks</finalName>
+         </build>
+      </profile>
+   </profiles>
 
 </project>



More information about the seam-commits mailing list