-
My build is failing because the maven-jarsigner-plugin fails to rename the jar. This only happens when I configure the maven-enforcer-plugin with the linkage-checker to run in the same phase (verify).…
-
### Description
It would be great to at least somehow track the 3rd party deps in a way that they need changes to the PR itself if new ones gets added - which will drag attention toward them and co…
-
Current enforcer (`0.8.0`) will output a warning when rules related to artifact resolution are configured in a build. This warning occurs because `settings` resolves configurations belonging to a proj…
-
I am trying to migrate Casbin.net package from V1.13.0 to V2.9.1. I was validating my permission setup with this function in the earlier version.
```
private bool IsValidPermissionPolicySetup(stri…
-
Roughly
1. Follow/don't follow (include/don't include?) optional dependencies
2. Follow/don't follow (include/don't include?) provided dependencies
Needs a little more planning to figure out wh…
-
Hi, we ran into an issue where the eval() or other matcher functions are not supported for large request or policy sizes:
```
[Fact]
public void EvalInNonGenericTest()
{
var model = Default…
-
The build of microprofile-conference fails with unhelpful dependency resolution errors with mvn < 3.2.5 (#88). To mitigate the issue a maven enforcer rule can be added, which should enforce maven ver…
-
In Quarkus core repo, we enforce quite a lot of things including some banned dependencies.
I'm not sure all the rules make sense for quarkiverse-parent but I think we should consider importing at l…
-
Logged queries shows that following queries are executed when calling `enforcer.deleteUser()`
```sql
DELETE from casbin_rule WHERE ptype = 'p';
DELETE from casbin_rule WHERE ptype = 'g';
```
-
First of all, thanks for this project! I was frankly surprised to see that Maven didn't already facilitate the filtering of dependencies by license type. This is an important feature for many organiza…