Nort: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
:<br>https://github.com/NovaOrdis/novaordis-release-tools<br><br>
:<br>https://github.com/NovaOrdis/novaordis-release-tools<br><br>
</blockquote>
</blockquote>
=Installation=
Update <tt>novaordis-release-tools</tt> from GitHub and then:
<pre>
.../novaordis-release-tools/install <project-home-dir>
</pre>

Revision as of 05:46, 22 January 2016

Internal

Overview

A set of bash scripts that know how to interact with Maven and the Maven configuration. They provide extended operational capabilities for Nova Ordis projects: runtime wrappers, building artifacts to be distributed, local and remote installation, etc. A customized copy of these scripts is installed under the ./bin directory for each project.

GitHub


https://github.com/NovaOrdis/novaordis-release-tools

Installation

Update novaordis-release-tools from GitHub and then:

.../novaordis-release-tools/install <project-home-dir>