Hi, I'm trying to override the default maven compiler with
aspectj-maven-plugin. But it insists on compiling.

My compiler settings are:


        org.codehaus.mojo
        aspectj-maven-plugin
        1.1-alpha
        
                1.6
                1.6
                1.6
                true
                warning
                        src/main/aspect
                true
        
        
                
                        org.aspectj
                        aspectjrt
                        1.6.1
                
        
                org.aspectj
                aspectjtools
                1.6.1
        
        
        
                 
                       compile
                        compile
                        
                                        compile
                        
                  
                  
                         test-compile
                          test-compile
                           
                        test-compile
                           
                  
           


I have even tried to exclude compiled classes with:

 
        maven-compiler-plugin 
        
                
                        **/*.*
                
        
 

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 Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to