You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2011/06/21 08:15:03 UTC

svn commit: r1137867 - /maven/plugins/trunk/maven-gpg-plugin/src/main/java/org/apache/maven/plugin/gpg/SignAndDeployFileMojo.java

Author: stephenc
Date: Tue Jun 21 06:15:03 2011
New Revision: 1137867

URL: http://svn.apache.org/viewvc?rev=1137867&view=rev
Log:
[MGPG-73] retryFailedDeploymentCount

o That's the problem with features which are supposed to help when things go wrong... their are hard to test, and then you miss the fact that they are not working as you wrote them in the first place

Modified:
    maven/plugins/trunk/maven-gpg-plugin/src/main/java/org/apache/maven/plugin/gpg/SignAndDeployFileMojo.java

Modified: maven/plugins/trunk/maven-gpg-plugin/src/main/java/org/apache/maven/plugin/gpg/SignAndDeployFileMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/src/main/java/org/apache/maven/plugin/gpg/SignAndDeployFileMojo.java?rev=1137867&r1=1137866&r2=1137867&view=diff
==============================================================================
--- maven/plugins/trunk/maven-gpg-plugin/src/main/java/org/apache/maven/plugin/gpg/SignAndDeployFileMojo.java (original)
+++ maven/plugins/trunk/maven-gpg-plugin/src/main/java/org/apache/maven/plugin/gpg/SignAndDeployFileMojo.java Tue Jun 21 06:15:03 2011
@@ -586,6 +586,7 @@ public class SignAndDeployFileMojo
                     getLog().info( "Metadata[" + metadata.getKey() + "].filename = " + metadata.getRemoteFilename());
                 }
                 exception = null;
+                break;
             }
             catch ( ArtifactDeploymentException e )
             {