retest / gui-state-machine-api

API for the creation and modification of incomplete state machines which represent the exploration of a GUI application.
2 stars 1 forks source link

Add release and publish support #8

Closed tdauth closed 5 years ago

tdauth commented 5 years ago

Some links:

Commands sbt release and sbt publish.

Other retest artifacts are released and published this way: https://github.com/retest/recheck/blob/master/pom.xml

With #1 it is not that important to provide releases/publish them online since the REST service can just be deployed and run on a separate machine.

tdauth commented 5 years ago

Seems to work with the ReTest Nexus.