lint-maven-plugin icon indicating copy to clipboard operation
lint-maven-plugin copied to clipboard

POM lint plugin for maven - *** No longer supported ***

Results 11 lint-maven-plugin issues
Sort by recently updated
recently updated
newest added

Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.8 to 1.4.16. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.thoughtworks.xstream:xstream&package-manager=maven&previous-version=1.4.8&new-version=1.4.16)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

I get a NullPointerException in my build when I use the GAVOrder rule. Potentially looks like a similar bug to [this](https://github.com/lewisd32/lint-maven-plugin/issues/17 ) issue, which seems like it was fixed in...

Bumps `spring.version` from 3.1.1.RELEASE to 5.2.1.RELEASE. Updates `spring-core` from 3.1.1.RELEASE to 5.2.1.RELEASE Release notes *Sourced from [spring-core's releases](https://github.com/spring-projects/spring-framework/releases).* > ## v5.2.1.RELEASE > ## :star: New Features > > - Support...

dependencies

In our company, we like to control everything going to production. Therefore, dependency management is very important. Some lazy developers tend to use the Spring starter packages, like org.springframework.boot:spring-boot-starter-actuator These...

* Warn on empty unit test suite * Warn on missing code coverage (e.g. JaCoCo, Cobertura)

Some Java developers consider nested Maven multiprojects to be an anti-pattern that introduces more problems than it solves. While I don't 100% agree, I do think it would be helpful...

Consider the following POM. It defines two identical dependencies in its `` section, but in one case the `groupdId` is specified as a variable, while in the other case it's...

So, we had a situation where we depending on a war project for some html files. We did this as a straight war dependency and let maven and the war...

It's hard to understand, from the code _or_ the documentation, what the precedence is between these 3 ways of telling the plugin which rules to run. Some thought will need...