Is it possible to retrieve the number of available processors in maven in a platform-independent way? I'd like to be able to activate a profile if available_processors > 1.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
There's no easy way to do that. You'd have to write a Maven extension that stores the result of |
|||
|
|