I'm trying to build some lejos packages using maven, but maven cannot find definition for lejos-parent artifact.
According to existing pom.xml files, this artifact should be defined in leJOS_NXJ_0.9.1beta-3_source.tar.gz/parent/pom.xml, but there is no such file.
Here is maven's output:
- Code: Select all
me@localhost:~/Downloads/leJOS_NXJ_0.9.1beta-3_source/classes$ mvn compile
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project lejos:classes:0.9-SNAPSHOT (/home/alan/Downloads/leJOS_NXJ_0.9.1beta-3_source/classes/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifact lejos:lejos-parent:pom:0.9-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 5, column 13 -> [Help 2]
Am I doing something wrong or maven isn't fully supported yet?
