Hi all,

I’m preparing a local lucene 9.0 snapshot build and I notice that the jar files 
generated by `./gradlew mavenToLocalFolder` are called something like 
`lucene-suggest-9.0.0-20210520.111833-1-javadoc.jar` - in other words, they are 
including a timestamp.  For my setup I’d like to replace this with the git SHA 
of the commit the snapshot is based on.  So I have two questions:

1) Is there a simple override or gradle property that I can pass on the command 
line that will change the output names of artefacts?
2) I think in general commit SHAs are better than timestamps for snapshot names 
- two identical snapshots taken from identical sources at different times 
shouldn’t really have different names.  Should we look at changing the existing 
snapshot generation code to switch to using SHAs?

- Alan
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to