Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.22 KB

CONTRIBUTING.md

File metadata and controls

36 lines (22 loc) · 1.22 KB

Contributing to this repository

Testing

Please test the application with your cameras and report success/failure under https://github.com/datazuul/eazy-bookscanner/discussions/categories/show-and-tell

Based on

Development

Development was done

Make sure source code at least compiles with mvn clean install.

Main part of application is easy to understand if you are familiar with Swing.

Creating distribution Package

After executing mvn clean install in parent package, an executable JAR created in /target/, e.g. named eazy-bookscanner-1.0.0-SNAPSHOT.jar.

This package contains the whole application and all dependencies, ready for execution with

java -jar eazy-bookscanner-1.0.0-SNAPSHOT.jar