Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Auge2016-02-14 20:43:26 +0000
committerRaymond Auge2016-02-14 20:43:26 +0000
commitb8bc4b2dcab828b59ad06f5cae6e81619dbb913e (patch)
tree20978acc46c0c2485e06b9fd6d049fde13cbe4fe /bundles/org.eclipse.equinox.http.servlet.tests/pom.xml
parentd2b8f80db99d33e78315fb7943a4ba01d9b7ebfd (diff)
downloadrt.equinox.bundles-b8bc4b2dcab828b59ad06f5cae6e81619dbb913e.tar.gz
rt.equinox.bundles-b8bc4b2dcab828b59ad06f5cae6e81619dbb913e.tar.xz
rt.equinox.bundles-b8bc4b2dcab828b59ad06f5cae6e81619dbb913e.zip
Bug 487801 - [http servlet] apply proper oop to testsI20160216-1400I20160216-0800
Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.http.servlet.tests/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.http.servlet.tests/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.http.servlet.tests/pom.xml b/bundles/org.eclipse.equinox.http.servlet.tests/pom.xml
index f96c37f84..e424c9654 100644
--- a/bundles/org.eclipse.equinox.http.servlet.tests/pom.xml
+++ b/bundles/org.eclipse.equinox.http.servlet.tests/pom.xml
@@ -25,6 +25,14 @@
<build>
<plugins>
<plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-surefire-plugin</artifactId>
+ <configuration>
+ <testClass>org.eclipse.equinox.http.servlet.tests.*</testClass>
+ </configuration>
+ </plugin>
+
+ <plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>

Back to the top