| Re: [cdt-dev] Mavenize cdt_7_0 |
|
No, I just use the XML Editor from the Indigo repo, or even emacs. They’re pretty simple files. They key is to get maven 3.0.3 from apache and then run: .../apache-maven-3.0.3/bin/mvn clean install
From the root repo directory. If you commit and push the poms, I can take a quick look. The key one will be the root pom.xml that specifies things like p2 repo locations and the list of
modules (i.e. projects) that will be built. Not sure if any of the structure has changed since 7.0. :D From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Vivian Kong Hi Doug, |