Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
datazuul committed Jun 10, 2022
1 parent ee4b32f commit 5c130b5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@ Development was done

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

This software is based on [Apache NetBeans Platform ](http://netbeans.apache.org/kb/docs/platform/index.html).
Main part of application is in submodule `application` and is easy to understand if you are familiar with [Swing](https://docs.oracle.com/javase/tutorial/uiswing/index.html).
Main part of application is easy to understand if you are familiar with [Swing](https://docs.oracle.com/javase/tutorial/uiswing/index.html).

## Creating distribution Package

After executing `mvn clean install` in parent package, an executable JAR created in `/target/`, e.g. named `eazy-bookscanner-swing-1.0.0-SNAPSHOT.jar`.
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.
This package contains the whole application and all dependencies, ready for execution with

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

0 comments on commit 5c130b5

Please sign in to comment.