Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Bug
-
2.19.1
-
None
-
Windows 10 x64 Professional version 6.3
Netbeans 8.1 Release
Maven v3.0.5
OracleJDKx64 v1.8.0_11
Description
##Conditions which led to the issue
Prior to the issue occurring, jacoco-maven-plugin OR maven-surefire-plugin failed to work consistently when using docker-maven-plugin, this is an issue which is to be followed up next.
##Maven configuration
After:
1. Opening a project POM which hasn't yet been migrated to docker
2. Disabling jacoco-maven-plugin
3. Moving maven-surefire-plugin to a "test" profile
4. Setting plugin version to 2.19.1 in POM
5. Switching to "test" profile
6. Run mvn:build from Netbeans
##Outcome
maven-surefire-plugin fails during a normal build command - see attachments
Attachments
Attachments
Issue Links
- is duplicated by
-
SUREFIRE-1274 maven test fails when running inside a profile if executing for single class
- Closed