Thank you guys for your help, I finally got it to work. I pretty much removed everything and re-installed everything again and that seems to fix the problem.
Joe Bohn wrote: > > seleshmaster wrote: > >> 2) I put maven-ejb-plugin.jar under >> /Users/seleshmaster/.m2/repository/org/apache/maven/plugins/maven-ejb-plugin >> Note: for some reason, there was no directory name "2.1", so I just >> created >> it manually and put the .jar file there too > I'm not sure why this isn't being pulled for you as part of the build > for you ... but if you must manually place the jar in your local repo > make sure that the name includes the version ... ie. > maven-ejb-plugin-2.1.jar and not just maven-ejb-plugin.jar. You would > also have to create the version directory path as you noted. > > One other thing to try before that is to rm -rf > /Users/seleshmaster/.m2/repository/org/apache/maven/plugins/maven-ejb-plugin > prior attempting the build. Perhaps something has become corrupted in > the maven-ejb-plugin pom that is causing maven from not being able to > download this. > > Hope that helps, > Joe > > -- View this message in context: http://www.nabble.com/DayTrader-build-error-tp15973242s134p16020140.html Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com.
