maven icon indicating copy to clipboard operation
maven copied to clipboard

Apache Maven core

Results 276 maven issues
Sort by recently updated
recently updated
newest added

Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MNG) filed for the change (usually before you start working...

This PR ensures that when a multi module project is resumed halfway, the project progress counter is not reset. [Related issue](https://issues.apache.org/jira/browse/MNG-7098). Following this checklist to help us incorporate your contribution...

Related issue: https://issues.apache.org/jira/browse/MNG-7310 Related PR for integration tests (WIP): https://github.com/apache/maven-integration-testing/pull/131 --- Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a...

…esolver This closes #776 Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MNG) filed for the change...

I'm currently try to fetch a specific EventSpy to inject an event there (maven-profiler). Sadly in my maven plugin when I try to get it injected: @Requirement(role = EventSpy.class, hint...

https://issues.apache.org/jira/browse/MNG-7316 Following this checklist to help us incorporate your contribution quickly and easily: To make clear that you license your contribution under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) you...

Following this checklist to help us incorporate your contribution quickly and easily: - [x] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MNG) filed for the change (usually before you start working...

https://issues.apache.org/jira/browse/MNG-7401 https://issues.apache.org/jira/browse/MNG-7474 @laeubi this supersedes https://github.com/apache/maven/pull/666

Related PRs: * https://github.com/apache/maven-plugin-tools/pull/117 * https://github.com/apache/maven-plugin-testing/pull/24 * https://github.com/apache/maven-install-plugin/pull/35 * https://github.com/apache/maven-deploy-plugin/pull/27 * https://github.com/apache/maven-clean-plugin/pull/20 * https://github.com/apache/maven-compiler-plugin/pull/147 * https://github.com/apache/maven-filtering/pull/46 * https://github.com/apache/maven-resources-plugin/pull/35

Warn if ancient plugin used.