Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
$> mvn clean verify -Prun-its
if MAVEN_OPTS are set in /etc/mavenrc then the currently used file-encoding parameter passing via
MAVEN_OPTS="-Dmaven.invoker.test=UTF-8"
doesn't work and the invocation-multiple IT fails.
after renaming my /etc/mavenrc all ITs passed.
Removed MAVEN_OPTS from test and used regular system properties instead (
MINVOKER-83).