File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 116116 </dependency >
117117 </dependencies >
118118 <configuration >
119- <configLocation >checkstyle.xml</configLocation >
119+ <configLocation >${project.basedir} / checkstyle.xml</configLocation >
120120 <violationSeverity >info</violationSeverity >
121121 <failOnViolation >false</failOnViolation >
122122 </configuration >
126126 <artifactId >formatter-maven-plugin</artifactId >
127127 <version >2.14.0</version >
128128 <configuration >
129- <configFile >maven-eclipse-codestyle.xml</configFile >
129+ <configFile >${project.basedir} / maven-eclipse-codestyle.xml</configFile >
130130 </configuration >
131131 <executions >
132132 <execution >
141141 <groupId >com.mycila</groupId >
142142 <artifactId >license-maven-plugin</artifactId >
143143 <configuration >
144- <header >license_header_plain.txt</header >
144+ <header >${project.basedir} / license_header_plain.txt</header >
145145 <strictCheck >true</strictCheck >
146146 <includes >
147147 <include >src/**/*.java</include >
You can’t perform that action at this time.
0 commit comments