-
Recent Posts
Archives
Categories
Link
Meta
Monthly Archives: July 2011
Maven: Check for dependecy and plugin updates
Ever wanted to check if there are updates for any of your Maven project dependencies or plugins? It’s as easy as doing mvn versions:display-dependency-updates versions:display-plugin-updates From Maven Versions Plugin.
Posted in Java, Maven
Leave a comment
Eclipse Jubula Automated Test Ant File
As a followup to my previous post on automating Eclipse Jubula tests with Jenkins, here’s an Ant file that Extracts the target platform (Eclipse in this case) and Jubula’s instrumentation plugin Deploys the plugins under test into the target platform … Continue reading
Posted in Eclipse, Java, Jenkins, Testing
4 Comments