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 f4f4692b2eab56be7653793f3c1377f4b4506c87
Author: Emmanuel Bourg <[email protected]>
Date:   Thu May 18 11:20:35 2017 +0200

    Clarified the --build option
---
 bin/mh_resolve_dependencies                                             | 2 +-
 .../src/main/java/org/debian/maven/packager/DependenciesSolver.java     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/mh_resolve_dependencies b/bin/mh_resolve_dependencies
index 9284b24..c6c0e8e 100644
--- a/bin/mh_resolve_dependencies
+++ b/bin/mh_resolve_dependencies
@@ -27,7 +27,7 @@ syntax()
    echo -e "\t-v --verbose: show more information while running"
    echo -e "\t-b --base-directory: path to root directory of package"
    echo -e "\t   --non-explore: doesn't explore directories for pom.xml"
-   echo -e "\t   --build: Don't write files to debian folder other than 
substvars" 
+   echo -e "\t   --build: build mode (don't write the .poms and rules files)"
    echo -e ""
    echo -e "Description:"
    echo -e "This tool reads the POM files defined in debian/$package.poms"
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 5a0302c..afcb278 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
@@ -879,7 +879,7 @@ public class DependenciesSolver {
             System.out.println("    POM file with the versions found in the 
repository");
             System.out.println("  --base-directory: path to root directory of 
package");
             System.out.println("  --non-explore: doesn't explore directories 
for pom.xml");
-            System.out.println("  --build: Don't write files to debian folder 
other than substvars");
+            System.out.println("  --build: build mode (don't write the .poms 
and rules files)");
             return;
         }
 

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

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to