Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Using Maven Dependencies and Keeping them Up-to-date

This looks very promising, Ed. Thank you.

On Tue, 24 Jan 2023 at 13:36, Ed Merks <ed.merks@xxxxxxxxx> wrote:
Hi,

I've been working on a generator for analyzing Maven dependencies in
*.target files for helping to keep them-up-to-date:

   https://bugs.eclipse.org/bugs/show_bug.cgi?id=581397

I provided documentation in this public Github repo because
git.eclipse.org doesn't provide nice *.md rendering:

   https://github.com/merks/simrel-maven/blob/main/README.md

The generated reports (described and linked in the above README.md) are
useful for each SimRel project; I've been using the one for the Platform
to keep the Platform up-to-date.  I just copy and update the
updated.target linked in the report.)

This new infrastructure also produces the following site which contains
all the direct-from-maven dependencies of all the projects, updated to
their latest versions, including source bundles, along proper PGP
signatures.

   https://download.eclipse.org/oomph/simrel-maven/nightly/latest

It is my hope that by all of the projects using the latest version of
such dependencies that we will further reduce duplicates in the train
repository.  I still need to figure out what must be done to ensure that
every dependency has been properly IP reviewed.  Then perhaps some
project will also wish to consume bundles from this source when it
starts to produce milestone builds...

If you have any follow up questions or suggestions please use the above
Bugzilla or use the following issue for that purpose:

   https://github.com/merks/simrel-maven/issues/1

Regards,
Ed

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev

Back to the top