Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] how to customize CDT's root pom.xml to build a IDE distribution?

Hi Justin,

you can create your own pom.xml, maybe copied from CDT's root pom.xml and then modified for what you want, and possible adapting paths to the proper location.  Then you tell maven to build that pom instead of the CDT one.

Marc


From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Justin You [justin.you@xxxxxxxxxxxx]
Sent: October 30, 2015 12:29 PM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] how to customize CDT's root pom.xml to build a IDE distribution?

Hi:

 

We had developed a CDT based IDE, on the before, we used ANT script and PDE/build to build our IDE distribution. Right now, we are trying to follow CDT’s maven-tycho build script. If my understanding is right, CDT’s build system generates master.zip that Eclipse can install it by update site mechanism. But how to customize CDT’s root pom.xml to build a CDT based IDE distribution? Thanks in advance.  

 

-Justin


Back to the top