Re: Need help with a dependency problem...

2010-11-26 Thread Antonio Petrelli
2010/11/25 Julien Martin bal...@gmail.com:            plugin                groupIdorg.apache.maven.plugins/groupId                artifactIdmaven-compiler-plugin/artifactId                configuration                    source1.6/source                    target1.6/target                  

Re: Need help with a dependency problem...

2010-11-26 Thread Andreas M
in context: http://maven.40175.n5.nabble.com/Need-help-with-a-dependency-problem-tp3280645p3280922.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: Need help with a dependency problem...

2010-11-26 Thread Julien Martin
the class it's compiling as a processor as well. That can't go well, can it? /Andreas -- View this message in context: http://maven.40175.n5.nabble.com/Need-help-with-a-dependency-problem-tp3280645p3280922.html Sent from the Maven - Users mailing list archive at Nabble.com

Need help with a dependency problem...

2010-11-25 Thread Julien Martin
Hello, Due to a restructuring in a maven project, I am experiencing problems with the following POM. I have two classes in the maven project below: com.jeanbaptistemartin.annotations.MethodLevelAnnotation (an annotation) com.jeanbaptistemartin.annotations.TestAnnotationsProcessor (my annotation