maven-enforcer
maven-enforcer copied to clipboard
Apache Maven Enforcer (Plugin)
**[Gene Smith](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gene)** opened **[MENFORCER-390](https://issues.apache.org/jira/browse/MENFORCER-390?redirect=false)** and commented With the commit to resolve MENFORCER-364, the rule "requireFileExists" checks that the canonical path of a file is the same as the absolute path....
**[James Nord](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jnord_cbs)** opened **[MENFORCER-517](https://issues.apache.org/jira/browse/MENFORCER-517?redirect=false)** and commented A project configured with an optional dependency with a snapshot version and enforcer with `requireReleaseDeps` set to fail should fail the build, however the...
**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** opened **[MENFORCER-506](https://issues.apache.org/jira/browse/MENFORCER-506?redirect=false)** and commented In 99% of cases users (and we as for that matter) need to "pull in" enforcer "extra rules" to use this single rule. This...
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** opened **[MENFORCER-509](https://issues.apache.org/jira/browse/MENFORCER-509?redirect=false)** and commented In case there's an aggregator outside of a multimodule project to trigger one or more multimodules, this rule fails. In the code is a...
**[Jeff Thomas](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jwt007)** opened **[MENFORCER-436](https://issues.apache.org/jira/browse/MENFORCER-436?redirect=false)** and commented I have defined the "maven-git-versioning-extension' in .mvn/extensions.xml with an explicit version. `` ` ` ` me.qoomon` ` maven-git-versioning-extension` ` 9.3.1` ` ` `` This...
**[Konrad Windszus](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kwin)** opened **[MENFORCER-433](https://issues.apache.org/jira/browse/MENFORCER-433?redirect=false)** and commented Similar to `requireProperty` there should be a `banProperty` which ensures that a property with a specific name is not set at all. This is...
**[Hüseyin Kartal](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hsyn)** opened **[MENFORCER-399](https://issues.apache.org/jira/browse/MENFORCER-399?redirect=false)** and commented As far a i know maven doesn't care where a value for ${variable} comes from. In a pom you can access a env.variable or...
**[Bertrand Renuart](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=brenuart)** opened **[MENFORCER-363](https://issues.apache.org/jira/browse/MENFORCER-363?redirect=false)** and commented I was looking for a way to verify a property is defined and is fully resolved. When it cannot resolve a placeholder, Maven usually...
**[Stefan Fussenegger](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=sfussenegger)** opened **[MENFORCER-241](https://issues.apache.org/jira/browse/MENFORCER-241?redirect=false)** and commented sometimes it is acceptable to allow some degree of version mismatches. For instance, if an artifact follows [semantic versioning rules](http://semver.org/) it is acceptable to...
**[Mikko Johannes Koivunalho](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mikko.koivunalho)** opened **[MENFORCER-261](https://issues.apache.org/jira/browse/MENFORCER-261?redirect=false)** and commented Implement rule to ban one or more profiles from being active. This has been discussed in MENFORCER-225. But no ticket was created, and...