Fixed build error by adding the configuration base-directory to the POM.xml

This commit is contained in:
Jan van Nunen
2015-01-13 14:11:06 +01:00
parent 952ace3128
commit f58ee38cca

View File

@ -11,6 +11,7 @@
</parent>
<properties>
<config.basedir>${basedir}/../pmd-core</config.basedir>
<scala.version>2.10.4</scala.version>
</properties>