Carefully read How to Report Bugs Effectively.
Failure to provide a good bug report will delay or even prevent resolution of your issue.
Proper bug reports include self-contained example projects with precise instructions on how to reproduce the bug. As a minimum, a debug log (
Before reporting a new bug, please double check whether the bug is still present in the latest release version of Maven. There is generally no reason to fill duplicate bug reports for issues that have already been fixed in newer releases.
The MNG JIRA project is for bugs and feature requests targetting the core of Apache Maven. Problems with any of the following components should be filled against their specific issue trackers:
Proper bug reports include self-contained example projects with precise instructions on how to reproduce the bug. As a minimum, a debug log (
mvn -X goal > build.log
) is required to collect necessary information about your software stack (OS, Java, Maven, plugins) like versions and configuration. Please note that the plugin configuration dumps in a debug log might contain sensitive information like passwords, so be sure to erase those before log submission.
Before reporting a new bug, please double check whether the bug is still present in the latest release version of Maven. There is generally no reason to fill duplicate bug reports for issues that have already been fixed in newer releases.
The MNG JIRA project is for bugs and feature requests targetting the core of Apache Maven. Problems with any of the following components should be filled against their specific issue trackers:
- Apache Maven Website
- Apache Maven Plugins, MojoHaus Plugins, etc.
- Contents of the Central Repository
- Apache Parent POM
- Search the mail archives first
- Read the official FAQ
- Use your favorite web search engine to locate existing information about the topic