Apache Maven
-
Enterprise Java
Maven Release to Nexus
1. Overview In the previous article of this series, we set up a deployment process with Maven to Nexus. In…
Read More » -
Enterprise Java
Maven Deploy to Nexus
1. Overview In a previous article, I discussed how a Maven project can locally install a third party jar that…
Read More » -
Enterprise Java
When Maven Dependency Plugin Lies
Problem: We had an integration test which creates a spring ClassPathXmlApplicationContext and while doing so the test blew up with…
Read More » -
Enterprise Java
Install local jar with Maven
1. The Problem and the options Maven is a very versatile tool and its available public repositories are second to…
Read More » -
Enterprise Java
Spring MVC + Hibernate + Maven: CRUD operations example
In this article I want to examine an example of Spring MVC + Hibernate + Maven usage. This set of…
Read More » -
Enterprise Java
Spring with Maven
1. Overview This tutorial will discuss how to setup Spring with Maven and will go over specific usecases of using…
Read More » -
Enterprise Java
How to replace a build module with Veripacks
Compare the two trees below. In both cases the goal is to have an application with two independent modules (frontend…
Read More » -
Enterprise Java
Using Maven Jetty plugin
Although I am using Maven since a long time I never used the Jetty plugin until recently. To be able…
Read More » -
Enterprise Java
Running unit tests and integration tests separately with Maven Failsafe and TestNG
Recently for my new pet project I decided that I would like to have some tests executed during standard mvn…
Read More »