Hi folks,

I've been using the maven-plugin job for Jenkins for a while now, but due 
to various bugs other limitations (can't use Maven 3.2.x for example), I'm 
moving to Maven task in freestyle jobs. Frankly, I like how the maven task 
treats maven as a blackbox and just deals with the input/output. But, I 
like the incremental builds feature of the maven-plugin and think this 
would be a useful enhancement to the maven task. We're basically talking 
about checking changlog to see which modules are impacted and including 
them in maven -pl and -amd flags. Another enhancement that I would like to 
make is to make use of maven 3.1+ ability to append thread id to the log 
output so it's easier to separate log output for each module when building 
with multiple threads. Seems it would be able to do some console filtering 
based on this.

So, from the experienced developers/contributors here, some guidance on 
best route to take and where to start would be greatly appreciated. I mean, 
should I start a new plugin that extends on Maven core task, could I just 
extend the core task, or is there other options? 

Thanks,
Scott

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to