Maven2 incorrectly locates sources

2007-01-10 Thread Wouter Boers
Hi, I am migrating a rather large project to maven2 and while doing that I run into a very strange problem I cannot explain. The source directory location cannot be changed due to migration issues so I set the source dir in the pom.xml as follows: build

Re: Maven2 incorrectly locates sources

2007-01-10 Thread Siegfried Goeschl
Hi, 1) you can try to run help:effective-pom and help:effective-settings to look at your complete POM and current settings 2) looking at your snippet it seems that the source code is NOT located in the project but in somewhere else in the directory tree. This is not the recommended way to

Re: Maven2 incorrectly locates sources

2007-01-10 Thread Wouter Boers
Hi Siegfried, @2: Yes I know its not the preferred/recommended way to set up maven. I don't like it either but as said before its a migration project so sometimes you have to cut corners. As for the ${basedir}/../.. that helped. Don't ask me why but it did solve the problem so thanks for the

Re: Maven2 incorrectly locates sources

2007-01-10 Thread franz see
have any clue because I am lost here completely. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Maven2-incorrectly