Author: struberg
Date: Tue May 12 07:59:05 2015
New Revision: 1678891
URL: http://svn.apache.org/r1678891
Log:
OWB-1071 fix IT.
we cannot really test OWB-1071 with the tomcat maven plugin as the
classes are taken from target/classes. Thus adding an explicit beans.xml
Added:
openwebbeans/trunk/webbeans-web/src/it/webcdiapp/src/main/resources/META-INF/beans.xml
- copied unchanged from r1678675,
openwebbeans/trunk/webbeans-web/src/it/webcdiapp/src/main/webapp/WEB-INF/beans.xml
Modified:
openwebbeans/trunk/webbeans-web/src/it/webcdiapp/pom.xml
Modified: openwebbeans/trunk/webbeans-web/src/it/webcdiapp/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-web/src/it/webcdiapp/pom.xml?rev=1678891&r1=1678890&r2=1678891&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-web/src/it/webcdiapp/pom.xml (original)
+++ openwebbeans/trunk/webbeans-web/src/it/webcdiapp/pom.xml Tue May 12
07:59:05 2015
@@ -233,7 +233,6 @@
<version>2.0</version>
<configuration>
<path>/${project.build.finalName}</path>
- <addContextWarDependencies>true</addContextWarDependencies>
<port>${tomcat.port.it}</port>
<fork>${tomcat.fork}</fork> <!-- true is needed for IT,
but if we want to debug it we do not want to fork -->
</configuration>
@@ -242,7 +241,7 @@
<id>start-tomcat</id>
<phase>pre-integration-test</phase>
<goals>
- <goal>run-war-only</goal>
+ <goal>run</goal>
</goals>
</execution>
<execution>