Skip to main content

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

Build using maven 3.3.3.  One of the quirks of tycho is that plugin version information might conflict between maven and osgi, and the versioning strategy currently in place relies on maven bug MNG-5840 which was fixed in 3.3.9.

-- 
Ben Gamble // bgamble@xxxxxxxxxxxx

-----Original Message-----
From: birt-dev-bounces@xxxxxxxxxxx [mailto:birt-dev-bounces@xxxxxxxxxxx] On Behalf Of Lars Vogel
Sent: Friday, February 24, 2017 2:46 AM
To: birt-dev@xxxxxxxxxxx
Subject: [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: https://urldefense.proofpoint.com/v2/url?u=http-3A__www.vogella.com&d=DwIGaQ&c=ZgVRmm3mf2P1-XDAyDsu4A&r=qFz7FW0_JPLxtOHR-ix3P-yjcpmGJ9OIHshnfMgHtPw&m=ztUA8o17z5-E2_lNQjiUqet27gxVxb2PW2sp8keYlas&s=Pz-09ju8icRRVBUN7E6NJ3nO228XE6R4iYt_znt9VbU&e=
_______________________________________________
birt-dev mailing list
birt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://urldefense.proofpoint.com/v2/url?u=https-3A__dev.eclipse.org_mailman_listinfo_birt-2Ddev&d=DwIGaQ&c=ZgVRmm3mf2P1-XDAyDsu4A&r=qFz7FW0_JPLxtOHR-ix3P-yjcpmGJ9OIHshnfMgHtPw&m=ztUA8o17z5-E2_lNQjiUqet27gxVxb2PW2sp8keYlas&s=f3grscqACyj-ippOQcd4nTNPNRij8Nncx2iRzXFY7nE&e= 

Back to the top