commit
c302b72083
|
|
@ -66,6 +66,10 @@ public class BuildImageMojo extends AbstractPackagerMojo {
|
||||||
|
|
||||||
private static final String BUILDPACK_JVM_VERSION_KEY = "BP_JVM_VERSION";
|
private static final String BUILDPACK_JVM_VERSION_KEY = "BP_JVM_VERSION";
|
||||||
|
|
||||||
|
static {
|
||||||
|
System.setProperty("org.slf4j.simpleLogger.log.org.apache.http.wire", "ERROR");
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Directory containing the JAR.
|
* Directory containing the JAR.
|
||||||
* @since 2.3.0
|
* @since 2.3.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue