Skip to content

[MTOOLCHAINS-38] Add skipToolchains parameter for ToolchainMojo #68

Description

@jira-importer

Jacky Chan opened MTOOLCHAINS-38 and commented

If you use Github actions actions/setup-java@v2 to setup Java env, java version and vendor are all defined well, and it's not necessary to active maven-tools-plugin. 

- uses: actions/setup-java@v2
  with:
    distribution: 'temurin'
    java-version: '11'

If you can not skip maven-tools-plugin, and you should create a ~/.m2/toolchains.xml file for CI. 


Affects: 3.0.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority:minorMinor loss of function, or other problem where easy workaround is present

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions