0

I would like for my maven output (for example during a build) to be written to a file, as the console in Eclipse quickly clogs up. Is there any way I could do this in Eclipse, or do I have to resort to building my project from the command-line using the -DoutputFile option?

4

1 に答える 1

2

You can extend the Eclipse console buffer, use the max value and you will be fine. Personally I do not use Eclipse to run maven commands. I defined some aliases in my shell. As my comment seems to help I have put it as an answer...

于 2013-02-21T15:19:06.150 に答える