Skip to content

EffectivePomMojo encoding fallback can return null #394

Description

@elharo

In src/main/java/org/apache/maven/plugins/help/EffectivePomMojo.java:110:

String encoding = output != null ? project.getModel().getModelEncoding() : System.getProperty("file.encoding");

System.getProperty("file.encoding") can theoretically return null.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions