NeuroML / jNeuroML

A single package (command line tool and library) in Java to validate, simulate, translate and analyse NeuroML 2 models
https://docs.neuroml.org/Userdocs/Software/jNeuroML.html
GNU Lesser General Public License v3.0
9 stars 20 forks source link

Is it possible to include commit information in a jnml jar that is generated from a git snapshot (and not a release?) #75

Closed sanjayankur31 closed 3 years ago

sanjayankur31 commented 3 years ago

Because we build jars from the latest dev branches, to prevent confusion, is it possible to include git snapshot information in the jar? This will clearly indicate that it isn't a release jar. At the moment irrespective of what snapshots the jars are generated with, they are just jnml-0.10.1.... which is the scheme expected from a released jar. The help text also does not include anything to indicate that it's built from a snapshot.

Not too important, but would be nice to have if it can be done without too much effort.