o Polished code

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@965077 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/maven/plugins/repository/BundleCreateMojo.java b/src/main/java/org/apache/maven/plugins/repository/BundleCreateMojo.java
index 44b6836..55bbaa3 100644
--- a/src/main/java/org/apache/maven/plugins/repository/BundleCreateMojo.java
+++ b/src/main/java/org/apache/maven/plugins/repository/BundleCreateMojo.java
@@ -207,9 +207,7 @@
         }
         catch ( Exception e )
         {
-            e.printStackTrace();
-
-            throw new MojoExecutionException( "Error creating upload bundle archive." );
+            throw new MojoExecutionException( "Error creating upload bundle archive.", e );
         }
     }