Implemented @DefaultActivationStrategy feature#141
Conversation
|
I just saw that I accidentally commited my pom.xml changes. I had to add following dependencies to the bundlor maven plugin: It does not surprise me, that it did not compile, since the pom.xml of the bundlor maven plugin uses the scope I don't seem to be the only person, who had that problem: #129 Regards, |
|
Awesome! Thanks a lot. I'll try to find some time in the next days to review that patch. Unfortunately I'm very busy at the moment. So it may take some days.. |
Implemented @DefaultActivationStrategy feature
|
Thanks a lot. This looks great! I just added some more javadocs for the annotations. And I set a default value for the parameters so that users can omit the parameters if they don't want to set any (Not sure if this happens though). See: ac6d5fd Thanks again for the contribution! |
|
No problem. Thank you for accepting my pull request! |
Hi Christian,
just implemented
@DefaultActivationStrategyfeature, like discussed...Thanks,
Kai