Patch replaces all references to jar's in lib directory by references to M2_REPO. This allows to work with single project setup without refering to jar's of lib directory. As .classpath files for multiple project setup are generated by maven with references to M2_REPO anyhow I think we can remove lib directory and all jar's in it without causing problems for anyone.
Ralf Joachim added a comment - 23/Jan/09 06:10 PM Patch replaces all references to jar's in lib directory by references to M2_REPO. This allows to work with single project setup without refering to jar's of lib directory. As .classpath files for multiple project setup are generated by maven with references to M2_REPO anyhow I think we can remove lib directory and all jar's in it without causing problems for anyone.
Werner Guttmann added a comment - 26/Jan/09 04:11 AM Great stuff. I think there's plenty of issues that can be closed now (as duplicates) as a result of this.
Patch replaces all references to jar's in lib directory by references to M2_REPO. This allows to work with single project setup without refering to jar's of lib directory. As .classpath files for multiple project setup are generated by maven with references to M2_REPO anyhow I think we can remove lib directory and all jar's in it without causing problems for anyone.