Versions Compared

Key

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

...

Code Block
mvn clean deploy -Psmartgwt -Dversion=2.5 -Dbuild=release

Install the latest 3.0 nightly build on my workstation for evaluation in my private workspace (e.g., when I want to check whether or not some bug has been resolved) before I deploy to nexus:

Code Block
mvn clean install -Psmartgwt -Ddate=2011-12-02

Deploy the 12/2 3.0-2011-12-02 build when I'm happy with it.  We won't download the main (big) bundle again if we already have one locally, so I can skip the clean goal if I want and things will go considerably faster

...