maven-enforcer icon indicating copy to clipboard operation
maven-enforcer copied to clipboard

Apache Maven Enforcer (Plugin)

Results 50 maven-enforcer issues
Sort by recently updated
recently updated
newest added

- requireReleaseDeps does not support optional dependencies or runtime scope #null - show rules processed #null - Enforcer 3.0.0 breaks with Maven 3.8.4 #null - Violation messages can be really...

**[Marcono1234](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=marcono1234)** opened **[MENFORCER-432](https://issues.apache.org/jira/browse/MENFORCER-432?redirect=false)** and commented For projects which are either used as parent by other projects, or which are used as Bill of Materials (BOM) and which declare dependencies in...

enhancement
priority:minor

**[Kaustav Das](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER280654)** opened **[MENFORCER-405](https://issues.apache.org/jira/browse/MENFORCER-405?redirect=false)** and commented I have a multi module project and have accidentally defined dependency of one artifact in multiple child maven module each having different version. Enforcer...

bug
priority:major

**[Vladimir B](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER287072)** opened **[MENFORCER-414](https://issues.apache.org/jira/browse/MENFORCER-414?redirect=false)** and commented I get the following warning reported by the dependency convergence rule of the plugin: ```java Dependency convergence error for io.netty:netty-tcnative-boringssl-static:jar:2.0.50.Final:compile paths to dependency are:...

bug
priority:major

**[Kaustav Das](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER280654)** opened **[MENFORCER-406](https://issues.apache.org/jira/browse/MENFORCER-406?redirect=false)** and commented  Enforcer plugin not able to detect this duplicate dependency coming via transitive dependency and project gets build successfully. Is there any way to define...

bug
priority:major

**[Nils Christian Ehmke](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=nils)** opened **[MENFORCER-473](https://issues.apache.org/jira/browse/MENFORCER-473?redirect=false)** and commented Hi, We noticed that our custom rule, using the newer API (as documented [here)](https://maven.apache.org/enforcer/enforcer-api/writing-a-custom-rule.html) is not processed using Java 17. We created a...

bug
priority:major

1. Avoid abbreviations 2. Increase test coverage 3. Make messages platform independent 4. Don't double print paths to files 5. Verify test setup with assumptions rather than asserts

waiting-for-feedback

**[Pascal Knüppel](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=captgoldfish)** opened **[MENFORCER-520](https://issues.apache.org/jira/browse/MENFORCER-520?redirect=false)** and commented From yesterday to today we are suddenly getting the following error: ```java [ERROR] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps failed with message: [ERROR] Failed while enforcing RequireUpperBoundDeps....

bug
priority:major

**[Jacques Burns](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jmathewburns)** opened **[MENFORCER-519](https://issues.apache.org/jira/browse/MENFORCER-519?redirect=false)** and commented We ran into this issue at work where we had to prevent a certain JAR from ever appearing in the local repository of our...

priority:minor

**[Juan Farré](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER308727)** opened **[MENFORCER-518](https://issues.apache.org/jira/browse/MENFORCER-518?redirect=false)** and commented I defined a plugin inside a profile, using a property for the artifactId. See [^pom.xml] I got the following error: !error3.9.9.PNG! This was with...

bug
priority:major