On Wednesday, March 5, 2014 12:15:39 AM UTC-6, Asaf Mesika wrote: > > Isn't there a plugin for Gradle similar to M2Eclipse? Is it the sand > experience in IDEA?
Gradle has an OSGi plugin<http://www.gradle.org/docs/current/userguide/userguide_single.html#osgi_plugin>uses BND under the hood to provide the basics. I wrapped it in my own plugin that adds in extra information for the Bundle-Category, Bundle-Vendor, Git changeset ID, the version of each custom Gradle plugin used to build the bundle, etc. -- You received this message because you are subscribed to the Google Groups "Java Posse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/javaposse. For more options, visit https://groups.google.com/groups/opt_out.
