Open bazusaladra opened 2 years ago
Please run mvn with -X
, extract the relevant 'DEBUG' information from the log, and add to this issue report.
I assume that version 0.6.0
works?
Version 0.6.0 works. Now it fails on the checksum comparison for an artifact:
<failIfExists>false</failIfExists>
<cmpChecksum>true</cmpChecksum>
<failIfNotMatch>true</failIfNotMatch>
Debug log:
[DEBUG] Configuring mojo org.honton.chas:exists-maven-plugin:0.7.0:local from plugin realm ClassRealm[plugin>org.honton.chas:exists-maven-plugin:0.7.0, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@6f94fa3e]
[DEBUG] Configuring mojo 'org.honton.chas:exists-maven-plugin:0.7.0:local' with basic configurator -->
[DEBUG] (f) artifact = microservice-parent.pom
[DEBUG] (f) cmpChecksum = true
[DEBUG] (f) failIfExists = false
[DEBUG] (f) failIfNotExists = false
[DEBUG] (f) failIfNotMatch = true
[DEBUG] (f) localRepository = id: local
url: file:///C:/Users/developer/.m2/repository/
layout: default
snapshots: [enabled => true, update => always]
releases: [enabled => true, update => always]
[DEBUG] (f) mavenProject = MavenProject: com.company:microservice-parent:0.1.4 @ C:\Users\developer\IdeaProjects\company\company-backend-commons\pom.xml
[DEBUG] (f) project = com.company:microservice-parent:pom:0.1.4
[DEBUG] (f) property = maven.install.skip
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@55d58825
[DEBUG] (f) skip = false
[DEBUG] (f) skipIfSnapshot = true
[DEBUG] (f) userProperty = false
[DEBUG] -- end configuration --
[INFO] Checking for artifact at C:\Users\developer\.m2\repository\com\company\microservice-parent\0.1.4\microservice-parent-0.1.4.pom
[DEBUG] checking for resource C:\Users\developer\.m2\repository\com\company\microservice-parent\0.1.4\microservice-parent-0.1.4.pom
[DEBUG] Calculating checksum for C:\Users\developer\IdeaProjects\company\company-backend-commons\pom.xml
[INFO] com.company:microservice-parent:pom:0.1.4 checksum does not match
The plugin loads just the pom.xml contents instead of the cached checksum, did you lose ".sha1" part?