Recommended read: No-bullshit guide on publishing your Gradle projects to Maven Central • madhead https://madhead.me/posts/no-bullshit-maven-publish/
Tag maven
Post details
If you have a #Maven parent POM for your org or project, here's an enforcer rule to put into it which will ban any current of future usage of vulnerable #log4j2 versions. gist.github.com/gunnarmorling/…Gunnar Morling 🌍 (@gunnarmorling)Sat, 11 Dec 2021 09:42 GMT
Using Bill of Materials to Simplify Dependency Management (3 mins read).

Producing a Bill of Materials to simplify dependency management for Java projects.
Post details
Your pom.xml might list just 7 dependencies, but your application might be dependent on many more. One of my favorite @intellijidea features is being able to view ALL the dependencies in my @ASFMavenProject project, in a visual manner (including its transitive dependencies).Mala Gupta (@eMalaGupta)Tue, 22 Jun 2021 03:31 +0000
Running Multiple JDK Versions with the Maven Toolchains Plugin (1 mins read).

How to use the maven-toolchains-plugin to configure multiple JDKs on your machine.
Generate Plain Old Java Objects (POJOs) from XML Schema Definitions with Maven (1 mins read).

How to generate POJOs really quickly and easily, with no manual work, using the Mojohaus jaxb2-maven-plugin.
Recommended read: pom.xml - Differences between dependencyManagement and dependencies in Maven - Stack Overflow https://stackoverflow.com/questions/2619598/differences-between-dependencymanagement-and-dependencies-in-maven
Recommended read: Check for updates with Maven dependencies https://stackoverflow.com/a/2687228
Gotcha: Running both JUnit4 and JUnit5 Together with Maven (1 mins read).

How to make sure your JUnit4 and JUnit5 Maven tests work within the same project.
Setting Your Maven Project Versions (1 mins read).

How to set the versions of all Maven pom.xml
s within a Maven project.
Creating a versionable, self-contained (fat-/uber-) JAR for Gatling tests (17 mins read).

Why you'd want a fat JAR for your Gatling tests and how you'd achieve it.
Creating a versionable, self-contained (fat-/uber-) JAR for Cucumber tests (11 mins read).

Why you'd want a fat JAR and how you'd achieve it.
You're currently viewing page 1 of 1, of 15 posts.