You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Steven Baker (JIRA)" <ji...@codehaus.org> on 2010/05/07 14:30:16 UTC

[jira] Created: (MGPG-22) gpg:sign goal hanging build.

gpg:sign goal hanging build.
----------------------------

                 Key: MGPG-22
                 URL: http://jira.codehaus.org/browse/MGPG-22
             Project: Maven 2.x GPG Plugin
          Issue Type: Bug
    Affects Versions: 1.0
         Environment: windows xp, maven 2.1.0, java 1.5
            Reporter: Steven Baker


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>


-- 
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] Closed: (MGPG-22) gpg:sign goal hanging build.

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MGPG-22?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MGPG-22.
---------------------------------

    Resolution: Duplicate
      Assignee: Benjamin Bentmann

> gpg:sign goal hanging build.
> ----------------------------
>
>                 Key: MGPG-22
>                 URL: http://jira.codehaus.org/browse/MGPG-22
>             Project: Maven 2.x GPG Plugin
>          Issue Type: Bug
>    Affects Versions: 1.0
>         Environment: windows xp, maven 2.1.0, java 1.5
>            Reporter: Steven Baker
>            Assignee: Benjamin Bentmann
>
> 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>

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