Skip to content

Commit

Permalink
CXF-8701: TEMPORARY debug the failure
Browse files Browse the repository at this point in the history
Signed-off-by: Raymond Augé <[email protected]>
  • Loading branch information
rotty3000 committed May 10, 2022
1 parent f62cbd4 commit 5656335
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import org.ops4j.pax.exam.Option;
import org.ops4j.pax.exam.OptionUtils;
import org.ops4j.pax.exam.karaf.container.internal.JavaVersionUtil;
import org.ops4j.pax.exam.karaf.options.KarafDistributionOption;
import org.ops4j.pax.exam.options.extra.VMOption;
import org.ops4j.pax.exam.spi.reactors.ExamReactorStrategy;
import org.ops4j.pax.exam.spi.reactors.PerClass;
Expand Down Expand Up @@ -63,8 +64,8 @@ public Option[] getConfig() {
.useOptions(systemProperty("org.ops4j.pax.url.mvn.localRepository").value(localRepository)),
//DO NOT COMMIT WITH THIS LINE ENABLED!!!
//KarafDistributionOption.keepRuntimeFolder(),
//KarafDistributionOption.debugConfiguration(), // nor this
//KarafDistributionOption.logLevel(LogLevelOption.LogLevel.INFO),
KarafDistributionOption.debugConfiguration(), // nor this
KarafDistributionOption.logLevel(org.ops4j.pax.exam.karaf.options.LogLevelOption.LogLevel.DEBUG),

features(
maven("org.apache.cxf.karaf", "apache-cxf").versionAsInProject().type("xml").classifier("features"),
Expand Down

0 comments on commit 5656335

Please sign in to comment.