For 

[WARNING] bad version number found in
C:\Users\dev\.m2\repository\aspectj\aspectjrt\1.5.3\aspectjrt-1.5.3.jarexpected
1.5.2a found 1.5.3

you can put in pom.xml:

    <dependencies>
..
        <dependency>
            <groupId>aspectj</groupId>
            <artifactId>aspectjrt</artifactId>
            <version>1.5.2a</version>
        </dependency>
...
    </dependencies>


gumiyo wrote:
> 
> Why are we seeing these warnings and exceptions? and if these are OK
> warnings and exceptions, how do we suppress them?
> 
> 
> [WARNING] bad version number found in
> C:\Users\dev\.m2\repository\aspectj\aspectjrt\1.5.3\aspectjrt-1.5.3.jarexpected
> 1.5.2a found 1.5.3
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Suppress-WARNINGs-and-Exceptions-during-the-maven-build-%28Spring-MVC-modular-version-2%29-tf4526676s2369.html#a12923455
Sent from the AppFuse - User mailing list archive at Nabble.com.

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

Reply via email to