oskopek / javaanpr

JavaANPR - Automatic Number Plate Recognition System for Java
Educational Community License v2.0
151 stars 113 forks source link

create jar file #77

Closed parsibox closed 7 years ago

parsibox commented 7 years ago

hi how can i create a jar file from this project? i use intelij 2017

oskopek commented 7 years ago

Run mvn clean install and the target/ folder will contain an executable jar that you can use.