Re: How to use Maven when libraries don't?

2007-02-17 Thread Wayne Fay
Build your 3rd party libraries using their build tools. Install those artifacts into your Maven repo using mvn install or mvn deploy. Add dependencies to those artifacts in your own poms. Or, write poms for those projects and start using Maven to manage them similar to your own projects/code. Wa

How to use Maven when libraries don't?

2007-02-17 Thread lightbulb432
How can I use Maven with external libraries that don't have Maven support? For example, my application uses libraries from sources that I get from CVS/SVN, and while there are some libraries that have Maven support (meaning there are plugins, repositories, etc that make it easy to get the source u