java - How to execute build.xml using jar managed by Maven? -
our project uses maven manage dependent jar collection, , use ant build project. have question when i'm writing build.xml
; cannot dependent jar set when compiling java source code because stored in user's repository. wondering if there better way use maven plugin automactically load these jars when executing build.xml
file.
the better way using maven or ant,they can thing want.
but, if want use them mixing, of course ,you can. can use maven-dependency-plugin in pom.xml manage jar package.
search detail information google.
Comments
Post a Comment