Blame SOURCES/maven-bundle-plugin-unreported-exception.patch

4f316b
diff -Naur maven-bundle-plugin-2.3.5.orig/src/main/java/org/apache/felix/obrplugin/RemoteFileManager.java maven-bundle-plugin-2.3.5/src/main/java/org/apache/felix/obrplugin/RemoteFileManager.java
4f316b
--- maven-bundle-plugin-2.3.5.orig/src/main/java/org/apache/felix/obrplugin/RemoteFileManager.java	2011-07-05 13:56:05.000000000 +0200
4f316b
+++ maven-bundle-plugin-2.3.5/src/main/java/org/apache/felix/obrplugin/RemoteFileManager.java	2011-11-14 18:21:26.878801248 +0100
4f316b
@@ -125,6 +125,9 @@
4f316b
         {
4f316b
             throw new MojoExecutionException( "Unable to configure Wagon: '" + repository.getProtocol() + "'", e );
4f316b
         }
4f316b
+        catch ( Exception e )
4f316b
+        {
4f316b
+        }
4f316b
 
4f316b
         try
4f316b
         {