Description
Welcome to the issue tracker for the Maven Core! Here you can report bugs or feature requests that affect the heart of Maven. If you would like to report an issue for a particular plugin, please go to the plugin's JIRA project as listed on the Plugin Index. Likewise, issues about the Maven Ant Tasks should not be filled here but in their own JIRA project. If you encounter a problem while trying to run Maven via some IDE integration, please report the issue to the respective integrator.
Important:
When reporting an issue, please keep in mind that enabling developers to reproduce your problem is crucial for fixing it. Some bugs show only up on certain operating systems, JDK versions or project structures. Therefore, your report should include the following items:
- The debug output from your failing build. This can be obtained by adding the flag
-Xto the Maven command line and piping the output into a file:mvn -X goal > build.log.
You can then use the JIRA command "Attach file" to upload this log. Among others, this log will reveal your Maven version, the Java version, the operating system and the plugin versions. - Your POM files used for the build. Even more handy would be a minimal test project that demonstrates the failure such that a developer can simply unpack this project and jump right into your problem. Packaging this demo project as outlined in Creating a Maven Integration Test would be appreciated most because this allows to quickly incorporate the project into Maven's IT suite and guards against regressions of the problem.
Finally note that the issue tracker is not the right place to ask questions about Maven's usage. Instead, post an email to the Maven User List. This way, your question will not only reach the Maven developers but other users, too. Additionally, you can browse the official FAQ as well as the unofficial FAQ for popular questions.
- URL:http://maven.apache.org/
- Lead: Maven Developers List
- Key:MNG
MoreIssues: Due
Issues: 30 Day Summary
Issues: 31 created and 45 resolved