Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 587 Bytes

BUILD.md

File metadata and controls

13 lines (7 loc) · 587 Bytes

Build Eclipse Scout Maven-Master

Snapshot build

Use the SnapshotBuild Jenkins Job

or use the following Maven command:

mvn clean install -Dmaster_unitTest_skip=true -Dmaster_webTest_skip=true -Dmaster_sanityCheck_skip=true -Dmaster_coverage_skip=true -Dmaster_deployAtEnd=false -Dmaster_flatten_skip=true

Release build

Use the ReleaseBuild_ossrh Jenkins Job.