[seam-commits] Seam SVN: r14624 - in branches/community/Seam_2_3/examples-ee6/numberguess: numberguess-ejb and 2 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Apr 20 09:12:17 EDT 2012
Author: dhinojosa
Date: 2012-04-20 09:12:16 -0400 (Fri, 20 Apr 2012)
New Revision: 14624
Modified:
branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-web/pom.xml
Log:
changing around settings in poms to get arquillian to run
Modified: branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-ear/pom.xml 2012-04-20 11:07:15 UTC (rev 14623)
+++ branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-ear/pom.xml 2012-04-20 13:12:16 UTC (rev 14624)
@@ -83,87 +83,87 @@
</modules>
</configuration>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jboss-maven-plugin</artifactId>
- <configuration>
- <jbossHome>${jboss.home}</jbossHome>
- <serverName>${jboss.domain}</serverName>
- <fileNames>
- <param>${project.build.directory}/${project.build.finalName}.${project.packaging}</param>
- </fileNames>
- </configuration>
- </plugin>
+ <!--<plugin>-->
+ <!--<groupId>org.codehaus.mojo</groupId>-->
+ <!--<artifactId>jboss-maven-plugin</artifactId>-->
+ <!--<configuration>-->
+ <!--<jbossHome>${jboss.home}</jbossHome>-->
+ <!--<serverName>${jboss.domain}</serverName>-->
+ <!--<fileNames>-->
+ <!--<param>${project.build.directory}/${project.build.finalName}.${project.packaging}</param>-->
+ <!--</fileNames>-->
+ <!--</configuration>-->
+ <!--</plugin>-->
</plugins>
</build>
- <profiles>
- <profile>
- <id>exploded</id>
- <properties>
- <example.name>numberguess</example.name>
- </properties>
- <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</groupId>
- <artifactId>numberguess-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</groupId>
- <artifactId>numberguess-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</groupId>
- <artifactId>numberguess-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>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
+ <!--<profiles>-->
+ <!--<profile>-->
+ <!--<id>exploded</id>-->
+ <!--<properties>-->
+ <!--<example.name>numberguess</example.name>-->
+ <!--</properties>-->
+ <!--<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</groupId>-->
+ <!--<artifactId>numberguess-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</groupId>-->
+ <!--<artifactId>numberguess-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</groupId>-->
+ <!--<artifactId>numberguess-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>-->
+ <!--</configuration>-->
+ <!--</plugin>-->
+ <!--</plugins>-->
+ <!--</build>-->
+ <!--</profile>-->
+ <!--</profiles>-->
</project>
Modified: branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-ejb/pom.xml 2012-04-20 11:07:15 UTC (rev 14623)
+++ branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-ejb/pom.xml 2012-04-20 13:12:16 UTC (rev 14624)
@@ -48,7 +48,7 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
- <version>${project.version}</version>
+ <type>ejb</type>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-tests/pom.xml 2012-04-20 11:07:15 UTC (rev 14623)
+++ branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-tests/pom.xml 2012-04-20 13:12:16 UTC (rev 14624)
@@ -145,102 +145,102 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>false</skipTests>
- <argLine>-Dsun.lang.ClassLoader.allowArraySyntax=true -Xms512m -Xmx512m</argLine>
- <additionalClasspathElements>
- <additionalClasspathElement>${basedir}/../numberguess-web/src/main/webapp
- </additionalClasspathElement>
- <additionalClasspathElement>${project.build.directory}/dependency/bootstrap
- </additionalClasspathElement>
- </additionalClasspathElements>
+ <!--<argLine>-Dsun.lang.ClassLoader.allowArraySyntax=true -Xms512m -Xmx512m</argLine>-->
+ <!--<additionalClasspathElements>-->
+ <!--<additionalClasspathElement>${basedir}/../numberguess-web/src/main/webapp-->
+ <!--</additionalClasspathElement>-->
+ <!--<additionalClasspathElement>${project.build.directory}/dependency/bootstrap-->
+ <!--</additionalClasspathElement>-->
+ <!--</additionalClasspathElements>-->
<!--<suiteXmlFiles>-->
<!--<suiteXmlFile>src/test/resources-integration/testng.xml</suiteXmlFile>-->
<!--</suiteXmlFiles>-->
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <id>copy-seam-bootstrap</id>
- <phase>process-resources</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- <configuration>
- <includes>bootstrap/**</includes>
- <artifactItems>
- <artifactItem>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-embedded-bootstrap</artifactId>
- <version>${project.version}</version>
- <type>jar</type>
- <overWrite>false</overWrite>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- </executions>
- </plugin>
+ <!--<plugin>-->
+ <!--<groupId>org.apache.maven.plugins</groupId>-->
+ <!--<artifactId>maven-dependency-plugin</artifactId>-->
+ <!--<executions>-->
+ <!--<execution>-->
+ <!--<id>copy-seam-bootstrap</id>-->
+ <!--<phase>process-resources</phase>-->
+ <!--<goals>-->
+ <!--<goal>unpack</goal>-->
+ <!--</goals>-->
+ <!--<configuration>-->
+ <!--<includes>bootstrap/**</includes>-->
+ <!--<artifactItems>-->
+ <!--<artifactItem>-->
+ <!--<groupId>org.jboss.seam</groupId>-->
+ <!--<artifactId>jboss-embedded-bootstrap</artifactId>-->
+ <!--<version>${project.version}</version>-->
+ <!--<type>jar</type>-->
+ <!--<overWrite>false</overWrite>-->
+ <!--</artifactItem>-->
+ <!--</artifactItems>-->
+ <!--</configuration>-->
+ <!--</execution>-->
+ <!--</executions>-->
+ <!--</plugin>-->
</plugins>
</build>
- <profiles>
- <profile>
- <id>ftest-jbossas</id>
- <properties>
- <example.context.path>seam-numberguess</example.context.path>
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jboss-maven-plugin</artifactId>
- <configuration>
- <jbossHome>${jboss.home}</jbossHome>
- <serverName>${jboss.domain}</serverName>
- <fileNames>
- <param>${basedir}/../numberguess-ear/target/seam-numberguess.ear</param>
- </fileNames>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>selenium-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>failsafe-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>ftest-tomcat</id>
- <properties>
- <example.context.path>jboss-seam-numberguess</example.context.path>
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>selenium-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>failsafe-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
+ <!--<profiles>-->
+ <!--<profile>-->
+ <!--<id>ftest-jbossas</id>-->
+ <!--<properties>-->
+ <!--<example.context.path>seam-numberguess</example.context.path>-->
+ <!--</properties>-->
+ <!--<build>-->
+ <!--<plugins>-->
+ <!--<plugin>-->
+ <!--<groupId>org.codehaus.mojo</groupId>-->
+ <!--<artifactId>jboss-maven-plugin</artifactId>-->
+ <!--<configuration>-->
+ <!--<jbossHome>${jboss.home}</jbossHome>-->
+ <!--<serverName>${jboss.domain}</serverName>-->
+ <!--<fileNames>-->
+ <!--<param>${basedir}/../numberguess-ear/target/seam-numberguess.ear</param>-->
+ <!--</fileNames>-->
+ <!--</configuration>-->
+ <!--</plugin>-->
+ <!--<plugin>-->
+ <!--<groupId>org.codehaus.mojo</groupId>-->
+ <!--<artifactId>selenium-maven-plugin</artifactId>-->
+ <!--</plugin>-->
+ <!--<plugin>-->
+ <!--<groupId>org.codehaus.mojo</groupId>-->
+ <!--<artifactId>failsafe-maven-plugin</artifactId>-->
+ <!--</plugin>-->
+ <!--<plugin>-->
+ <!--<groupId>org.apache.maven.plugins</groupId>-->
+ <!--<artifactId>maven-antrun-plugin</artifactId>-->
+ <!--</plugin>-->
+ <!--</plugins>-->
+ <!--</build>-->
+ <!--</profile>-->
+ <!--<profile>-->
+ <!--<id>ftest-tomcat</id>-->
+ <!--<properties>-->
+ <!--<example.context.path>jboss-seam-numberguess</example.context.path>-->
+ <!--</properties>-->
+ <!--<build>-->
+ <!--<plugins>-->
+ <!--<plugin>-->
+ <!--<groupId>org.codehaus.mojo</groupId>-->
+ <!--<artifactId>selenium-maven-plugin</artifactId>-->
+ <!--</plugin>-->
+ <!--<plugin>-->
+ <!--<groupId>org.codehaus.mojo</groupId>-->
+ <!--<artifactId>failsafe-maven-plugin</artifactId>-->
+ <!--</plugin>-->
+ <!--<plugin>-->
+ <!--<groupId>org.apache.maven.plugins</groupId>-->
+ <!--<artifactId>maven-antrun-plugin</artifactId>-->
+ <!--</plugin>-->
+ <!--</plugins>-->
+ <!--</build>-->
+ <!--</profile>-->
+ <!--</profiles>-->
</project>
Modified: branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-web/pom.xml 2012-04-20 11:07:15 UTC (rev 14623)
+++ branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-web/pom.xml 2012-04-20 13:12:16 UTC (rev 14624)
@@ -20,13 +20,13 @@
<type>ejb</type>
<scope>provided</scope>
</dependency>
+ <!--<dependency>-->
+ <!--<groupId>org.jboss.seam</groupId>-->
+ <!--<artifactId>jboss-seam</artifactId>-->
+ <!--<type>ejb</type>-->
+ <!--</dependency>-->
<dependency>
<groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam</artifactId>
- <type>ejb</type>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
<exclusions>
<exclusion>
More information about the seam-commits
mailing list