You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/10/12 08:55:13 UTC

[maven] branch master updated (38efe84 -> 877fcc9)

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git.


    from 38efe84  Fix checkstyle reported errors
     add 877fcc9  [MNG-6777] - Remove duplicate resolveFile methods  o MavenCli.resolveFile and    configuration.SettingsXmlConfigurationProcessor.resolveFile    utility methods are identical. Moving them into separate    ResolveFile class.

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/maven/cli/MavenCli.java   | 22 +----------
 .../java/org/apache/maven/cli/ResolveFile.java     | 44 +++++++++++-----------
 .../SettingsXmlConfigurationProcessor.java         | 23 +----------
 3 files changed, 24 insertions(+), 65 deletions(-)
 copy maven-core/src/main/java/org/apache/maven/MissingModuleException.java => maven-embedder/src/main/java/org/apache/maven/cli/ResolveFile.java (57%)