You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Christian Schulte (JIRA)" <ji...@codehaus.org> on 2011/05/14 20:02:22 UTC

[jira] Created: (MJARSIGNER-15) ${jarsigner.arguments} expression does not work.

${jarsigner.arguments} expression does not work.
------------------------------------------------

                 Key: MJARSIGNER-15
                 URL: http://jira.codehaus.org/browse/MJARSIGNER-15
             Project: Maven 2.x Jar Signer Plugin
          Issue Type: Bug
    Affects Versions: 1.2
            Reporter: Christian Schulte


Trying to set additional arguments using -Djarsigner.arguments fails with:

[INFO] Failed to configure plugin parameters for: org.apache.maven.plugins:maven-jarsigner-plugin:1.2

on the command line, specify: '-Djarsigner.arguments=VALUE'

Cause: Cannot assign configuration entry 'arguments' to 'class [Ljava.lang.String;' from '${jarsigner.arguments}', which is of type class java.lang.String


-- 
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

        

[jira] Updated: (MJARSIGNER-15) ${jarsigner.arguments} expression does not work.

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MJARSIGNER-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg updated MJARSIGNER-15:
--------------------------------------

    Fix Version/s:     (was: 1.0)

> ${jarsigner.arguments} expression does not work.
> ------------------------------------------------
>
>                 Key: MJARSIGNER-15
>                 URL: https://jira.codehaus.org/browse/MJARSIGNER-15
>             Project: Maven 2.x Jar Signer Plugin
>          Issue Type: Bug
>    Affects Versions: 1.2
>            Reporter: Christian Schulte
>         Attachments: MJARSIGNER-15.patch
>
>
> Trying to set additional arguments using -Djarsigner.arguments fails with:
> [INFO] Failed to configure plugin parameters for: org.apache.maven.plugins:maven-jarsigner-plugin:1.2
> on the command line, specify: '-Djarsigner.arguments=VALUE'
> Cause: Cannot assign configuration entry 'arguments' to 'class [Ljava.lang.String;' from '${jarsigner.arguments}', which is of type class java.lang.String

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MJARSIGNER-15) ${jarsigner.arguments} expression does not work.

Posted by "Christian Schulte (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MJARSIGNER-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Schulte closed MJARSIGNER-15.
---------------------------------------

       Resolution: Won't Fix
    Fix Version/s: 1.0

Supported since Maven 3.0.3 - MNG-5011.

> ${jarsigner.arguments} expression does not work.
> ------------------------------------------------
>
>                 Key: MJARSIGNER-15
>                 URL: https://jira.codehaus.org/browse/MJARSIGNER-15
>             Project: Maven 2.x Jar Signer Plugin
>          Issue Type: Bug
>    Affects Versions: 1.2
>            Reporter: Christian Schulte
>             Fix For: 1.0
>
>         Attachments: MJARSIGNER-15.patch
>
>
> Trying to set additional arguments using -Djarsigner.arguments fails with:
> [INFO] Failed to configure plugin parameters for: org.apache.maven.plugins:maven-jarsigner-plugin:1.2
> on the command line, specify: '-Djarsigner.arguments=VALUE'
> Cause: Cannot assign configuration entry 'arguments' to 'class [Ljava.lang.String;' from '${jarsigner.arguments}', which is of type class java.lang.String

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MJARSIGNER-15) ${jarsigner.arguments} expression does not work.

Posted by "Christian Schulte (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MJARSIGNER-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Schulte updated MJARSIGNER-15:
----------------------------------------

    Attachment: MJARSIGNER-15.patch

Patch adding a new 'args' parameter of type string for use with -Djarsigner.arguments=VALUE.


> ${jarsigner.arguments} expression does not work.
> ------------------------------------------------
>
>                 Key: MJARSIGNER-15
>                 URL: http://jira.codehaus.org/browse/MJARSIGNER-15
>             Project: Maven 2.x Jar Signer Plugin
>          Issue Type: Bug
>    Affects Versions: 1.2
>            Reporter: Christian Schulte
>         Attachments: MJARSIGNER-15.patch
>
>
> Trying to set additional arguments using -Djarsigner.arguments fails with:
> [INFO] Failed to configure plugin parameters for: org.apache.maven.plugins:maven-jarsigner-plugin:1.2
> on the command line, specify: '-Djarsigner.arguments=VALUE'
> Cause: Cannot assign configuration entry 'arguments' to 'class [Ljava.lang.String;' from '${jarsigner.arguments}', which is of type class java.lang.String

-- 
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