Issue Type: Bug Bug
Affects Versions: 1.0-beta-3, 1.0-beta-2, 1.0-beta-1
Assignee: Unassigned
Components: sign
Created: 15/Feb/13 6:37 PM
Description:

When aliases have single (and presumably double quotes) in an alias config the following errors are encountered:

Error quoting argument: Can't handle single and double quotes in same argument
[WARNING] Only one alias can be specified

In version 1.0-beta-1, the mojo fails completely, whereas in beta-3 it does not fail (it is silent) but the jar's are not signed.

I do not know why plexus is doing this, but I tracked it down to: CommandLineUtils

The fix is to update the plexus utils dependency, this worked for me:

<dependency>
      <groupId>org.codehaus.plexus</groupId>
      <artifactId>plexus-utils</artifactId>
      <version>1.5.15</version><!--$NO-MVN-MAN-VER$-->
    </dependency>
Environment: {noformat}
PS C:\workspaces\workspace-juno-64\front-end> mvn -version
Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800)
Maven home: C:\Program Files\apache-maven-3.0.3\bin\..
Java version: 1.7.0_13, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_13\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
{noformat}
Project: Maven 2.x Webstart Plugin
Priority: Major Major
Reporter: Shaun
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
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