Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
maven-bundle-plugin-2.3.5
-
None
-
fedora-rawhide-x86_64
Description
The following compilation error appears when compiling with javac 1.6.0_22
[ERROR] /home/jcapik/projects/maven-plugin-bundle/maven-bundle-plugin-2.3.5/src/main/java/org/apache/felix/bundleplugin/BundleAllPlugin.java:[278,12] exception org.apache.maven.project.artifact.InvalidDependencyVersionException has already been caught
There is a wrong order of exception catches. The following patch solved the issue for me.
http://jcapik.fedorapeople.org/files/maven-bundle-plugin/maven-bundle-plugin-exception-already-thrown.patch