oostendo / python-zxing

python wrapper for the ZXing barcode library
http://code.google.com/p/zxing
274 stars 103 forks source link

Resolves an error during 'mvn install' #12

Closed ankita-kumari closed 8 years ago

ankita-kumari commented 8 years ago

I kept getting this error: Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check (default) on project zxing-parent: Too many files with unapproved license: Turns out all the files with unapprroved licenses were in the python-zxing folder. Cloning that particular repo at the end solved the issue. It was not clear in the initial README.

bhive01 commented 8 years ago

Indeed I experienced this issue today during install of ZXING core and was able to get around it by deleting the folder and calling mvn install again.