File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,10 @@ Using Custom Checkstyle Property Expansion Definitions
68
68
<version>${project.version}</version>
69
69
<configuration>
70
70
<configLocation>checkstyle.xml</configLocation>
71
- <propertyExpansion>projectname=whizbang</propertyExpansion>
71
+ <propertyExpansion>
72
+ projectname=whizbang
73
+ anotherProperty=bazinga
74
+ </propertyExpansion>
72
75
</configuration>
73
76
</plugin>
74
77
</plugins>
@@ -91,7 +94,7 @@ Using Custom Checkstyle Property Expansion Definitions
91
94
<version>${project.version}</version>
92
95
<configuration>
93
96
<configLocation>checkstyle.xml</configLocation>
94
- <propertesLocation >${basedir}/checkstyle.properties</propertiesLocation>
97
+ <propertiesLocation >${basedir}/checkstyle.properties</propertiesLocation>
95
98
</configuration>
96
99
</plugin>
97
100
</plugins>
You can’t perform that action at this time.
0 commit comments