Issue #2514: Problemss during maven build

Type: Bug ReoprtVersion: 2.8.1Priority: LowStatus: FixedReplies: 2
#1

Hey out there!

Anybody experiencing this problem during a maven build while downloading from objectdb repository?
This now occurs without any changes to a previously working pom.xml.

[WARNING] Checksum validation failed, expected <!DOCTYPE but is 885855ca38347df0cf1e2bbf57f02a57c039ece6 from objectdb for http://m2.objectdb.com/com/fasterxml/jackson/jackson-bom/2.9.10/jackson-bom-2.9.10.pom
[WARNING] Could not validate integrity of download from http://m2.objectdb.com/com/fasterxml/jackson/jackson-bom/2.9.10/jackson-bom-2.9.10.pom: Checksum validation failed, expected <!DOCTYPE but is 885855ca38347df0cf1e2bbf57f02a57c039ece6
[WARNING] Checksum validation failed, expected <!DOCTYPE but is 885855ca38347df0cf1e2bbf57f02a57c039ece6 from objectdb for http://m2.objectdb.com/com/fasterxml/jackson/jackson-bom/2.9.10/jackson-bom-2.9.10.pom

My maven config looks simple like this:

<repository>
  <id>objectdb</id>
  <name>ObjectDB Repository</name>
  <url>http://m2.objectdb.com</url>
</repository>

<dependency>
  <groupId>com.objectdb</groupId>
  <artifactId>objectdb</artifactId>
  <version>2.8.1</version>
</dependency>

Any help would be greatly appreciated!

Thanks! Simon

#2

This issue is probably related to some recent changes in the ObjectDB Maven repository.

We found an issue that seems to match your report (returning a wrong response code to requests of packages that we do not host, such as Jacskon in your report, instead of 404 that should be returned).

Please try again now as we just restarted the server with the fix.

Thank you for your report.

ObjectDB Support
#3

Thanks, it works again!

Reply