[ 
https://issues.apache.org/jira/browse/MNG-8111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17842281#comment-17842281
 ] 

Tamas Cservenak edited comment on MNG-8111 at 4/30/24 7:59 AM:
---------------------------------------------------------------

That is strange, I just checked out maven-3.9.6 tag and rebuilt it w/o any 
problem (Maven 3.9.6 and Maven 3.8.8 w/ Java 21.0.3 Temurin, Fedora 40).


was (Author: cstamas):
That is strange, I just checked out maven-3.9.6 tag and rebuilt it w/o any 
problem (Maven 3.9.6, Java 21.0.3 Temurin, Fedora 40).

> Version 3.9.6 is not reproducible
> ---------------------------------
>
>                 Key: MNG-8111
>                 URL: https://issues.apache.org/jira/browse/MNG-8111
>             Project: Maven
>          Issue Type: Bug
>          Components: Core, General
>    Affects Versions: 3.9.6
>         Environment: Arch Linux updated (29/04/2024)
>            Reporter: Leonidas Spyropoulos
>            Priority: Major
>              Labels: reproducibility
>         Attachments: maven-3.9.6-1-x86_64-build.log
>
>
> Version 3.9.6 is not reproducible. It seems like the compiled classes are 
> different.
> - JDK used: OpenJDK version 8.412.u08
> - Command line used:
> {code:bash}
> mvn package \
>     -DbuildNumber="bc0240f3c744dd6b6ec2920b3cd08dcc295161ae" \
>     -Dline.separator=$'\r\n' \
>     -Dproject.build.sourceEncoding=UTF-8 -e \
>     -Dmaven.repo.local="./repo" \
>     -DskipTests
> {code}
> buildNumber is found from:
> {code}
> bsdtar xOf <(bsdtar xOf apache-maven-3.9.6-bin.tar.gz  
> apache-maven-3.9.6/lib/maven-core-3.9.6.jar) \
>     org/apache/maven/messages/build.properties | grep buildNumber | cut -d= 
> -f2 | tr -cd '[:print:]'
> {code}
> Relevant issue: https://issues.apache.org/jira/browse/MNG-6276



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to