configuration that does not apply to a particular mojo should be ignored, not 
fail
----------------------------------------------------------------------------------

         Key: MNG-496
         URL: http://jira.codehaus.org/browse/MNG-496
     Project: Maven 2
        Type: Bug
  Components: maven-core  
    Reporter: Brett Porter
 Assigned to: John Casey 
     Fix For: 2.0-alpha-3


this may flow on into plexus, in the form of an option that specifies whether 
to fail or not.

eg:
<execution>
 <configuration>
   <mojo1option>foo</mojo1option>
   <mojo2option>bar</mojo2option>
  </configuration>
  <goals>
    <goal>mojo1</goal>
    <goal>mojo2</goal>
  </goals>
</execution>

mojo1 doesn't have mojo2option, but has mojo1option. mojo2 is the opposite. 
currently, it fails because of this.

the options used, or perhaps any silently ignored, should be output to debug.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to