Uploaded image for project: 'Maven Site Plugin'
  1. Maven Site Plugin
  2. MSITE-960 CI is broken
  3. MSITE-963

Delete broken site descriptor files from local repository

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.20.0
    • 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.

      Attachments

        Activity

          People

            michael-o Michael Osipov
            michael-o Michael Osipov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: