Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Getting the product "Launcher Name" in pom file?

Ah good point, thanks!

On Mon, Sep 26, 2011 at 5:15 PM, Sievers, Jan <jan.sievers@xxxxxxx> wrote:
>>Or is it possible to specify it in the pom instead and then use that
>>property in the .product file instead?
>
> try maven resource filtering
>
> http://maven.apache.org/plugins/maven-resources-plugin/examples/filter.html
>
> define a property in your POM, use it in the .product file and switch on
> resource filtering for the .product file.
>
> Regards
> Jan
>
>
> -----Original Message-----
> From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of motes motes
> Sent: Montag, 26. September 2011 13:52
> To: Tycho user list
> Subject: [tycho-user] Getting the product "Launcher Name" in pom file?
>
> In my .product file I have specified a launcher name:
>
> <product name="My Product" uid="..." id="..." application="..."
> version="1.0.1.qualifier" useFeatures="true" includeLaunchers="true">
>
> During the build I need to use this name (I don't want to specify a
> property which is a copy of the name value in the above tag) for some
> installer settings. Is there anyway to get this name in the pom? Or is
> it possible to specify it in the pom instead and then use that
> property in the .product file instead?
> _______________________________________________
> 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