For #152 I figured I'd run mvn compile and grep through the stuff to figure out whether the test file is ok or not.
Unfortunately that didn't work. It seems that the parent pom isn't published.
$ mvn compile
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for uk.gov.justice.framework.libraries:framework-libraries:17.103.0-M3-SNAPSHOT: The following artifacts could not be resolved: uk.gov.justice:maven-framework-parent-pom:pom:17.103.0-M3-SNAPSHOT (absent): Could not find artifact uk.gov.justice:maven-framework-parent-pom:pom:17.103.0-M3-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 6, column 13
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project uk.gov.justice.framework.libraries:framework-libraries:17.103.0-M3-SNAPSHOT (/home/user/src/cp-framework-libraries-main/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for uk.gov.justice.framework.libraries:framework-libraries:17.103.0-M3-SNAPSHOT: The following artifacts could not be resolved: uk.gov.justice:maven-framework-parent-pom:pom:17.103.0-M3-SNAPSHOT (absent): Could not find artifact uk.gov.justice:maven-framework-parent-pom:pom:17.103.0-M3-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 6, column 13 -> [Help 2]
[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
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
I suppose you could copy this maven-framework-parent-pom into the repo, or make it available in some other way.
EDIT: I tried updating the version, hence the log. It's similar for an unmodified /pom.xml of course.
For #152 I figured I'd run
mvn compileand grep through the stuff to figure out whether the test file is ok or not.Unfortunately that didn't work. It seems that the parent pom isn't published.
I suppose you could copy this
maven-framework-parent-pominto the repo, or make it available in some other way.EDIT: I tried updating the version, hence the log. It's similar for an unmodified
/pom.xmlof course.