All posts tagged with 'Maven'

Maven build plan and execution order

10-Mar-25

Update: The plugin is now hosted on Mojohaus, has a new artefact id and thus is automatically available in Maven without to having to supply the group id. I updated the snippets below. The latest version displays also the versions of the plugins being used. I recently stumbled upon the buildplan-maven-plugin and I find it […]

Read the complete article »

Releasing Maven based projects to Maven central

05-Feb-21

I published my first library on Maven central about 2013. A server side embedding tool for webpages based on OEmbed. I remember how happy and proud I was having published something in binary form “for all eternity”. Maven central is the canonical, default artifact repository for the built tool of the same name, Apache Maven. […]

Read the complete article »

What’s a Bill of Material BOM file?

22-Aug-19

Wikipedia says: A bill of materials or product structure (sometimes bill of material, BOM or associated list) is a list of the raw materials, sub-assemblies, intermediate assemblies, sub-components, parts, and the quantities of each needed to manufacture an end product. A BOM may be used for communication between manufacturing partners or confined to a single […]

Read the complete article »

Maven: Use JUnit 5 with Spring Boot for unit and integration tests

18-Jun-18

Last weekend, a new version of the Apache Maven Surefire-Plugin has been released: Kudos to @BenediktRitter and @tibor17 for making native #JUnit5 support in @ASFMavenProject Surefire 2.22.0 happen! ✅ Updated the #JUnit Maven samples via https://t.co/IOxKdS57Hk The provider hosted by the @junitteam will be deprecated soon. — Christian Stein (@sormuras) June 16, 2018 The Failsafe-Plugin […]

Read the complete article »