File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,7 +68,10 @@ Using Custom Checkstyle Property Expansion Definitions
6868 <version>${project.version}</version>
6969 <configuration>
7070 <configLocation>checkstyle.xml</configLocation>
71- <propertyExpansion>projectname=whizbang</propertyExpansion>
71+ <propertyExpansion>
72+ projectname=whizbang
73+ anotherProperty=bazinga
74+ </propertyExpansion>
7275 </configuration>
7376 </plugin>
7477 </plugins>
@@ -91,7 +94,7 @@ Using Custom Checkstyle Property Expansion Definitions
9194 <version>${project.version}</version>
9295 <configuration>
9396 <configLocation>checkstyle.xml</configLocation>
94- <propertesLocation >${basedir}/checkstyle.properties</propertiesLocation>
97+ <propertiesLocation >${basedir}/checkstyle.properties</propertiesLocation>
9598 </configuration>
9699 </plugin>
97100 </plugins>
You can’t perform that action at this time.
0 commit comments