Title: Message Title
Dan Tran commented on an issue
Mojo's Exec Maven Plugin / Improvement MEXEC-151
Warn that systemProperties should *not* be used in parallel builds (mvn -T...)
The java goal is marked thread-safe which makes the user assume it is thread-safe in all usage scenarios. This does *not* hold true when using {{systemProperties}}!

Imagine one maven thread 1 building module A executes the plugin with some property {{X=Y}}.
Now imagine another maven thread 2 building module B running another plugin execution with prop...
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to