Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolves an error during 'mvn install' #12

Merged
merged 2 commits into from Nov 3, 2016

Conversation

ankita-kumari
Copy link
Contributor

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.

If the python-zxing folder is cloned before the mvn installs,
this error surfaces during the mvn install :
'Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check
(default) on project zxing-parent: Too many files with unapproved
license:'
These files with unapproved license are the files in python-zxing
folder.
@bhive01
Copy link

bhive01 commented Nov 2, 2016

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.

@oostendo oostendo merged commit f2c1abc into oostendo:master Nov 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants