Joseph Walton created MPLUGIN-205:
-------------------------------------

             Summary: @Mojo in maven-plugin-annotations does not use the 
specified value of requiresProject
                 Key: MPLUGIN-205
                 URL: https://jira.codehaus.org/browse/MPLUGIN-205
             Project: Maven 2.x Plugin Tools
          Issue Type: Bug
          Components: maven-plugin-annotations
    Affects Versions: 3.0
            Reporter: Joseph Walton


A mojo defined as:

{noformat}
@Mojo(name = "sample", requiresProject = false)
public class SampleMojo extends AbstractMojo
{noformat}

still indicates that it requires a project in the generated plugin descriptor:

{noformat}
<requiresProject>true</requiresProject>
{noformat}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to