On the JVM, maven doesn’t make this particularly easy.<p>It’s possible to try to store dependencies locally instead of shared in a global m2 repository, but it’s difficult to stop maven from adding the current time in jars or wars…<p>It’s as if all the default settings are the opposite of what they should be for reproducible builds.<p>Any idea if there is a project to try to improve things with maven or with another JVM tool? (Grade, sbt, etc.)