Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] cdt_8_2 branch not building?

Hi, 

I just tried to build the cdt_8_2 branch locally with maven and it's
failing with errors, for example:

org.eclipse.cdt.repo:8.2.0-SNAPSHOT has 1 error [ERROR]
Non-resolvable parent POM: Could not find artifact
org.eclipse.cdt:cdt-parent:pom:8.2.0-SNAPSHOT and 'parent.relativePath'
points at wrong local POM @ line 7, column 10 -> [Help 2]

the root pom.xml is version 8.2.1 but
releng/org.eclipse.cdt.repo/pom.xml points to a parent of version 8.2.0
which is wrong.

How come the build on Hudson succeeds? Is there some caching going on
that we could disable?

Thanks,

Marc-Andre


Back to the top