Re: Including Maven Dependencies in Build
Jaikiran Pai <[email protected]>
| Newsgroups | gmane.comp.jakarta.ant.user |
|---|---|
| Message-ID | <[email protected]> |
Hello Dennis, On 07/12/18 1:15 AM, Dennis Putnam wrote: > > <artifact:dependencies filesetid="maven-dependencies"> > I don't see this fileset being used in the rest of the target(s) which generate your jar file. Maybe you missed using it to copy over the dependency files? Take a look at section "Using FileSets and the Version Mapper" of http://maven.apache.org/ant-tasks/examples/dependencies.html for an example on how you could use it. -Jaikiran