java - How to compile jars from pom.xml with ant? -
i used maven project configure , ant creating jars of utility classes. when create jars classes build.xml , got compile errors because of third party jars configure maven , these jars not exist in project. if , how fix ? need compile pom.xml build.xml ? or can create jar file maven ? suggestions ?
you may use maven ant tasks. they're designed purpose.
Comments
Post a Comment