Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Environment:linux
-
Number of attachments :
Description
This was originally a way to set LD_LIBRARY_PATH. I've created a patch for maven-test-plugin's plugin.jelly so that you can specify maven.junit.envvars.
It works like maven.junit.sysproperties, so you give it sub-properties. ie
maven.junit.envvars=LD_LIBRARY_PATH
LD_LIBRARY_PATH=/my/library/path
patch to set env tag within junit tasks