Re: [PR] adding support for dependency management
Jaikiran Pai <[email protected]>
| Newsgroups | gmane.comp.jakarta.ant.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello Per, I don't know if this mail was meant to be a FYI or a request for review. If it was the latter then the Ant dev mailing list isn't the right one. maven-resolver-ant-tasks is a project under the Maven umbrella and the Maven mailing lists are different. Details of those mailing lists is available here https://maven.apache.org/resolver-ant-tasks/mailing-lists.html -Jaikiran On 17/06/25 10:31 pm, Per Nyfelt wrote: > Hi, > > I created a PR here > https://github.com/apache/maven-resolver-ant-tasks/pull/56 > > It fixes the issue reported here: > https://github.com/apache/maven-resolver-ant-tasks/pull/56 > > Essentially it does two things > > 1. Adds support for a dependencymanagement section in the ant build file > > 2. defines a new task (createPom) to generate (and register) a pom > based on the information in the ant build file. > > Given this it is possible to define any type of dependencies in the > ant build file (including using BOMs) and resolve, install, deploy > etc. using the maven-resolver-ant-tasks. > > Best regards, > > Per > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >