Page 1 of 1

Error in pom.xml

Posted: Fri Jan 01, 2016 2:57 pm
by akartkam
Error in admin/pom.xml and site/pom.xml

Failure to transfer org.codehaus.plexus:plexus-utils:pom:3.0.18 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.codehaus.plexus:plexus-utils:pom:3.0.18 from/to central (http://repo.maven.apache.org/maven2): The operation was cancelled.

Re: Error in pom.xml

Posted: Tue Jul 25, 2017 4:26 pm
by phillipuniverse
Since this is cached you have to manually evict it from the Maven cache. You can do this by doing mvn clean install -U.

The Broadleaf forums are being retired as a readonly archive of questions. For active discussions and questions, check out the broadleaf-commerce tag on Stack Overflow which is actively monitored by the Broadleaf team.