From 7adb56db2c8388a1d21d033513cb5087adc3652d Mon Sep 17 00:00:00 2001 From: Christian Wulf <chw@informatik.uni-kiel.de> Date: Tue, 16 Dec 2014 13:37:46 +0100 Subject: [PATCH] fixed NPE when using maven checkstyle plugin --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 40badc06..120d9020 100644 --- a/pom.xml +++ b/pom.xml @@ -183,7 +183,7 @@ <goal>check</goal> </goals> <configuration> - <configLocation>${project.basedir}/conf/quality-config/cs-conf.xml</configLocation> + <configLocation>${basedir}/conf/quality-config/cs-conf.xml</configLocation> <includeTestSourceDirectory>true</includeTestSourceDirectory> <encoding>UTF-8</encoding> <consoleOutput>true</consoleOutput> -- GitLab