-
Bug
-
Resolution: Won't Do
-
Critical
-
None
-
7.1.0.DR12
-
None
-
Regression
-
-
-
-
-
-
Wrong behaviour in EAP 7.1.0.DR12
- integration-tests.sh script can't handle relative path to settings.xml file ("-s" maven parameter)
Desired behaviour
- integration-tests.sh script shoud be able to parse relative path in "-s" maven paramteter. For example this command should work, but "tools/maven/conf/settings.xml" file is not used by maven:
./integration-tests.sh -Dmaven.repo.local=/mnt/hudson_workspace/mkopecky/ts/eap-local-maven-repository -fae -Dmaven.test.failure.ignore=true -Dnode0=10.16.179.14 -Dnode1=10.16.179.15 -Dmcast=227.43.91.160 -DallTests -Djboss.test.mixed.domain.dir=/home/hudson/static_build_env/eap/archives-repository/mixed-domain -Djboss.dist=/mnt/hudson_workspace/mkopecky/ts/jboss-eap-7.1 -s tools/maven/conf/settings.xml
Workaround
Absolute path needs to be used, example: "-s /mnt/hudson_workspace/mkopecky/ts/tools/maven/conf/settings.xml"
- is related to
-
JBEAP-8839 Require Maven 3.3.1+ and introduce mvnw
- Closed