Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Question on Maven/Tycho target mechanism

Thanks for the replys, they helped in solving!

 

Date: Fri, 20 Feb 2015 08:04:53 +0000

From: "Sievers, Jan" <jan.sievers@xxxxxxx>

To: Tycho user list <tycho-user@xxxxxxxxxxx>

Subject: Re: [tycho-user] Question on Maven/Tycho target mechanism

                using .target      file

Message-ID:

                <F8F18CC0DECD384BAC6FBAD1A7C49A4899638DF1@xxxxxxxxxxxxxxxxxxxxxxxxxxx>

Content-Type: text/plain; charset="iso-8859-1"

 

relativePath is not supported for target GAVs, version is required.

 

you need to specify the full GAV.

 

This kind of incomplete configuration should actually fail the build with a clear error message:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=460399

 

 

Regards

Jan

 

 

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Geyer-Blaumeiser Lars (ETAS/ESW ETAS/ESW5)

Sent: Freitag, 20. Februar 2015 08:10

To: tycho-user@xxxxxxxxxxx

Subject: [tycho-user] Question on Maven/Tycho target mechanism using .target file


Back to the top