bohmber commented on PR #4543:
URL: https://github.com/apache/myfaces-tobago/pull/4543#issuecomment-1829829839

   I can see it's downloading snapshots during build. I think we should switch 
off the apache snapshot repository.
   
   Can you add this to the root pom?
   
   ```
   <repositories>
       <repository>
         <releases>
           <enabled>false</enabled>
         </releases>
         <snapshots>
           <enabled>false</enabled>
         </snapshots>
         <id>apache.snapshots</id>
         <name>Apache Snapshot Repository</name>
         <url>https://repository.apache.org/snapshots</url>
       </repository>
   </repositories>
   ```


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@myfaces.apache.org

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

Reply via email to