Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Maven Plugins: By-Module-Logger and Current Processes Running

$
0
0
Hi Everyone,

I was wondering if anyone knows of some plugins that could do any of the following:

1) Keep track of the number of threads currently running and what modules are running

2) Number of modules remaining to be built in the reactor

3) A logger that can separate logs of each module instead of consolidating the entire reactor into 1 log file.

The project I'm working on takes a very long time to build and would be helpful if there was a way to see how much further the build has to go until it is finished. I had in mind being able to output into the log what the current status of the build is in terms of modules built and remaining. Also, when running a build with multiple threads, the log outputs of one module can overlap with another modules and can be hard to debug at times. Are there any plugins developed that can accomplish any of these?

Thanks,
Phillip

Viewing all articles
Browse latest Browse all 5648

Trending Articles