Github user twogee commented on a diff in the pull request:
https://github.com/apache/ant-ivy/pull/71#discussion_r177857645
--- 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)
+ .description("makepom as standalone
tasks").create())
--- End diff --
On the second thoughts, why not calling the option `makepom` ð ?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]