Github user jaikiran commented on a diff in the pull request:

    https://github.com/apache/ant-ivy/pull/71#discussion_r177694759
  
    --- Diff: src/java/org/apache/ivy/Main.java ---
    @@ -199,6 +201,10 @@ static CommandLineParser getParser() {
                         new OptionBuilder("cp").arg("cp")
                                 .description("extra classpath to use when 
launching process").create())
     
    +                .addCategory("maven compatibility options")
    +                .addOption(new 
OptionBuilder("pomfile").arg("pomfile").countArgs(false)
    --- End diff --
    
    A small suggestion - can you change this to something like:
    ```
    new OptionBuilder("makepom").arg("pomfile")....
    ```


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to