Skip to content

9.0.0.0.rc1 build fails with esoteric maven error #3045

Closed
@hakanai

Description

@hakanai

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.

$ mvn -Pcomplete
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.jruby:jruby-parent:9.0.0.0.rc1 (/Users/x/Documents/jruby/pom.xml) has 1 error
[ERROR]     Child module /Users/x/Documents/jruby/maven/pom.xml of /Users/x/Documents/jruby/pom.xml does not exist
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions