Hi, I am using maven 1.0 for building my application ear. Earlier my application was using 1.4 version of java and now i am planning to upgrade it to 1.5. But i don't wanted to go for maven 2.0 now. Here the issue is when i a m trying to build my ear it gives following error error reading /usr/build/application/library/commons-jelly/jars/commons-jelly-20030902.160215.jar. Same error with commons-jelly-tags-xml-20030211.142705.jar, velocity-1.4-dev.jar, commons-net-1.1.0.jar, regexp-1.2.jar, bcel-5.0.jar, jing-20030619.jar. I have removed all those things and added new versions for commons-jelly-20030902.160215.jar. When i gives maven mytask it gives
The build cannot continue because of the following unsatisfied dependencies: commons-jelly-20030902.160215.jar velocity-1.4-dev.jar Total time: 2 seconds Finished at: Fri Oct 09 10:04:55 IST 2009 Please help me to solve the issue. Thanks and Regards Rasa
