jvm-repo-rebuild / reproducible-central

Reproducible Central: rebuild instructions for artifacts published to (Maven) Central Repository
102 stars 46 forks source link

choose Maven version in buildspec when necessary #69

Closed hboutemy closed 2 years ago

hboutemy commented 2 years ago

seen with Apache Dubbo 3.0.5: Maven < 3.6.3 required because flatten-maven-plugin uses root pom and https://issues.apache.org/jira/browse/MNG-6778

then we need to specify in buildspec not only mvn but mvn-3.6.1 to force Maven version used by rebuild.sh

hboutemy commented 2 years ago

Mina ftp-server 1.4.1 has "allowed range (3.8,]"

io7m commented 2 years ago

I'm running into this on my own projects as well. I currently enforce using Maven versions in the range [3.8.2,4.0.0).

fatal: build tool not yet supported: mvn-3.8.2