Quoting Paul Merlin <[email protected]>:

Le mardi 11 mai 2010 10:38:34, Stanislav Muhametsin a écrit :
You're right - I don't use Maven at the moment. I guess I could
download plug-in for Eclipse and see if I can generate pom.xml easily,
or just create pom.xml manually based on what I see in other pom.xml's
there.

IMO the second way is the easiest and you can test it with the command line so
that you're confident it works without an IDE.

I'll look into this once I've properly woken up. :) I hope you
read my commit message - there are some things regarding the use of it
too.

Yes, I read it. It's detailled and appreciated :)

Paul


Phew - finally managed to push it. I had quite a bit of adventure with Eclipse & Maven & EGit, but now finally everything works seamlessly together and it is a beauty. :) Btw, it wouldn't have worked if I would just copy-pasted and changed some names from other pom.xml's - I had to put compiler compliance to 1.6 for both source and target because of @Override annotations (apparently, in 1.5 you can't @Override interface methods, and qi4j-extensions pom has 1.5 as source & target for maven compiler plugin, so that the sql-indexing pom inherits that by default). If someone will get lot of trouble because of 1.6, I guess the annotations can be just removed.


_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to