On Fri, Jul 18, 2008 at 8:21 AM, Thomas Darbois <[EMAIL PROTECTED]> wrote: > I'm having some trouble with the scope Optional and the plugin maven > dependency plugin. > > I'm having a dependency to an artefact which scope is <scope>optional</scope>.
Optional isn't a scope, it's a separate element: <optional>true</optional>. http://maven.apache.org/ref/2.0.8/maven-model/maven.html#class_dependency -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
