BuildSignaturesMojo exposes unused includeSignatures parameter
--------------------------------------------------------------

                 Key: MANIMALSNIFFER-16
                 URL: http://jira.codehaus.org/browse/MANIMALSNIFFER-16
             Project: Mojo Animal Sniffer
          Issue Type: Bug
          Components: Maven Plugin
    Affects Versions: 1.6
            Reporter: Zac Heismann
            Assignee: Stephen Connolly


The BuildSignaturesMojo exposes the includeSignatures parameter, but it does 
nothing with it.  I assumed it would merge an existing signature file with one 
it would generate for my project.  I was intending to use this feature to 
include the org.codehaus.mojo.signature:java16:1.0 signature file.

{code}
    /**
     * A list of signatures to include.
     *
     * @parameter
     * @since 1.3
     */
    private Signature[] includeSignatures = null;
{code}

-- 
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 from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to