bertysentry commented on pull request #34:
URL: https://github.com/apache/maven-site-plugin/pull/34#issuecomment-762494128


   One recurring error is:
   ```log
   Error: |        [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-site-plugin:3.10.0-SNAPSHOT:site (default-cli) 
on project test: Error parsing 
'/home/runner/work/maven-site-plugin/maven-site-plugin/target/it/validate/src/site/fml/faq.fml':
 line [-1] Error validating the model: Connect to www.w3.org:80 
[www.w3.org/128.30.52.100] failed: Connection timed out (Connection timed out) 
-> [Help 1]
   ```
   
   It happens when the **site:validate** goal is invoked in the integration 
tests (in **src/it/validate/pom.xml**). Apparently, **site:validate** tries to 
download the specified XML schema to validate the source documents (FML and 
XDOC). On GitHub Actions, this appears to fail from time to time.
   
   This is nothing too serious, IMO.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to