You can also debug the maven build process with the jcasgen-maven-plugin (at least in Eclipse)
Best, Peter Am 05.02.2016 um 17:41 schrieb José Tomás Atria: > Ok, I'll produce a stack trace and file the bug report. > > By deploying locally, I meant running JCasGen from local sources so I can > step through it in a debugger. The NPE occurs when using > jcasgen-maven-plugin, and I am completely ignorant about the execution > model of maven plugins. But I'll see if I can find out more on my own, > don't worry. Oh, and I'm using netbeans. > > Best, > jta > > > On Thu, Feb 4, 2016 at 6:37 PM, Richard Eckart de Castilho <[email protected]> > wrote: > >>> On 05.02.2016, at 00:27, José Tomás Atria <[email protected]> wrote: >>> >>> Thanks for the tip Richard! I can't believe I did not see that paragraph >> in >>> the reference guide, I read it immediately before sending my email... >>> >>> By the way, should that NullPointerException be looked into? I would love >>> to give more information, but I have no idea about how to deploy maven >>> plugins locally, so I wouldn't know how to produce a more useful bug >>> report... Would be happy to help if given a few pointers and if it's >> useful. >> >> A stack trace would be helpful. You can report this in the issue tracker at >> >> https://issues.apache.org/jira/ >> >> Use "Create", Choose "UIMA" as the product and "Core Java Framework" as >> component, >> enter description how to reproduce and stack trace. >> >> I don't think it is a huge problem that should be investigated >> immediately, but >> it is a good thing to at least collect and document known problems. >> >> Not sure what you mean by "how to deploy maven plugins locally". By >> "plugin" >> you mean a pre-built JAR, a locally checked out and built Maven project, >> or an actual Maven plugin? Btw. what IDE are you using? >> >> Cheers, >> >> -- Richard > > >
