NerdGerl

Posts Tagged ‘maven

Sonar and Hudson

Posted by: nerdgerl on: September 17, 2009

I recently found out about Sonar after finding issues with running Cobertura on multi-module maven projects (see nabble post). Sonar looked like it solved this issue and added a whole stack more insight into the code quality of a project. I got a Sonar demo up and running fine locally and convinced my team it [...]

Tags: , , ,

Running JavaFX project on Linux thru Hudson

Posted by: nerdgerl on: September 8, 2009

If you want to get your FX project setup as a Job in Hudson. Simply follow the steps below and victory will be yours! Download the javaFX1.2 SDK installation file for Linux Copy the installation script to the desired locatio Create a new environment variable $JFX_HOME and set it to the base directory of you [...]

Tags: , ,

Creating a test jar in Maven

Posted by: nerdgerl on: July 24, 2009

I had an integration test utilty class in one project that I needed to use in another project. The class was located in src/test/java. Follow the steps below to package up these test classes into a jar for use as a dependency in another project. 1. Add the following plugin to the project with the [...]


Follow

Get every new post delivered to your Inbox.