Hi,
I’m trying (and failing) to build the liquibase RC2 from SVN. I’m getting the following maven error:
[INFO] Scanning for projects…
[ERROR] The build could not read 3 projects -> [Help 1]
[ERROR] The project org.liquibase:liquibase-ext-change:2.0-rc2-SNAPSHOT (C:\Workspace\liquibase\samples\liquibase-ext-change\pom.xml) has 1 error
[ERROR] Non-resolvable parent POM org.liquibase:samples:2.0-rc2-SNAPSHOT for org.liquibase:liquibase-ext-change:2.0-rc2-SNAPSHOT: Failed to resolve POM for
org.liquibase:samples:2.0-rc2-SNAPSHOT due to Missing:
[ERROR] The build could not read 3 projects -> [Help 1]
[ERROR] The project org.liquibase:liquibase-ext-change:2.0-rc2-SNAPSHOT (C:\Workspace\liquibase\samples\liquibase-ext-change\pom.xml) has 1 error
[ERROR] Non-resolvable parent POM org.liquibase:samples:2.0-rc2-SNAPSHOT for org.liquibase:liquibase-ext-change:2.0-rc2-SNAPSHOT: Failed to resolve POM for
org.liquibase:samples:2.0-rc2-SNAPSHOT due to Missing:
- org.liquibase:samples:pom:2.0-rc2-SNAPSHOT
1 required artifact is missing.
for artifact:
org.liquibase:samples:pom:2.0-rc2-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
-> [Help 2]
[ERROR] The project org.liquibase:liquibase-ext-changewithnestedtags:2.0-rc2-SNAPSHOT (C:\Workspace\liquibase\samples\liquibase-ext-changewithnestedtags\pom.x
ml) has 1 error
[ERROR] Non-resolvable parent POM org.liquibase:samples:2.0-rc2-SNAPSHOT for org.liquibase:liquibase-ext-changewithnestedtags:2.0-rc2-SNAPSHOT: Failed to re
solve POM for org.liquibase:samples:2.0-rc2-SNAPSHOT due to Missing:
- org.liquibase:samples:pom:2.0-rc2-SNAPSHOT
1 required artifact is missing.
for artifact:
org.liquibase:samples:pom:2.0-rc2-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
-> [Help 2]
[ERROR] The project org.liquibase:liquibase-ext-sqlgenerator:2.0-rc2-SNAPSHOT (C:\Workspace\liquibase\samples\liquibase-ext-sqlgenerator\pom.xml) has 1 error
[ERROR] Non-resolvable parent POM org.liquibase:samples:2.0-rc2-SNAPSHOT for org.liquibase:liquibase-ext-sqlgenerator:2.0-rc2-SNAPSHOT: Failed to resolve PO
M for org.liquibase:samples:2.0-rc2-SNAPSHOT due to Missing:
- org.liquibase:samples:pom:2.0-rc2-SNAPSHOT
1 required artifact is missing.
for artifact:
org.liquibase:samples:pom:2.0-rc2-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
-> [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’m sure this is basic stuff - presumably something to do with repository locations. How do I get maven to find this package?
Any ideas?
Ben