Michael Osipov created MSITE-963: ------------------------------------ Summary: Delete broken site descriptor files from local repository Key: MSITE-963 URL: https://issues.apache.org/jira/browse/MSITE-963 Project: Maven Site Plugin Issue Type: Sub-task Reporter: Michael Osipov Assignee: Michael Osipov
When you run: {noformat} 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 {noformat} these ITs always fail: {noformat} [ERROR] * effective-site/pom.xml [ERROR] * full-reporting/pom.xml {noformat} 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. -- This message was sent by Atlassian Jira (v8.20.10#820010)