Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Target platform definition resolution doubt

Oh my !!!  :s

I did right in the target-platform-configuration configuration at root POM but didn't in the Target project... :(

Now it works !!

Well, the strange thing is that my entire building was working fine since 0.12.0 when calling "mvn verify" from root... Tycho never had complain about this miss word...

Thanks you very much, Tobias.

cheers

Cristiano

On 04/01/12 06:20, Oberlies, Tobias wrote:
<configuration>
<artifacts>
<artifact>
<file>jbehave-osgi-indigo.target</file>
<type>target</type>
<classifier>indigo</classifier>
</artifact>
</artifacts>
</configuration>
Classifier must be the same as the file name without extension, i.e. in your case "jbehave-osgi-indigo"

Regards
Tobias

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top