Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.10
-
Fix Version/s: None
-
Component/s: process forking
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Forked process should be able to get information from a "parent process", which is a Maven build execution.
This will allow the test to access information like which pom.xml file being processed, settings.xml and Maven Reactor plugin.
This feature is needed to any test which want to interfere with Maven repositories with Aether, for instance.
Can you give a clearer indication as to why a test should need to be resolving dependencies on its own ? Some specific use cases seem to be in order, since this issue on first looks seems like a clear "wont' fix" to me.