[maven-debian-helper] 07/08: Clarified the 'Include all modules?' question (Closes: #758611)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu May 18 09:48:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository maven-debian-helper.

commit e6bce21841458682fae93fe1a0d4fcf3d028fb21
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu May 18 11:40:21 2017 +0200

    Clarified the 'Include all modules?' question (Closes: #758611)
---
 debian/changelog                                                        | 1 +
 .../src/main/java/org/debian/maven/packager/DependenciesSolver.java     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 816d1c4..f5a0445 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ maven-debian-helper (2.2) UNRELEASED; urgency=medium
     and fixed the error message in mh_make when licensecheck isn't installed
     (Closes: #840787)
   * Removed mvn-debian (Closes: #703373)
+  * Clarified the 'Include all modules?' question (Closes: #758611)
 
  -- Christopher Hoskin <mans0954 at debian.org>  Sun, 08 Jan 2017 21:32:55 +0000
 
diff --git a/maven-packager-utils/src/main/java/org/debian/maven/packager/DependenciesSolver.java b/maven-packager-utils/src/main/java/org/debian/maven/packager/DependenciesSolver.java
index afcb278..7f78421 100644
--- a/maven-packager-utils/src/main/java/org/debian/maven/packager/DependenciesSolver.java
+++ b/maven-packager-utils/src/main/java/org/debian/maven/packager/DependenciesSolver.java
@@ -414,7 +414,7 @@ public class DependenciesSolver {
 
             if (exploreProjects && !pom.getModules().isEmpty()) {
                 if (interactive && !askedToFilterModules) {
-                    filterModules = !new YesNoQuestion("This project contains modules. Include all modules?", true).ask();
+                    filterModules = !new YesNoQuestion("This project contains modules. Include all modules? (no to select them individually)", true).ask();
                     askedToFilterModules = true;
                 }
                 for (String module : pom.getModules()) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git



More information about the pkg-java-commits mailing list