Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Spurious warnings when importing from a bundle with a Bundle-ClassPath?

The bundle "bar" has a dir "conf/" in its Bundle-ClassPath. When a
bundle such as "foo" imports a package from "bar", Tycho 0.13.0
generates the following warning:

[INFO] Resolving target platform for project MavenProject:
foo:1.0.0-SNAPSHOT @ bundles/foo/pom.xml
[WARNING] Dependency from bundles/foo to nested classpath entry
bundles/bar/conf can not be represented in Maven model and will not be
visible to non-OSGi aware Maven plugins

I don't think bar's conf dir should be in foo's classpath, OSGi or not?


Back to the top