On Wed, Jan 27, 2021 at 1:18 PM Tim Jacomb <[email protected]> wrote:

> > Date based
> […] any thoughts on the effort involved here in release automation?
>

I think this would most easily be done by ditching `maven-release-plugin`.
We have already done the tricky bits with `flatten-maven-plugin` etc. in
JEP-305. The JEP-229 system is the safest. You can also create a special
variant like

mvn -Drevision=$(date -I) -Dchangelist= deploy

plus some profile activation for `maven-javadoc-plugin` &
`maven-source-plugin` similar to what `produce-incrementals` does, plus
manual tagging, with the downside that snapshot & incremental builds will
not easily or safely compare properly to releases.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr2eFdg2-oHsyN8gqfH3tpf4_2UG6OpZmfbFWU8BKwLj2g%40mail.gmail.com.

Reply via email to