All posts tagged with 'Maven'

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 »

Integration testing with Docker and Maven

25-Aug-16

This post will use Maven the Maven Failsafe Plugin Docker and the docker-maven-plugin by fabric8 to provide an integration test environment for Spring Boot applications, running at least JUnit 4.12, Spring Boot 1.4, the Failsafe plugin in the version managed by Spring Boot and the latest docker-maven-plugin. Gerald Venzl asked for it on twitter especially […]

Read the complete article »