Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Daniel2013-09-13 13:24:24 +0000
committerKrzysztof Daniel2013-11-12 09:41:03 +0000
commitf693727e2f0e363c02d47fae7997f4a2aa99f37e (patch)
treedfdd04ae4f7532fe79c7ea8447f8214513a311f0 /pom.xml
parentbf151d69785d29de8b065068dfd39a8dcac11541 (diff)
downloadrt.equinox.p2-f693727e2f0e363c02d47fae7997f4a2aa99f37e.tar.gz
rt.equinox.p2-f693727e2f0e363c02d47fae7997f4a2aa99f37e.tar.xz
rt.equinox.p2-f693727e2f0e363c02d47fae7997f4a2aa99f37e.zip
Bug 417179 - Configure reconciler tests
This approach relies on a build order of reactor modules - the reconciler product needs to be built before reconciler tests are executed. The product is passed via the surefire configuration. Change-Id: If44e10e4f30ca47b92a5427bc8feec3453a8e25f Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 1b8048007..8b3260469 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,6 +69,7 @@
<module>features/org.eclipse.equinox.p2.rcp.feature</module>
<module>features/org.eclipse.equinox.p2.user.ui</module>
+ <module>bundles/org.eclipse.equinox.p2.tests.reconciler.product</module>
<module>bundles/org.eclipse.equinox.p2.tests</module>
<module>bundles/org.eclipse.equinox.p2.tests.discovery</module>
<module>bundles/org.eclipse.equinox.p2.tests.ui</module>

Back to the top