Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mdht-dev] Eclipse.org maven and hudson builds

I omitted the update site URL in previous email, it is:

http://download.eclipse.org/modeling/mdht/updates/nightly


Thank you,
  Dave Carlson, Ph.D.
  mobile: 406-253-3055
  email: dcarlson@xxxxxxxxxxxxxxx
  Clinical Cloud Solutions LLC, healthcare on HL7 FHIR

On Mon, Feb 15, 2016 at 10:47 AM, Dave Carlson <dcarlson@xxxxxxxxxxxxxxx> wrote:
I updated/added the Maven pom files for 'core' and 'fhir' modules in git master.  The top-level pom is based on that used by Papyrus to include necessary maven plugins and profiles for packing and signing all plugins and features included in a released update site.  This runs in local workstation and also on Hudson:


The last piece I am working on is to add a post-build script (again copying from Paprus) that copies the build update site to   with subfolders under that for 'neon' and 'mars'.  The primary build is currently using mars, but I will switch to neon today, as per Eclipse.org convention building master using latest platform.

Exploring different Hudson build jobs, there are currently 3

* nightly, runs at 1am each night, and packs (but does not sign plugins)
* release, run manually, packs and signs plugins
* scm, polls git repo every 20 minutes and runs if there are changes

Thank you,
  Dave Carlson, Ph.D.
  mobile: 406-253-3055
  email: dcarlson@xxxxxxxxxxxxxxx
  Clinical Cloud Solutions LLC, healthcare on HL7 FHIR


Back to the top