Skip to content

Commit bb53645

Browse files
Hannes WellmannHannes Wellmann
authored andcommitted
Log matching discovered toolchain as info in select-jdk-toolchain mojo
Fixes #141
1 parent 1f2ca23 commit bb53645

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/maven/plugins/toolchain/jdk/SelectJdkToolchainMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ private void doExecute() throws MisconfiguredToolchainException, MojoFailureExce
207207
ToolchainPrivate tc = factory.createToolchain(tcm);
208208
if (tc != null && matches(tc, requirements)) {
209209
toolchain = tc;
210-
getLog().debug("Discovered matching JDK toolchain: " + toolchain);
210+
getLog().info("Discovered matching JDK toolchain: " + toolchain);
211211
break;
212212
}
213213
}

0 commit comments

Comments
 (0)