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

bnd-maven-plugin support for POM project properties broken in 3.0 #1111

Closed
bjhargrave opened this issue Sep 14, 2015 · 0 comments
Closed

bnd-maven-plugin support for POM project properties broken in 3.0 #1111

bjhargrave opened this issue Sep 14, 2015 · 0 comments
Milestone

Comments

@bjhargrave
Copy link
Member

The commit eb57c82#diff-ba016c31e5c023e59575d43fe87e064dR236 changed the invocation of Class.getMethod such that the plugin can no longer find the MavenProject methods to call. The null parameter was meant to represent no Class[] but was changed to pass new Class[] {null}.

Lack of proper tests caused this to be undiscovered.

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