Nort User Manual: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:
=<tt>build</tt>=
=<tt>build</tt>=


The command creates releasable artifacts (binary distributions or libraries, depending on the nature of the project) for the current version.
The command creates releasable artifacts (binary distributions or libraries, depending on the nature of the project) for the [[#Current_Version|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.


=<tt>install</tt>=
=<tt>install</tt>=

Revision as of 21:05, 7 November 2016

Internal

Terms

Current Version

release

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