oskopek / javaanpr

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

mvn exec:java Fails #82

Closed gsvarma closed 6 years ago

gsvarma commented 6 years ago

I have tried to run ( mvn exec:java ) the project and encountered the following BUILD FAILURE.

mvn_error

oskopek commented 6 years ago

Try running mvn clean install -DskipTests before that command.