I have a java project where the code depends on several libraries being built.
What I'd like to do is have Maven run an Ant task that builds those libraries 
first, then Maven would go on to compile the code.

Currently, my pom file contains the maven-antrun-plugin plugin that should 
execute the ant task.  However, when I run it, I get compile errors because I 
think it's trying to compile the java code first, but because the ant task 
hasn't been run yet, there are no libraries available and it will obviously 
fail.

This make sense?

Thanks,
Mike


      

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to