Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Create maven profile to control installed/build eclipse features?

You will have to create two separate .product files and likely two
different modules.

--
Regards,
Igor

On 12-05-25 8:12 AM, motes motes wrote:
I have an eclipse rcp application/product that I build using tycho.
Now I would like to create a profile (developer profile) for building
the application for inhouse testing purposes and another profile
(product profile) for building the application for production - this
is not a substitute for creating releases.

Currently I have separated the developer specific plugins in a feature
so I can add/remove the feature from the product when building for the
required targets.

Any suggestions on how to disable/enable features from maven using
build profiles? Or is there a better approach to build an application
with different configurations?
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top