Apache Maven
-
DevOps
Docker All The Things for Java EE Developers – On Windows with Maven
Everybody seems to do Docker these days. And the whole topic gets even more attraction with Microsoft committed to integrate…
Read More » -
Enterprise Java
How to Integrate Commercial Third-Party Artefacts into Your Maven Build
According to a recent survey by ZeroTurnaround’s RebelLabs, Maven is still the leading Java build platform. The current market share…
Read More » -
Enterprise Java
Do you really want to speed up your Maven compile/packaging? Then takari lifecycle plugin is the answer.
Like many of you out there, I am working with a multi module Maven project. It is not a huge…
Read More » -
Desktop Java
Efficient Creation of Eclipse Modules with Maven Archetype
Maven Archetype is a project templating toolkit that provides developers with the means to generate parameterized versions of built-in or…
Read More » -
Enterprise Java
Configure JBoss / Wildfly Datasource with Maven
Most Java EE applications use database access in their business logic, so developers are often faced with the need to…
Read More » -
Enterprise Java
Maven excludes all transitive dependencies
“Transitive dependencies are a new feature in Maven 2.0. This allows you to avoid needing to discover and specify the…
Read More » -
Core Java
Maven Common Problems and Pitfalls
Love it or hate it (and a lot of people seem to hate it), Maven is a widely used tool…
Read More » -
Enterprise Java
Hosting a Maven repository on github (with sources and javadoc)
How to make a small open sourced library available to other developers via maven? One way is to deploy it…
Read More » -
Enterprise Java
How to Release to Maven Central, in One Click
When I release a new version of jcabi-aspects, a Java open source library, to Maven Central, it takes 30 seconds…
Read More »