Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.18 KB

BUILD.rest

File metadata and controls

38 lines (23 loc) · 1.18 KB

Sources

Code is organized according to the Maven convention in src/main/java and src/test/java.

Building

RemoteSwingLibrary uses Apache Maven as a build tool.

  • mvn clean package packages RemoteSwingLibrary with dependencies.
  • mvn clean verify run acceptance tests

Testing

Run python run_atest.py --help to find what options for testing are possible.

Releasing