Author: manaRH
Date: 2012-06-21 08:05:10 -0400 (Thu, 21 Jun 2012)
New Revision: 14943
Modified:
branches/community/Seam_2_3/examples-ee6/booking/booking-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/itext/itext-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/jpa/jpa-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/mail/mail-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/messages/messages-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/pom.xml
branches/community/Seam_2_3/examples-ee6/registration/registration-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/seambay/seambay-ear/src/main/application/META-INF/jboss-deployment-structure.xml
Log:
get back managed arq profile as not intentionally removed build settigns
Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-tests/pom.xml 2012-06-21
10:40:43 UTC (rev 14942)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-tests/pom.xml 2012-06-21
12:05:10 UTC (rev 14943)
@@ -119,16 +119,25 @@
</activation>
</profile>
- <profile>
- <id>arq-jbossas-7-managed</id>
- <activation>
- <property>
- <name>arquillian</name>
- <value>jbossas-managed-7</value>
- </property>
- </activation>
- </profile>
+ <profile>
+ <id>arq-jbossas-7-managed</id>
+ <activation>
+ <property>
+ <name>arquillian</name>
+ <value>jbossas-managed-7</value>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
<profile>
<id>arq-jbossas-7-remote</id>
<activation>
Modified: branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-tests/pom.xml
===================================================================
---
branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-tests/pom.xml 2012-06-21
10:40:43 UTC (rev 14942)
+++
branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-tests/pom.xml 2012-06-21
12:05:10 UTC (rev 14943)
@@ -128,7 +128,7 @@
</activation>
</profile>
- <profile>
+ <profile>
<id>arq-jbossas-7-managed</id>
<activation>
<property>
@@ -136,6 +136,14 @@
<value>jbossas-managed-7</value>
</property>
</activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
</profile>
<profile>
Modified: branches/community/Seam_2_3/examples-ee6/itext/itext-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/itext/itext-tests/pom.xml 2012-06-21 10:40:43
UTC (rev 14942)
+++ branches/community/Seam_2_3/examples-ee6/itext/itext-tests/pom.xml 2012-06-21 12:05:10
UTC (rev 14943)
@@ -133,6 +133,14 @@
<value>jbossas-managed-7</value>
</property>
</activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
</profile>
<profile>
Modified: branches/community/Seam_2_3/examples-ee6/jpa/jpa-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/jpa/jpa-tests/pom.xml 2012-06-21 10:40:43 UTC
(rev 14942)
+++ branches/community/Seam_2_3/examples-ee6/jpa/jpa-tests/pom.xml 2012-06-21 12:05:10 UTC
(rev 14943)
@@ -146,6 +146,14 @@
<value>jbossas-managed-7</value>
</property>
</activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
</profile>
<profile>
Modified: branches/community/Seam_2_3/examples-ee6/mail/mail-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/mail-tests/pom.xml 2012-06-21 10:40:43
UTC (rev 14942)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-tests/pom.xml 2012-06-21 12:05:10
UTC (rev 14943)
@@ -146,6 +146,14 @@
<value>jbossas-managed-7</value>
</property>
</activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
</profile>
<profile>
Modified: branches/community/Seam_2_3/examples-ee6/messages/messages-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/messages/messages-tests/pom.xml 2012-06-21
10:40:43 UTC (rev 14942)
+++ branches/community/Seam_2_3/examples-ee6/messages/messages-tests/pom.xml 2012-06-21
12:05:10 UTC (rev 14943)
@@ -111,6 +111,14 @@
<value>jbossas-managed-7</value>
</property>
</activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
</profile>
<profile>
Modified: branches/community/Seam_2_3/examples-ee6/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/pom.xml 2012-06-21 10:40:43 UTC (rev 14942)
+++ branches/community/Seam_2_3/examples-ee6/pom.xml 2012-06-21 12:05:10 UTC (rev 14943)
@@ -49,6 +49,7 @@
<guava.version>12.0</guava.version>
<richfaces.version>4.2.2.Final</richfaces.version>
<slf4j.version>1.6.1</slf4j.version>
+ <version.jbossas7>7.1.1.Final</version.jbossas7>
<!-- dependencies for functional tests -->
<ant.junit.version>1.6.2</ant.junit.version>
Modified:
branches/community/Seam_2_3/examples-ee6/registration/registration-tests/pom.xml
===================================================================
---
branches/community/Seam_2_3/examples-ee6/registration/registration-tests/pom.xml 2012-06-21
10:40:43 UTC (rev 14942)
+++
branches/community/Seam_2_3/examples-ee6/registration/registration-tests/pom.xml 2012-06-21
12:05:10 UTC (rev 14943)
@@ -116,6 +116,14 @@
<value>jbossas-managed-7</value>
</property>
</activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
</profile>
<profile>
Modified:
branches/community/Seam_2_3/examples-ee6/seambay/seambay-ear/src/main/application/META-INF/jboss-deployment-structure.xml
===================================================================
---
branches/community/Seam_2_3/examples-ee6/seambay/seambay-ear/src/main/application/META-INF/jboss-deployment-structure.xml 2012-06-21
10:40:43 UTC (rev 14942)
+++
branches/community/Seam_2_3/examples-ee6/seambay/seambay-ear/src/main/application/META-INF/jboss-deployment-structure.xml 2012-06-21
12:05:10 UTC (rev 14943)
@@ -5,6 +5,7 @@
<module name="org.apache.commons.collections"
export="true"/>
<module name="javax.faces.api" export="true"/>
<module name="com.sun.jsf-impl" export="true"/>
+ <module name="org.dom4j" export="true"/>
</dependencies>
</deployment>
</jboss-deployment-structure>
Show replies by date