Nort User Manual: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 39: Line 39:


For more details on new project initialization see:
For more details on new project initialization see:
 
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
https://kb.novaordis.com/index.php/Nova_Ordis_Release_Tools_User_Manual_-_Concepts#New_Project_Initialization
:[[Nova_Ordis_Release_Tools_User_Manual_-_Concepts#New_Project_Initialization|New Project Initialization]]
</blockquote>

Revision as of 18:23, 16 November 2016

Internal

Concepts

Concepts

release

The command queries or modifies release information metadata for the current work area and performs the sequence of steps required to release. For more details about what a release is, and what those steps are, see the "Release" section.

To query the current release information, execute:

release info

To start a release sequence, use:

release major|minor|patch|snapshot|<custom-release-string>

For more details on what a release sequence does, see the "Release Sequence" section.

build

The command creates releasable artifacts (binary distributions or libraries, depending on the nature of the project) for the current version. If the build process is successful, the artifacts are stored in the build area ("target" directory, for Maven) of the current work area.

install

nort initialize

Initializes a new project.

For more details on new project initialization see:

New Project Initialization