Maven3
Cargo + Maven + Two Tomcats
Submitted by Tomek Kaczanowski on Tue, 01/29/2013 - 21:54Recently I've been struggling to make Maven execute two Tomcat instances (with different applications on different ports). I decided to put a solution here so you don't have to discover it by yourself.
Jenkins Maven - No SNAPSHOT project in the reactor projects list
Submitted by Tomek Kaczanowski on Thu, 12/13/2012 - 23:56Sometimes when releasing your projects on Jenkins you will encounter this Maven error message:
You don't have a SNAPSHOT project in the reactor projects list
even if your pom.xml contains proper (x.y-SNAPSHOT) version.
Java 7, Jenkins, Ubuntu 12.10 64bit issues
Submitted by Tomek Kaczanowski on Thu, 10/25/2012 - 16:21While installing Jenkins 1.486 on Ubuntu 12.10 server (64bit) with Java 7u9 I had two issues with libXrender.so.1 and libXtst.so.6 when running the first Maven build. I solved them and this post contains the solution.
Two Common Issues With Maven-Release-Plugin
Submitted by Tomek Kaczanowski on Tue, 10/11/2011 - 12:34Recently, when working with maven-release-plugin (used in some old, long forgotten codebase) we encountered few issues. This post explains two of them.
Build Script Length - Maven 3, Polyglot Maven, Gradle and Ant
Submitted by Tomek Kaczanowski on Thu, 11/04/2010 - 14:12A short comparison of length of the build files of Maven 3, Polyglot Maven (Groovy version), Ant and Gradle. Please notice that this is NOT a full comparison of these build frameworks!
This used to be my blog. I moved to http://tomek.kaczanowscy.pl long time ago.