Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bnd-maven-plugin integration to m2e #1788

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Oct 27, 2024

  1. Add bnd-maven-plugin integration to m2e

    PDE now offers so called "shared components" (based on bndtools) we can
    leverage them to give a better user experience in m2e without needing
    the user to have bndtools (or pde) installed at all.
    
    Signed-off-by: Christoph Läubrich <[email protected]>
    laeubi committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    5129e2b View commit details
    Browse the repository at this point in the history
  2. Add adapter skeleton to adapt eclipse (maven) project to bnd

    Signed-off-by: Christoph Läubrich <[email protected]>
    laeubi committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    fd9e4e0 View commit details
    Browse the repository at this point in the history
  3. Setup basic properties and return as project

    Signed-off-by: Christoph Läubrich <[email protected]>
    laeubi committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    ddb603b View commit details
    Browse the repository at this point in the history
  4. Add mavenproject artifacts as implicit repository

    Signed-off-by: Christoph Läubrich <[email protected]>
    laeubi committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    cd90ffe View commit details
    Browse the repository at this point in the history
  5. Rebase

    Signed-off-by: Christoph Läubrich <[email protected]>
    laeubi committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    b9662aa View commit details
    Browse the repository at this point in the history
  6. Add a first POC for bnd autocompletion on pom files

    Signed-off-by: Christoph Läubrich <[email protected]>
    laeubi committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    5ba1378 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Add example of extension in regular bundle

    Signed-off-by: Christoph Läubrich <[email protected]>
    laeubi committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    9e1f790 View commit details
    Browse the repository at this point in the history