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

feat: maven rockcraft plugin #728

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 8, 2024

  1. feat: maven rockcraft plugin

    Add overrides for craft-part maven plugin to allow
    building Maven projects in rockcraft.
    
    Namely:
     - Do not link /bin/java as it conflicts with the base-files_base slice
     - Restrict PATH to /usr/bin in order to avoid picking up unwanted JVM.
       Use can override PATH in the plugin environment settings if /usr/bin
       is not sufficient.
    vpa1977 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    13f71d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. test: only copy modules file

    vpa1977 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c76815f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    810587a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e864d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a65ae9 View commit details
    Browse the repository at this point in the history
  5. test: remove maven download spam

    - use -B to skip printing download logs
    vpa1977 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    81b02fe View commit details
    Browse the repository at this point in the history
  6. test: log actual vs expected content

    Log actual directory content and expected rock file name.
    vpa1977 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4aaa3e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    19a5494 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    30d1320 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a865428 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. doc: add rockcraft-specific maven docs

    Maven plugin is overriden in rockcraft.
    Add rockcraft-specific instructions for the plugin.
    vpa1977 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    26440ec View commit details
    Browse the repository at this point in the history
  2. lint(maven_plugin.rst): reformat file

    - fix linter 'line too long' warnings
    vpa1977 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    d47db08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84de8ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a732138 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4014687 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    9c3985f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    5224edf View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    bdaec03 View commit details
    Browse the repository at this point in the history
  2. Update tests/spread/rockcraft/plugin-maven/rockcraft.yaml

    Co-authored-by: Tiago Nobrega <[email protected]>
    vpa1977 and tigarmo authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b68dce7 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. fix: put /usr/bin in front

    Do not touch path,  just put /usr/bin as a priority
    vpa1977 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    5d745ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    940315a View commit details
    Browse the repository at this point in the history