Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
maven-bundle-plugin-2.3.5
-
None
-
fedora-rawhide-x86_64
Description
The following error appears when building in the latest fedora-rawhide environment:
[ERROR] /projects/maven-plugin-bundle/maven-bundle-plugin-2.3.5/src/main/java/org/apache/felix/obrplugin/RemoteFileManager.java:[118,45] unreported exception org.apache.maven.repository.legacy.WagonConfigurationException; must be caught or declared to be thrown
The following patch solved the build issue (i know, that exception catchall is not the best solution):