diff --git a/README.md b/README.md index 3aafac1..7255698 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ Maintained, quietly. The API is small and settled; expect dependency updates rat org.codehaus.plexus plexus-interactivity-api - 1.5.1 ``` @@ -38,6 +37,8 @@ String scope = prompter.prompt( "Scope", List.of( "compile", "test" ), "compile" String secret = prompter.promptForPassword( "Password" ); ``` +Check the badge above for the current version. + A plugin that prompts should check `MavenSession.getRequest().isInteractiveMode()` first, so it does not hang a batch-mode build.