Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When you run:
rm -rf /tmp/repo1 mvn clean site -Dmaven.repo.local=/tmp/repo1 mvn clean verify -Prun-its -Dinvoker.parallelThreads=8 -Dmaven.repo.local=/tmp/repo1
these ITs always fail:
[ERROR] * effective-site/pom.xml [ERROR] * full-reporting/pom.xml
The first run places pseudo site descriptor marker files. During ITs MRM Maven Plugin uses the local repo as source for remote repo and delivers 0-byte files. Resolver goes out to fetch those. Subsequent runs with ITs then fail.
So the only viable way I see is to delete those files first then run the ITs until all is using Maven Site Plugin 4.