Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Several target platform configurations

Right, thanks for a quick reply! I used to define a target platform in the parent pom, and for some reason haven't thought about moving it to a child.

/Mikhail

----- Ursprungligt meddelande -----
Från: "Igor Fedorenko" <igor@xxxxxxxxxxxxxx>
Till: tycho-user@xxxxxxxxxxx
Skickat: fredag, 30 aug 2013 17:07:37
Ämne: Re: [tycho-user] Several target platform configurations

Each project can have separate target platform configuration

--
Regards,
Igor

On 2013-08-30 5:05 AM, Mikhail Kalkov wrote:
> Hi,
>
> I have several different target platforms:
>   - Target A: o.e.platform 4.3.0 + o.e.cdt 8.2.0 + o.e.emf.ecore 2.9.0
>   - Target B: o.e.platform 3.7.2 + o.e.cdt 8.0.2 + o.e.emf.ecore 2.7.1
>   - Target C: o.e.platform 4.2.1 + o.e.cdt 8.1.1 + o.e.emf.ecore 2.8.1 + com.foo.bar 1.2.3
> and several plug-ins:
>   - Plugin 1 is only supposed to work on Target A.
>   - Plugin 2 is only supposed to work on Target B.
>   - Plugin 3 is only supposed to work on Target C.
>   - Plugins 4-10 are supposed to work on all three of these target platforms.
>
> Does anybody know if it is possible to have per-plugin target-platform-configuration settings or do I have to run maven three times with different profiles?
>
> Kind regards,
> Mikhail Kalkov
>
> Purple Scout AB
> Software Developer
>
> Address: Kyrkogatan 20-22, SE-41110 Gothenburg, Sweden
> Phone:   +46 (0) 732 - 051405
> E-mail:  mikhail.kalkov@xxxxxxxxxxxxxx
> Web:     www.purplescout.se
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user
>
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top