chonton / exists-maven-plugin

Check if artifact exists in remote maven repository
Apache License 2.0
47 stars 18 forks source link

failure when pom packaging #52

Closed clembo590 closed 1 day ago

clembo590 commented 6 months ago

git clone https://github.com/clembo590/issues.git --branch issue_with_maven_exist_plugin_2

mvn clean install works the first time but fails the second time with buildChecksum(f9c8e12afd7fa234f7942c5a0357e71dfd329a26) != priorChecksum(<?xml version="1.0" ...

this might be a duplicate of https://github.com/chonton/exists-maven-plugin/issues/34 but still open after 2 years I thought I would repost...

thank you.

clembo590 commented 4 months ago

@chonton I have created a PR with a fix for this issue.