Apache Maven
-
Enterprise Java
Maven Reports in Jenkins
Code quality is a sensitive topic. It affects your maintenance cost as well as your customer satisfaction. Not to mention…
Read More » -
Enterprise Java
Creating Code Coverage Reports for Unit And Integration Tests with The JaCoCo Maven Plugin
When I started using Java 7, I noticed right away that the Cobertura Maven plugin doesn’t support it. This was…
Read More » -
Enterprise Java
How to run Ant targets with Maven?
The maven-antrun-plugin allows us to run ant targets with various maven build phases. I am going to explain very practical…
Read More » -
Enterprise Java
Selenium Test Automation with Maven
Today i want to help you manage your Automated GUI Tests (Selenium) better. In the past i have seen many…
Read More » -
Groovy
Maven: Start an external process without blocking your build
Let’s assume that we have to execute a bunch of acceptance tests with a BDD framework like Cucumber as part…
Read More » -
Enterprise Java
Spring JPA Data + Hibernate + MySQL + Maven
Development of web-applications with the help of Spring MVC implies creation of several logical layers of architecture. One of the…
Read More » -
Enterprise Java
Accessing An Artifact’s Maven And SCM Versions At Runtime
You can easily tell Maven to include the version of the artifact and its Git/SVN/… revision in the JAR manifest…
Read More » -
Enterprise Java
Running Solr with Maven
Running Solr with Maven Solr is an open source search server which is built by using the indexing and search…
Read More » -
Enterprise Java
Spring Security with Maven
1. Overview This article will explain how to setup Spring Security with Maven and will go over specific use-cases of…
Read More »