File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 116
116
</dependency >
117
117
</dependencies >
118
118
<configuration >
119
- <configLocation >checkstyle.xml</configLocation >
119
+ <configLocation >${project.basedir} / checkstyle.xml</configLocation >
120
120
<violationSeverity >info</violationSeverity >
121
121
<failOnViolation >false</failOnViolation >
122
122
</configuration >
126
126
<artifactId >formatter-maven-plugin</artifactId >
127
127
<version >2.14.0</version >
128
128
<configuration >
129
- <configFile >maven-eclipse-codestyle.xml</configFile >
129
+ <configFile >${project.basedir} / maven-eclipse-codestyle.xml</configFile >
130
130
</configuration >
131
131
<executions >
132
132
<execution >
141
141
<groupId >com.mycila</groupId >
142
142
<artifactId >license-maven-plugin</artifactId >
143
143
<configuration >
144
- <header >license_header_plain.txt</header >
144
+ <header >${project.basedir} / license_header_plain.txt</header >
145
145
<strictCheck >true</strictCheck >
146
146
<includes >
147
147
<include >src/**/*.java</include >
You can’t perform that action at this time.
0 commit comments