SUREFIRE-790 Added support for execution context propagation#2
SUREFIRE-790 Added support for execution context propagation#2kpiwko wants to merge 1 commit intoapache:trunkfrom
Conversation
|
We also need the possibility to use the settings file with the active profiles from a surrounding maven call inside a maven process forked by surefire via the org.apache.maven.it.Verifier. This is from my point of view a valid use case which is currently apparently not supported. |
instead mvn site-deploy BTW, this has others advantages: - easier to understand (it's a local site staging, not a site deployment to remote hosting) - the distributionManagement entry has the real value, not a temporary local storage location (which appears in Distribution Management report)
|
I think the default value for executionContextNamespace should be: org.apache.maven |
|
@kpiwko |
|
@Tibor17 SPI would work for me. Basically any means how to get the information about Maven process to forked JVM would be helpful, if enabled by default, even better. |
|
Enabled by default would mean to introduce a new feature and new bugs and On Thu, Sep 24, 2015 at 8:53 AM, Karel Piwko notifications@github.com
Cheers |
[Surefire-1516] Improve IPC performace with Sockets
|
Resolve #1790 |
No description provided.