As long as you see BUILD SUCCESSFUL at the end, you can safely ignore the warnings. However, I agree that it's a good idea to suppress these to eliminate confusion. Some of them are stack traces in tests which are supposed to be there.
Matt On 9/27/07, ros <[EMAIL PROTECTED]> wrote: > > 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] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
