You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/07/17 15:45:32 UTC

svn commit: r965077 - /maven/plugins/trunk/maven-repository-plugin/src/main/java/org/apache/maven/plugins/repository/BundleCreateMojo.java

Author: bentmann
Date: Sat Jul 17 13:45:32 2010
New Revision: 965077

URL: http://svn.apache.org/viewvc?rev=965077&view=rev
Log:
o Polished code

Modified:
    maven/plugins/trunk/maven-repository-plugin/src/main/java/org/apache/maven/plugins/repository/BundleCreateMojo.java

Modified: maven/plugins/trunk/maven-repository-plugin/src/main/java/org/apache/maven/plugins/repository/BundleCreateMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-repository-plugin/src/main/java/org/apache/maven/plugins/repository/BundleCreateMojo.java?rev=965077&r1=965076&r2=965077&view=diff
==============================================================================
--- maven/plugins/trunk/maven-repository-plugin/src/main/java/org/apache/maven/plugins/repository/BundleCreateMojo.java (original)
+++ maven/plugins/trunk/maven-repository-plugin/src/main/java/org/apache/maven/plugins/repository/BundleCreateMojo.java Sat Jul 17 13:45:32 2010
@@ -207,9 +207,7 @@ public class BundleCreateMojo
         }
         catch ( Exception e )
         {
-            e.printStackTrace();
-
-            throw new MojoExecutionException( "Error creating upload bundle archive." );
+            throw new MojoExecutionException( "Error creating upload bundle archive.", e );
         }
     }