Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Build Birt with mvn

Dear friends of Birt,

I'm new to the BIRT code base and clone the repo. According to the
README.md I should be able to build it via:

mvn package -DskipTests

This fails with lots of the following error messages:

[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for
org.eclipse.birt.build:org.eclipse.birt.build-parent:[unknown-version]:
Could not find artifact
org.eclipse.birt:org.eclipse.birt-parent:pom:0.0.1-SNAPSHOT and
'parent.relativePath' points at wrong local POM @ line 4, column 10
[FATAL] Non-resolvable parent POM for
org.eclipse.birt.chart:org.eclipse.birt.chart-parent:[unknown-version]:
Could not find artifact
org.eclipse.birt:org.eclipse.birt-parent:pom:0.0.1-SNAPSHOT and
'parent.relativePath' points at wrong local POM @ line 5, column 10
[FATAL] Non-resolvable parent POM for
org.eclipse.birt.common:org.eclipse.birt.common-parent:[unknown-version]:
Could not find artifact
org.eclipse.birt:org.eclipse.birt-parent:pom:0.0.1-SNAPSHOT and
'parent.relativePath' points at wrong local POM @ line 4, column 10
[FATAL] Non-resolvable parent POM for
org.eclipse.birt.core:org.eclipse.birt.core-parent:[unknown-version]:
Could not find artifact
org.eclipse.birt:org.eclipse.birt-parent:pom:0.0.1-SNAPSHOT and
'parent.relativePath' points at wrong local POM @ line 4, column 10
[FATAL] Non-resolvable parent POM for
org.eclipse.birt.data:org.eclipse.birt.data-parent:[unknown-version]:
Could not find artifact
org.eclipse.birt:org.eclipse.birt-parent:pom:0.0.1-SNAPSHOT and
'parent.relativePath' points at wrong local POM @ line 4, column 10


Any advice how to fix that?

Best regards, Lars

-- 
Eclipse Platform UI and e4 project co-lead
CEO vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com


Back to the top