GitHub user aanno opened a pull request:
https://github.com/apache/ant-ivy/pull/71
Ivy main/standalone: Patch to include 'makepom' function
Hello,
I added the pomfile option to main/standalone. This allows creating an
(maven) pom file from outside an ant task.
Example of use:
```sh
$ pwd
~/.ivy2/cache/org.typelevel/cats-core_2.11
$ java -jar
~/scm/github/ant-ivy/build/artifact/org.apache.ivy_2.5.0.alpha_20180327212209.jar
-ivy ivy-1.0.1.xml -pomfile cats-core.xml
$ ls
cats-core-2.11.xml ivy-1.0.1.xml ivy-1.0.1.xml.original
ivydata-1.0.1.properties jars srcs
```
Feedback is welcome. What should I do to get this patch into mainline?
Kind regards,
aanno
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aanno/ant-ivy feature/aanno-main-pomfile
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ant-ivy/pull/71.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #71
----
commit 5e814ad7a84ffb2a9d4df72fc801e9b8d6aa2f64
Author: Thomas Pasch <thomas.pasch@...>
Date: 2018-03-27T19:17:01Z
Added pomfile option to main/standalone
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]