hi all..

   i'm using maven 1.0.2.  on one machine when i build, maven is using
maven-aspectj-plugin-4.0 and my build works fine.  on another machine, it's
failing and using maven-aspectj-plugin-3.2.  

   I don't have the maven-aspectj-plugin defined in my project.xml.  So, I
tried adding it like so:

<dependency>
        <groupId>maven-plugins</groupId>
        <artifactId>maven-aspectj-plugin</artifactId>
        <version>4.0</version>
        <type>plugin</type>
</dependency>

But, that didn't help.  Anyone have an idea why maven would use the 3.2
version on 1 machine but use the 4.0 version on another ?

thanks
  
-- 
View this message in context: 
http://www.nabble.com/maven-aspectj-plugin-wrong-version-tp25030465p25030465.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