hboutemy commented on PR #508: URL: https://github.com/apache/maven-jar-plugin/pull/508#issuecomment-5352213156
continuing my base test (no MR or modular build yet, just basic classic jars) rebuilding on a Mac in parallel of a Linux box with JDK 21 gave me same output: great, we have the output stability that I expect and got until now So definitively, the JDK 17 and 18 reproducibility issue is what has to be solved for now We'll see in a second step about modular or MR jars: if someone can point me to a simple project that I can build mself easily, that would be nice, please one issue I get is twice attach: ``` [INFO] --- jar:4.0.0-beta-2-SNAPSHOT:jar (default-jar) @ maven-dependency-analyzer --- [INFO] Building JAR: "target/maven-dependency-analyzer-1.17.2-SNAPSHOT.jar". [WARNING] artifact 'org.apache.maven.shared:maven-dependency-analyzer:pom:consumer:1.17.2-SNAPSHOT' already attached, replacing previous instance ``` that is also visible in the `artifact:3.6.1:describe-build-output` too: and the message that says "replacing" is apparently not replacing but adding another attach but perhaps it's more a Maven 4.0..0-rc-6 bug: if I drop the `artifact:3.6.1:describe-build-output` goal to the `mvn` command, this issue disappears I'll open a Maven issue for that -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
