Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

[MCOMPILER-442] Add "showLint" option #175

@sos-jira-migration-bot

Description

@sos-jira-migration-bot

mike duigou opened MCOMPILER-442 and commented

Add a showLint configuration option to eliminate the need to use

 

<configuration>
  <fork>true</fork>
  <compilerArgs>
    <arg>-Xlint:all</arg>
  </compilerArgs>
  ...
</configuration>

to configure the display of compiler lint messages. The advantage to a showLint configuration would be that it is more ammenable to inclusion in a parent or reactor project for inheritance in to sub-modules.

The <showLint> element, if present would add the "-Xlint" option to the compiler command line and the contents of the element as the parameter. ie.

<showLint>all,-options,-path</showLint>

would add:

-Xlint:all,-options,-path

to the compiler command line.


Affects: 3.8.1

Remote Links:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions