gitgabrio commented on PR #3356: URL: https://github.com/apache/incubator-kie-kogito-runtimes/pull/3356#issuecomment-1898100202
@mariofusco Current status 1. ` mvn artifact:check-buildplan` -> succeed 2. `mvn clean install -DskipTests -Dquickly` -> succeed 3. `mvn clean verify -DskipTests -Dquickly artifact:compare` -> fails due to different kogito-api-999-SNAPSHOT.buildinfo `diff api/kogito-api/target/reference/kogito-api-999-SNAPSHOT.buildinfo api/kogito-api/target/kogito-api-999-SNAPSHOT.buildinfo` ``` 0a1,15 > # https://reproducible-builds.org/docs/jvm/ > buildinfo.version=1.0-SNAPSHOT > > name=Kogito :: API :: Public API > group-id=org.kie.kogito > artifact-id=kogito-api > version=999-SNAPSHOT > > # source information > source.scm.uri=scm:git:https://github.com/apache/incubator-kie-kogito-runtimes.git/kogito-build/kogito-dependencies-bom/kogito-build-no-bom-parent/kogito-build-parent/kogito-api-parent/kogito-api > source.scm.tag=HEAD > > # build instructions > build-tool=mvn > 2,3c17,19 < java.version=17 (from MANIFEST.MF Build-Jdk-Spec) < os.name=Unix (from pom.properties newline) --- > java.version=17.0.9 > java.vendor=Oracle Corporation > os.name=Mac OS X 4a21,25 > # Maven rebuild instructions and effective environment > mvn.version=3.9.6 > > # output > 10,11c31,32 < outputs.1.length=136276 < outputs.1.checksums.sha512=5193609715cd70c4f3f237a67dc86958ae1594df1c5c5b71fd49a17471deb46c51169bcdb2d77cd3c9a16c8c7a88a785cdfef915157736fd775dc9db7c7448b0 --- ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
