SNAPSHOT POM inheritance breaks dependency-management

2009-09-10 Thread Michael Guyver
Hi there, I've got a strange problem with the versioning of snapshot artifacts which seems to be affected by the version of POM declared as the project's parent. Hopefully the following example will explain what's happening. I have a base-POM called, say,

RE: SNAPSHOT POM inheritance breaks dependency-management

2009-09-10 Thread Michael Guyver
the dependency-management section rather than the one specified in banana-api. Surely the transitive dependency's version shouldn't be overridden? -Original Message- From: Michael Guyver Sent: 09 September 2009 20:36 To: users@maven.apache.org Subject: SNAPSHOT POM inheritance breaks dependency

Re: maven-compiler-plugin unpacking dependencies into target/classes

2009-05-20 Thread Michael Guyver
Hi Wayne, Thanks for having a look for me. 2009/5/20 Wayne Fay wayne...@gmail.com: Does this happen repeatedly? It happens every time that Maven performs a compile of any of that project's source code. By that I mean that if I delete the javax directory from target/classes and run mvn compile,

Re: maven-compiler-plugin unpacking dependencies into target/classes

2009-05-20 Thread Michael Guyver
Hi Max, 2009/5/20 Max Bowsher m...@mxtelecom.com: Investigate the possibility that .java *source* files corresponding to those classes somehow exist in one of your dependency jar files. I've occasionally encountered weirdness where in such a circumstance, those .java files can get compiled

Re: maven-compiler-plugin unpacking dependencies into target/classes

2009-05-19 Thread Michael Guyver
bump? - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: maven-compiler-plugin unpacking dependencies into target/classes

2009-05-16 Thread Michael Guyver
2009/5/16 Wayne Fay wayne...@gmail.com: How on earth do you explain javax/servlet/**/*.class files appearing in your output directory that are not in your source tree? dependency:unpack would do that. As far as I can tell, it's not present. I've attached the effective-pom.xml for anyone

maven-compiler-plugin unpacking dependencies into target/classes

2009-05-15 Thread Michael Guyver
Hi there, I'm experiencing some very very strange behaviour in my project. The mvn compile goal is somehow generating/unpacking the following files into my target/classes directory: javax/servlet/ServletRequest.class javax/servlet/RequestDispatcher.class javax/servlet/ServletContext.class

Re: maven-compiler-plugin unpacking dependencies into target/classes

2009-05-15 Thread Michael Guyver
2009/5/15 Baptiste MATHUS m...@batmat.net: Well, at first sight, it seems totally normal. Are you sure about that? So I guess this would help [to know] what command you're running, mvn -o compile in which context not sure what you mean by context and what you thought you would get my