Is this a question related to building from Eclipse? The m2eclipse mailing list is more suitable then.
m2eclipse 0.9.x is using the Maven 3 codebase. The latest dev builds (0.9.9-dev) of m2eclipse are using the 3.0-alphas. Your build error, which is understand is in Eclipse, is due to workspace resolution I think. /Anders On Wed, Jan 20, 2010 at 14:37, Steve Cohen <[email protected]> wrote: > My workspace is in a mess. I have this build error that I can make no > sense of. Maven is trying for some reason I don't understand to copy > files from workspace/subproject/target/classes to > workspace/webproject/src/main/webapp/WEB-INF/classes and failing due to > an access denied error. Access denied? This is running on Windows. > > I am not expecting this copy to happen. The subproject is a simple > dependency, with no parent-child or module relationship. I expect the > subproject jar to have been built and simply copied to WEB-INF/lib - > which in fact does happen. So why the unwanted and redundant attempt to > copy class files and the access denied failure? > > I could maybe answer this question myself with debugging output, but the > installed command line maven is ancient (2.0.7) and the build just works > over there. So what Maven should I download to produce a build > compatible with what m2eclipse is doing? > > Another question: What maven goals does m2eclipse perform when doing > the eclipse automated builds? > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
