-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
9.0.0.0.rc1 build fails with esoteric maven error #3045
Comments
Thought I would try it without the
|
Hmmm...any thoughts on this @mkristian? |
What version of Maven? 3.3.x is required now without using ./mvnw right? |
for the first error: looks like it is not using mvn-3.3.x or the second error with the missing filed I did see before. |
Sounds spot-on.
Guess I'm updating. Nice of Maven not to just fail outright when it can't handle a build. :/ |
Yep, that was it, plus the |
@mkristian Although we closed this it might be nice to get some error message if < 3.3 is being used somehow. |
I added an enforces rule for the maven version via 7c7dfb0 |
As is typical of any project relying on Maven to build anything, eventually an error occurs and there is no obvious way to diagnose the problem. This time it's JRuby, where I'm just trying to build 9.0.0.0.rc1 so that I can see about porting in a workaround I have made.
The same command builds JRuby 1.7.20 successfully. I did check pom.xml to ensure that the "complete" profile still exists.
It's right about maven/pom.xml not existing, though I don't see any place in the root pom.xml referencing a file with this path, so I give up.
The text was updated successfully, but these errors were encountered: