We should NOT be keeping the runtime folders. Causes massive disk usage in target dir
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/cd058a97 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/cd058a97 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/cd058a97 Branch: refs/heads/master Commit: cd058a9772ad8148cd4f67782f7692d9b4770b63 Parents: 1a8809a Author: Daniel Kulp <[email protected]> Authored: Thu Jun 26 11:25:58 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Thu Jun 26 11:55:05 2014 -0400 ---------------------------------------------------------------------- .../test/java/org/apache/cxf/osgi/itests/CXFOSGiTestSupport.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/cd058a97/osgi/itests/src/test/java/org/apache/cxf/osgi/itests/CXFOSGiTestSupport.java ---------------------------------------------------------------------- diff --git a/osgi/itests/src/test/java/org/apache/cxf/osgi/itests/CXFOSGiTestSupport.java b/osgi/itests/src/test/java/org/apache/cxf/osgi/itests/CXFOSGiTestSupport.java index 4e144de..468f4cb 100644 --- a/osgi/itests/src/test/java/org/apache/cxf/osgi/itests/CXFOSGiTestSupport.java +++ b/osgi/itests/src/test/java/org/apache/cxf/osgi/itests/CXFOSGiTestSupport.java @@ -64,7 +64,6 @@ import static org.ops4j.pax.exam.CoreOptions.when; import static org.ops4j.pax.exam.karaf.options.KarafDistributionOption.editConfigurationFilePut; import static org.ops4j.pax.exam.karaf.options.KarafDistributionOption.features; import static org.ops4j.pax.exam.karaf.options.KarafDistributionOption.karafDistributionConfiguration; -import static org.ops4j.pax.exam.karaf.options.KarafDistributionOption.keepRuntimeFolder; /** * @@ -113,7 +112,6 @@ public class CXFOSGiTestSupport { .name("Apache Karaf") .useDeployFolder(false) .unpackDirectory(new File("target/paxexam/")), - keepRuntimeFolder(), features(cxfUrl, "cxf-core", "cxf-jaxws"), systemProperty("java.awt.headless").value("true"), when(localRepo != null)
