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>[email protected]</id>
                        <name>Steven Baker</name>
                        <email>[email protected]</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

        

Reply via email to