Re: override maven-compiler-plugin?

2008-11-20 Thread Matthew Hindle
gt; >> >> >> I have even tried to exclude compiled classes with: >> >> >> maven-compiler-plugin >> >> >> **/*.* >> >> >> >> >> This st

Re: override maven-compiler-plugin?

2008-11-20 Thread Chris Lieb
I've never had this issue with aspectj-maven-plugin. Here is the configuration that I use for the compiler and aspectj plugins (works with jar and war packaging, perhaps others): org.apache.maven.plugins maven-compiler-plugin 1.5 1.5

Re: override maven-compiler-plugin?

2008-11-20 Thread Stephen Connolly
>test-compile > > > > > > I have even tried to exclude compiled classes with: > > >maven-compiler-plugin > > >

Re: override maven-compiler-plugin?

2008-11-20 Thread matthew hindle
maven-compiler-plugin **/*.* This still tries to compile the test cases. Many Thanks, Matt. -- View this message in context: http://www.nabble.com/override-maven-compiler-plugin--tp20604615p20604672.html Sent from the

override maven-compiler-plugin?

2008-11-20 Thread Matthew Hindle
lugin **/*.* This still tries to compile the test cases. Many Thanks, Matt. -- View this message in context: http://n2.nabble.com/override-maven-compiler-plugin--tp1557710p1557710.html Sent from the maven users mailing list archive at Nabbl