Skip to content

Commit aeb27d0

Browse files
committed
merged with develop
2 parents 34582f7 + 88f9fae commit aeb27d0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -273,19 +273,19 @@
273273
<execution>
274274
<id>stylecheck</id>
275275
<phase>verify</phase>
276-
<configuration>
277-
<propertyExpansion>config_loc=${checkstyle.dir.path}</propertyExpansion>
278-
<configLocation>${checkstyle.file.path}</configLocation>
279-
<encoding>UTF-8</encoding>
280-
<logViolationsToConsole>true</logViolationsToConsole>
281-
<failOnViolation>${checkstyle.failOnViolation}</failOnViolation>
282-
<violationSeverity>warning</violationSeverity>
283-
</configuration>
284276
<goals>
285277
<goal>check</goal>
286278
</goals>
287279
</execution>
288280
</executions>
281+
<configuration>
282+
<propertyExpansion>config_loc=${checkstyle.dir.path}</propertyExpansion>
283+
<configLocation>${checkstyle.file.path}</configLocation>
284+
<encoding>UTF-8</encoding>
285+
<logViolationsToConsole>true</logViolationsToConsole>
286+
<failOnViolation>${checkstyle.failOnViolation}</failOnViolation>
287+
<violationSeverity>warning</violationSeverity>
288+
</configuration>
289289
</plugin>
290290
<plugin>
291291
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)