Versions Compared

Key

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

...

Code Block
titleMaven Install Command Skipping Tests
C:\ssp\SSP-rel-1-1-0> mvn -Dmaven.test.skip=true install
Code Block
titleSkips the Sencha Javascript Minification
C:\ssp\SSP-rel-1-1-0> mvn -PSKIP_SENCHA clean install

 

To build ssp as a developer stand alone environment that does not require uPortal;

...