Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[12:06:12 CST(-0600)] <EricDalquist> but I usually add:

[12:06:39 CST(-0600)] <EricDalquist> -DpushChanges=false

[12:06:41 CST(-0600)] <EricDalquist> to prepare

[12:06:44 CST(-0600)] <EricDalquist> and -DlocalCheckout=true

[12:06:45 CST(-0600)] <athena> what's that do?

[12:06:46 CST(-0600)] <EricDalquist> to perform

[12:06:49 CST(-0600)] <athena> ah

[12:06:54 CST(-0600)] <EricDalquist> so that skips the "git push"

[12:06:57 CST(-0600)] <athena> gotcha

[12:07:00 CST(-0600)] <athena> do you do that manually?

[12:07:04 CST(-0600)] <EricDalquist> which means you have to push the pom updates and tags after the fact

[12:07:08 CST(-0600)] <EricDalquist> but it is a little safer

[12:07:10 CST(-0600)] <athena> ok

[12:07:15 CST(-0600)] <EricDalquist> since you can verify that mvn didn't screw anything up

[12:07:20 CST(-0600)] <athena> makes sense

[12:07:23 CST(-0600)] <EricDalquist> and -DlocalCheckout=true is just faster

[12:07:31 CST(-0600)] <EricDalquist> since git is all local mvn can do a local clone

[12:07:34 CST(-0600)] <athena> do you need to do stuff between prepare and release, or just after?