Re: Building UIMA AEs with Gradle?

2013-05-29 Thread Marshall Schor
I haven't used Gradle, so I don't have a real opinion. One thing that is quite easy is to write your own specialized Maven plugin, to encapsulate exactly what you want as the conventional way, and have whatever configuration you wish. -Marshall On 5/28/2013 12:29 PM, Jens Grivolla wrote: Hi,

Building UIMA AEs with Gradle?

2013-05-28 Thread Jens Grivolla
Hi, we are sometimes running into problems with Maven when we want to define tasks to move resources into specific locations, etc. This seems to often lead to having to use quite a few Maven plugins and makes the POM hard to manage. Would Gradle be a better option, in order to have the