Doug Whitfield

Doug Whitfield at

I found this by running the -X flag, but I have no idea where this config is. Is it embedded in a dependency jar or something? I def do not want max JdkVersion 1.7.

I am not a Java dev, so please assume I know nothing if you can help. Thanks in advance!

[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (display-info)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<fail default-value="true">${enforcer.fail}</fail>
<failFast default-value="false">${enforcer.failFast}</failFast>
<ignoreCache default-value="false">${enforcer.ignoreCache}</ignoreCache>
<mojoExecution default-value="${mojoExecution}"/>
<project default-value="${project}"/>
<rules>
<requireMavenVersion>
<version>[3.1.0,)</version>
<message>3.1.0 required by frontend-maven-plugin at least.</message>
</requireMavenVersion>
<requirePluginVersions>
<banSnapshots>false</banSnapshots>
</requirePluginVersions>
<enforceBytecodeVersion>
<maxJdkVersion>1.7</maxJdkVersion>
<ignoredScopes>
<ignoredScope>test</ignoredScope>
</ignoredScopes>