-
Notifications
You must be signed in to change notification settings - Fork 291
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
Can't compile from fresh clone #19
Comments
Hm, I can reproduce the problem when running Looks like the problem is the dependency of type |
By moving out the test utilities to a separate module, `mvn compile` works. It used to fail because other modules had dependencies of type test-jar on the base module, which is resolved from the repository. The way it is now is apparently the preferred way according to this: https://maven.apache.org/plugins/maven-jar-plugin/examples/create-test-jar.html
Ok, should be fixed now. Please pull and try again with |
Looks good, that fixed it.
|
Not sure if this is some interaction with something on my machine, but prevents me from compiling the source. I even deleted my
~/.m2
directory and pulled down dependencies from scratch. I had previously been able to build this. Any ideas?The text was updated successfully, but these errors were encountered: