Hi, I'm trying to use the felix plugin to generate a manifest for a maven shaded jar. However I'm a bit lost since I never compile anything to target/classes. The maven shade plugin just creates a new jar combining all my dependencies.
> mvn org.apache.felix:maven-bundle-plugin:manifest just fails with Failed to execute goal org.apache.felix:maven-bundle-plugin:2.3.7:manifest (default-cli) on project test-felix: Cannot find C:\test\test-felix\target\classes (manifest goal must be run after compile phase) -> [Help 1] Cheers Kasper --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

