Posts Tagged ‘Maven’

Creating A Maven Project

22nd March 2009 by jt 2 Comments

Whenever starting a new Java project, if you plan to use Maven, you should start from a Maven project.  I don’t recommend trying to start the project in your favorite IDE, then later switch over to Maven.  All the major Java IDEs are supporting Maven now.  You’ll save yourself a lot of pain and frustration [...]

CI Builds with PL/SQL

21st March 2009 by jt 3 Comments

Getting started with CI Builds for PL/SQL