Skip to content

javax.mail pom can not be parsed. #71

@emilyselwood

Description

@emilyselwood

The pom for the javax.mail jar contains compiler arguments which cause problems.

<compilerArguments>
            <Xlint:all/>
            <Xlint:-rawtypes/>
            <Xlint:-unchecked/>
            <Xlint:-finally/>
 </compilerArguments>

This triggers a org.xml.sax.SAXParseException during the build.

I have a fix and will submit a pull request shortly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions