This is an automated email from the ASF dual-hosted git repository. rfscholte pushed a change to branch MNG-7060 in repository https://gitbox.apache.org/repos/asf/maven.git.
from 13c8990 Adjust message of exception add 31ad2ff Use system line separator wherever possible add 3709e2e Improve README add 538de4d [MNG-6888] Remove deprecated command line options new 47eb355 [MNG-7060] Let build fail fast in case any maven-gpg-plugin goal is called new 51777b0 Use just 1 filter new c1c2c96 respect build/consumer status new f1564c4 Adjust message of exception new 7aac694 Merge branch 'MNG-7060' of https://gitbox.apache.org/repos/asf/maven into MNG-7060 The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: README.md | 10 +-- .../MultipleArtifactsNotFoundException.java | 10 ++- .../repository/MavenArtifactRepository.java | 18 +++-- .../metadata/AbstractRepositoryMetadata.java | 10 ++- .../resolver/ArtifactResolutionRequest.java | 11 +-- .../resolver/ArtifactResolutionResult.java | 10 ++- .../maven/exception/DefaultExceptionHandler.java | 8 +- .../maven/plugin/PluginParameterException.java | 39 +++++----- .../project/artifact/ActiveProjectArtifact.java | 2 +- .../project/artifact/MavenMetadataSource.java | 10 +-- .../legacy/metadata/AbstractArtifactMetadata.java | 10 ++- .../settings/SettingsConfigurationException.java | 4 +- .../maven/plugin/PluginParameterExceptionTest.java | 89 +++++++++++----------- .../main/java/org/apache/maven/cli/CLIManager.java | 12 +-- .../main/java/org/apache/maven/cli/MavenCli.java | 20 +---- .../DuplicateMojoDescriptorException.java | 4 +- .../maven/plugin/logging/SystemStreamLog.java | 6 +- 17 files changed, 136 insertions(+), 137 deletions(-)