jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
Signup
Maven 2.x and 3.x GPG Plugin
  • Maven 2.x and 3.x GPG Plugin
  • MGPG-22

gpg:sign goal hanging build.

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Duplicate
  • Affects Version/s: 1.0
  • Fix Version/s: None
  • Labels:
    None
  • Environment:
    windows xp, maven 2.1.0, java 1.5
  • Number of attachments :
    0

Description

i am attempting to release:perform with gpg signing but the gpg:sign is hanging. i have tried waiting for over an hour, but it does not progress.
there is no prompt for a passphrase, and i have tried providing -Dgpg.passphrase=xxxxx and it still hangs.

my config is as follows:
<scm>
<url>https://maven-replacer-plugin.googlecode.com/svn/</url>
<connection>scm:svn:https://maven-replacer-plugin.googlecode.com/svn/</connection>
<developerConnection>scm:svn:https://maven-replacer-plugin.googlecode.com/svn/</developerConnection>
</scm>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype_oss</id>
<name>Sonatype OSS</name>
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<developers>
<developer>
<id>bakersemail@hotmail.com</id>
<name>Steven Baker</name>
<email>bakersemail@hotmail.com</email>
</developer>
</developers>

<profiles>
<profile>
<id>release-sign-artifacts</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.0</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>

Issue Links

duplicates

Bug - A problem which impairs or prevents the functions of the product. MGPG-9 gpg plugin hangs when it should prompt for the secret key passphrase hangs

  • Major - Major loss of function.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
There are no comments yet on this issue.

People

  • Assignee:
    Benjamin Bentmann
    Reporter:
    Steven Baker
Vote (0)
Watch (0)

Dates

  • Created:
    07/May/10 7:30 AM
    Updated:
    07/May/10 7:39 AM
    Resolved:
    07/May/10 7:39 AM
  • Atlassian JIRA (v5.2.7#850-sha1:b2af0c8)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.