maven bundle plugin build error
问题 When I run mvn clean install , maven throws the following exception: Exporting packages that are not on the Bundle-Classpath[Jar:dot] I could build successfully a few days ago, why is it happenning? 回答1: It's hard to be certain without details of your POM configuration, but it looks like you're using a bnd based plugin, which probably means the maven-bundle-plugin or the bnd-maven-plugin . In either case the bundle that's being produced is exporting a package which is not in the bundle. This