We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to compile norma in the dev/ branch with Maven3 I get the following error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.4:single (default) on project norma: Error reading assemblies: Error locating assembly descriptor: src/main/assembly/bin.xml [ERROR] [ERROR] [1] [INFO] Searching for file location: /home/egonw/var/Projects/GitHub/norma/src/main/assembly/bin.xml [ERROR] [ERROR] [2] [INFO] File: /home/egonw/var/Projects/GitHub/norma/src/main/assembly/bin.xml does not exist. [ERROR] [ERROR] [3] [INFO] File: /home/egonw/var/Projects/GitHub/norma/src/main/assembly/bin.xml does not exist. [ERROR] -> [Help 1]
I'm trying to figure out how to fix this, but maybe this src/main/assembly/bin.xml is just missing from the repos?
The text was updated successfully, but these errors were encountered:
Removed reference to non-existing file (addresses ContentMine#60)
b63d742
d633228
No branches or pull requests
When I try to compile norma in the dev/ branch with Maven3 I get the following error:
I'm trying to figure out how to fix this, but maybe this src/main/assembly/bin.xml is just missing from the repos?
The text was updated successfully, but these errors were encountered: