Re: checkstyle plugin and propertyExpansion
${basedir} has backslashes... and is parsed wrongly by: p.load( new StringInputStream( propertyExpansion ) ); Carsten Karkola wrote: We have our own checkstyle config with some file references. I tried to use them with org.apache.maven.plugins maven-checkstyle-plu
checkstyle plugin and propertyExpansion
We have our own checkstyle config with some file references. I tried to use them with org.apache.maven.plugins maven-checkstyle-plugin ${basedir}/../../checks.xml header.regexp.file=${basedir}/../../header_regexp.txt