[jira] Commented: (MGPG-9) gpg plugin hangs when it should prompt for the secret key passphrase hangs

2010-09-07 Thread JIRA

[ 
http://jira.codehaus.org/browse/MGPG-9?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=234403#action_234403
 ] 

Matthias Weßendorf commented on MGPG-9:
---

Looks like we have to use something like

mvn release:perform -Darguments=-Dgpg.passphrase=thephrase


when using gpg plugin w/ release plugin.

Question is: is there a release plugin bug ticket for this annoying issue?

> gpg plugin hangs when it should prompt for the secret key passphrase hangs
> --
>
> Key: MGPG-9
> URL: http://jira.codehaus.org/browse/MGPG-9
> Project: Maven 2.x GPG Plugin
>  Issue Type: Bug
> Environment: Maven 2.0.6, JDK 1.5.0_11, Linux 2.6.x
>Reporter: Alex Karasulu
>Assignee: Benjamin Bentmann
>
> When used in conjunction with the release plugin the release:perform command 
> hangs when it should prompt for the secret key passphrase.  Interestingly 
> enough when I put the passphrase into the settings.xml file the plugin does 
> not hang.  I suspect the prompt is failing to show up.

-- 
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] Commented: (MGPG-9) gpg plugin hangs when it should prompt for the secret key passphrase hangs

2010-03-14 Thread Johan Walles (JIRA)

[ 
http://jira.codehaus.org/browse/MGPG-9?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=213855#action_213855
 ] 

Johan Walles commented on MGPG-9:
-

MRELEASE-424 has a workaround for this.

Add this to the release plugin configuration:

{noformat}
forked-path
{noformat}

> gpg plugin hangs when it should prompt for the secret key passphrase hangs
> --
>
> Key: MGPG-9
> URL: http://jira.codehaus.org/browse/MGPG-9
> Project: Maven 2.x GPG Plugin
>  Issue Type: Bug
> Environment: Maven 2.0.6, JDK 1.5.0_11, Linux 2.6.x
>Reporter: Alex Karasulu
>
> When used in conjunction with the release plugin the release:perform command 
> hangs when it should prompt for the secret key passphrase.  Interestingly 
> enough when I put the passphrase into the settings.xml file the plugin does 
> not hang.  I suspect the prompt is failing to show up.

-- 
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] Commented: (MGPG-9) gpg plugin hangs when it should prompt for the secret key passphrase hangs

2009-08-01 Thread Christophe Lallement (JIRA)

[ 
http://jira.codehaus.org/browse/MGPG-9?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=185560#action_185560
 ] 

Christophe Lallement commented on MGPG-9:
-

I find a workaround:

it seems that mvn:release fork the maven command and additionnal args are not 
passed to the new command.
just add this option on commande line:

> mvn -Dgpg.passphrase="xxx" -Darguments="-Dgpg.passphrase=x" 
> release:perform 

it works fine for me (same tips for mvn:perform)

Regards
Christophe

> gpg plugin hangs when it should prompt for the secret key passphrase hangs
> --
>
> Key: MGPG-9
> URL: http://jira.codehaus.org/browse/MGPG-9
> Project: Maven 2.x GPG Plugin
>  Issue Type: Bug
> Environment: Maven 2.0.6, JDK 1.5.0_11, Linux 2.6.x
>Reporter: Alex Karasulu
>
> When used in conjunction with the release plugin the release:perform command 
> hangs when it should prompt for the secret key passphrase.  Interestingly 
> enough when I put the passphrase into the settings.xml file the plugin does 
> not hang.  I suspect the prompt is failing to show up.

-- 
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] Commented: (MGPG-9) gpg plugin hangs when it should prompt for the secret key passphrase hangs

2009-08-01 Thread Christophe Lallement (JIRA)

[ 
http://jira.codehaus.org/browse/MGPG-9?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=185559#action_185559
 ] 

Christophe Lallement commented on MGPG-9:
-

Hi, 
it's the same thing with mvn:prepare (passprase pass as property) but it seems 
gpg wait for a pass phrase without prompting.

tested with maven 2.2.0. 

> gpg plugin hangs when it should prompt for the secret key passphrase hangs
> --
>
> Key: MGPG-9
> URL: http://jira.codehaus.org/browse/MGPG-9
> Project: Maven 2.x GPG Plugin
>  Issue Type: Bug
> Environment: Maven 2.0.6, JDK 1.5.0_11, Linux 2.6.x
>Reporter: Alex Karasulu
>
> When used in conjunction with the release plugin the release:perform command 
> hangs when it should prompt for the secret key passphrase.  Interestingly 
> enough when I put the passphrase into the settings.xml file the plugin does 
> not hang.  I suspect the prompt is failing to show up.

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