why all plugin contributors are releasing the plugins inside the
org.elasticsearch package... I prefer to use my package name...
Copy & paste effect. When I started to write some plugins, I just cloned existing plugins and keep them in org.elasticsearch package.
For newer plugins, I started to use my own package name.
About Maven, I found very easy to create the final assembly (ZIP) when it came to dependencies.
If it's a standalone plugin, it's probably easy to build it without Maven.
That said, Maven is now somehow a defacto standard tool, as 'make' is... That's probably the reason so many authors use it now when they want to open source the project and gain contributors.
No need to say that if you release one day your project, I won't be able to patch it quickly as I don't use Eclipse and I don't have Ant.
My 2 cents,
Best
David
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
Le 3 mai 2013 à 02:06, David G Ortega g.ortega.david@gmail.com a écrit :
Hi Jorg, thanks for the reply!!
I tried also droping the jars into the lib folder of ES. Finally was a corruption of the eclipse project. I started a new project, copied the files into the new one and exported the jar... voila the plugin was working like a charm. I realized it just because when I just tried a instantiation of the plugin class inside a main method eclipse raised an exception in the main thread. Weird...
I was thinking to set up a github project with an eclipse template project with Ivan's Helloworld plugin for not maveners... Also that will break the believe of many people that really think that ES is forced to be with maven... I have read soooooo many blogs telling you that, about 5 of 8 plugin tutorials do really believe that you have to have that maven and folder structure. In fact I dont really understand also why all plugin contributors are releasing the plugins inside the org.elasticsearch package... I prefer to use my package name...
What do you think guys about that?
Thanks all!!
El miércoles, 1 de mayo de 2013 23:09:51 UTC+2, David G Ortega escribió:
Hi,
I have an app that I would like to convert to a plugin but I dont use maven. Im using also closed source so I have to install the jars from files and deal with that mess.
Am I forced to use maven to create ES plugins?
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.