This is due to changes in Maven 3.0.3. In the latest Maven release Maven des some hard-coded checks in the DefaultModelValidator class. As I was anoyed by these warnings too, I started digginginto the Maven code to have a look if there was a way to avoid this. Unfortunately Maven is hard-coded in this respect, so there is no way to reconfigure. I'm currently working on something which will avoid these warnings, but I promissed Velo not to publish this here, as it's more a hack and I don't want him to be blamed for any problems resulting from it. Feel free to contact me directly though.
Chris 2011/11/7 maven dev <[email protected]>: > Hi all, > > using RSLs with scope "caching" will launch in my case some warnings > like this : > > [WARNING] Some problems were encountered while building the effective > model for fr.sim:flex:swf:1.0.0-SNAPSHOT > [WARNING] 'dependencies.dependency.scope' for > com.adobe.flex.framework:textLayout:swc must be one of [provided, > compile, runtime, test, system] but is 'caching'. @ line 38, column 11 > [WARNING] 'dependencies.dependency.scope' for > com.adobe.flex.framework:framework:swc must be one of [provided, > compile, runtime, test, system] but is 'caching'. @ line 45, column 11 > ... > > Is there a way to launch a build without having these warnings ? > > Thanks a lot > > Olivier > > -- > You received this message because you are subscribed to the Google > Groups "Flex Mojos" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/flex-mojos > > http://flexmojos.sonatype.org/ > -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos http://flexmojos.sonatype.org/
