Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Manifest is not created in target/classes #1552

Closed
cschneider opened this issue Jul 15, 2016 · 1 comment
Closed

The Manifest is not created in target/classes #1552

cschneider opened this issue Jul 15, 2016 · 1 comment

Comments

@cschneider
Copy link
Contributor

I am looking into using the content of target/classes to install bundles in exploded form to allow better debugging/change support.

The problem is that the bnd-maven-plugin does not seem to write the Manifest file into the target/classes dir. So it is not treated correctly.

This is also a problem when using bundles with felix connect. If the project is opened in the workspace then m2e links the project directly instead of using the jar. As the Manifest and possibly other artifacts are missing this does not work. So the only way to make sure my bundles start in felix connect is to close all projects hosting any bundles I use before starting the run.

@cschneider
Copy link
Contributor Author

Seems this is not the problem. The Manifest is put into target/classes correctly. Not sure why felix connect does not pick it up. Will dig into the ClassPathScanner of connect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant