Clad Development: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:


=TODO=
=TODO=
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
:[[clad TODO]]
</blockquote>
=New Release=


<pre>
<pre>
doc/cliff.docx TODO section.
release info
</pre>
</pre>


=New Release=
Usually is a snapshot.
 
<pre>
release patch|minor|major
</pre>
 
 
=Installation of the Current Release in the Local Maven Repository=


This will install a new "development" release (same release number) in the Maven repository:
This will install a new "development" release (same release number) in the Maven repository:

Latest revision as of 21:47, 17 November 2016

Internal

TODO

clad TODO

New Release

release info

Usually is a snapshot.

release patch|minor|major


Installation of the Current Release in the Local Maven Repository

This will install a new "development" release (same release number) in the Maven repository:

cdclad
mvn clean install

Indvidual Unit Test

mvn -Dmaven.surefire.debug="-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5012" -Dtest=StringOptionTest clean test