Clad Development: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 10: | Line 10: | ||
=New Release= | =New Release= | ||
<pre> | |||
release info | |||
</pre> | |||
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: |
Revision as of 13:55, 6 July 2016
Internal
TODO
doc/cliff.docx TODO section.
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