caused by outdated reference to a dead codehaus repo
setting codehaus repository enabled=false should mitigate e.g.
<!-- repository>
<id>Codehaus repository</id>
<url>http://repository.codehaus.org/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository -->
HTH
martin
________________________________
From: Junkai Xue <[email protected]>
Sent: Wednesday, November 17, 2021 6:04 PM
To: [email protected] <[email protected]>
Subject: Need help for maven site plugin for Apache Helix
Hi,
I was trying to deploy Apache Helix project website for new releases. Got
exception on
*SiteToolException: The site descriptor cannot be resolved from the
repository: ArtifactResolutionException: Unable to locate site descriptor:
Could not transfer artifact org.apache:apache:xml:site_en:13 from/to
mvnrepository.com <http://mvnrepository.com> (https://mvnrepository.com
<https://mvnrepository.com>): Access denied to:
https://mvnrepository.com/org/apache/apache/13/apache-13-site_en.xml
<https://mvnrepository.com/org/apache/apache/13/apache-13-site_en.xml> ,
ReasonPhrase:Forbidden.*
[*ERROR*] * org.apache:apache:xml:13*
[*ERROR*]
[*ERROR*] *from the specified remote repositories:*
[*ERROR*] * restlet.talend.com <http://restlet.talend.com>
(https://maven.restlet.talend.com <https://maven.restlet.talend.com>,
releases=true, snapshots=false),*
[*ERROR*] * mvnrepository.com <http://mvnrepository.com>
(https://mvnrepository.com <https://mvnrepository.com>, releases=true,
snapshots=false),*
[*ERROR*] * central (https://repo.maven.apache.org/maven2
<https://repo.maven.apache.org/maven2>, releases=true, snapshots=false),*
[*ERROR*] * apache.snapshots (http://repository.apache.org/snapshots
<http://repository.apache.org/snapshots>, releases=false, snapshots=true)*
Was this recent change? I tried to upgrade to maven site plugin to 3.9.1.
It got error on parsing:
*SiteToolException: Error parsing site descriptor*: TEXT must be
immediately followed by END_TAG and not START_TAG (position: START_TAG seen
...<head>\n <script type="text/javascript">... @41:38) -> *[Help 1]*
Need your help on this.
Best,
Junkai