wyona / yanel

http://www.yanel.org
Apache License 2.0
10 stars 5 forks source link

Did something change at Yanel Maven Repo? #90

Closed baszero closed 3 years ago

baszero commented 3 years ago

Since an hour I get a build failure:

[artifact:dependencies] [INFO] snapshot org.apache.jackrabbit:jackrabbit-core:1.4-SNAPSHOT: checking for updates from wyona.remote.repository
[artifact:dependencies] [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '78e03c4cee769ab7f86ebb56ed92bc45d5b83f23'; remote = '<!DOCTYPE' - RETRYING
[artifact:dependencies] [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '78e03c4cee769ab7f86ebb56ed92bc45d5b83f23'; remote = '<!DOCTYPE' - IGNORING
[artifact:dependencies] [INFO] snapshot org.apache.jackrabbit:jackrabbit-core:1.4-SNAPSHOT: checking for updates from jitpack
[artifact:dependencies] An error has occurred while processing the Maven artifact tasks.
[artifact:dependencies]  Diagnosis:
[artifact:dependencies] 
[artifact:dependencies] Unable to resolve artifact: Unable to get dependency information: Unable to read the metadata file for artifact 'org.apache.jackrabbit:jackrabbit-core:jar': Error getting POM for 'org.apache.jackrabbit:jackrabbit-core' from the repository: Unable to read local copy of metadata: Cannot read metadata from '/Users/baszero/.m2/repository/org/apache/jackrabbit/jackrabbit-core/1.4-SNAPSHOT/maven-metadata-wyona.remote.repository.xml': end tag name </body> must match start tag name <hr> from line 7 (position: TEXT seen ...</address>\n</body>... @9:8) 
[artifact:dependencies]   org.apache.jackrabbit:jackrabbit-core:pom:1.4-SNAPSHOT
[artifact:dependencies] 
[artifact:dependencies]  for project org.apache.jackrabbit:jackrabbit-core
[artifact:dependencies]   org.apache.jackrabbit:jackrabbit-core:jar:1.4-SNAPSHOT
[artifact:dependencies] 
[artifact:dependencies] from the specified remote repositories:
[artifact:dependencies]   central (http://repo1.maven.org/maven2),
[artifact:dependencies]   wyona.remote.repository (http://maven2.wyona.org),
[artifact:dependencies]   jitpack (https://jitpack.io)
[artifact:dependencies] Path to dependency: 
[artifact:dependencies]     1) org.apache.maven:super-pom:jar:2.0
[artifact:dependencies]     2) wyona-org-yanel:yanel-core:jar:3.1.0-rREVISION
[artifact:dependencies]     3) yarep:yarep-impl:jar:1.4.4-rad86f74baf45f5625305b9ef561784ea8b6013c8
[artifact:dependencies] 
[artifact:dependencies] 

Did something change with Yanel's Maven Repo?

baszero commented 3 years ago

Problem solved: The Maven Repo has been changed in order to accept HTTPS only, which is not a problem if you access the repo via an IDE like IntelliJ, but if you use the yanel build script, the redirect from HTTP to HTTPS was not recognized.

Now HTTP is open again and the build works as usual.