Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.x.server.integration.tests/pom.xml')
-rw-r--r--plugins/org.eclipse.osee.x.server.integration.tests/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.x.server.integration.tests/pom.xml b/plugins/org.eclipse.osee.x.server.integration.tests/pom.xml
index ea287f0b130..c688664279d 100644
--- a/plugins/org.eclipse.osee.x.server.integration.tests/pom.xml
+++ b/plugins/org.eclipse.osee.x.server.integration.tests/pom.xml
@@ -183,8 +183,7 @@
<property name="additionalJvmArgs" value=" " />
<property name="xserver-log-output" value="${xserver-data}/server-output.log" />
- <mkdir dir="${xserver-data}" />
-
+
<ant antfile="${osee-application-server-launch-ant}"
target="run" inheritRefs="true" output="${xserver-log-output}" />
</target>

Back to the top