Attila Kelemen

Results 340 comments of Attila Kelemen

It would be nice though I know practically nothing of NB's Ant build. So, I would need someone who does the tricky things in the Ant build (there are quite...

Removing the Groovy dependency would just mean that the plugin is installable without Groovy (in which case the Groovy related features would disapear) but if you have it, everything would...

I forgot about this. Can you build from the sources and check now? If everything is all right, I will have a release this weekend.

The annotation processor warnings are irrelevant, you can safely ignore them.

It seems this requires in multiple places. I have fixed that. Can you try now? As for Gradle 5: I can't upgrade because the nbm plugin does not support it...

I have realized that removing it from the plugin is a bigger issue than I have thought. It would require to factor out some small part of the code to...

Only the actual project directory is considered and not an arbitrary path. I have updated the code to actually consider all subprojects of the same multi-project build. I think that...

That sounds reasonable, though I want to spend time on helping some of the dependants of this plugins due to my incompatible API changes for NB 9. Though, if you...

There is generally two way if you do not have both the sources and the binary in Maven (with the appropriate naming convention): 1. If you have the binaries in...

I could verify that "Attach Sources" does not work in the case when the dependency has been downloaded from a remote repository. I have a good idea why this happens...