Setting up your Maven settings.xml
to release a Jenkins plugin (1 mins read).
How to set up your crdentials to release a Jenkins plugin via Maven.
Setting up your Maven settings.xml
to release a Jenkins plugin (1 mins read).
How to set up your crdentials to release a Jenkins plugin via Maven.
POM bears, the preferred snack of the Apache Maven project.
Scarlet (@NekomimiScience)Sun, 02 Apr 2023 09:31 +0000
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.
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.
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 17 posts.