Skip to content

Commit

Permalink
[MCHECKSTYLE-414] - documentation: property expansion example does no…
Browse files Browse the repository at this point in the history
…t parse
  • Loading branch information
pearceeverydaylabs authored and slawekjaranowski committed May 18, 2022
1 parent d88c261 commit d67f2ff
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/site/apt/examples/custom-property-expansion.apt.vm
Expand Up @@ -68,7 +68,10 @@ Using Custom Checkstyle Property Expansion Definitions
<version>${project.version}</version>
<configuration>
<configLocation>checkstyle.xml</configLocation>
<propertyExpansion>projectname=whizbang</propertyExpansion>
<propertyExpansion>
projectname=whizbang
anotherProperty=bazinga
</propertyExpansion>
</configuration>
</plugin>
</plugins>
Expand All @@ -91,7 +94,7 @@ Using Custom Checkstyle Property Expansion Definitions
<version>${project.version}</version>
<configuration>
<configLocation>checkstyle.xml</configLocation>
<propertesLocation>${basedir}/checkstyle.properties</propertiesLocation>
<propertiesLocation>${basedir}/checkstyle.properties</propertiesLocation>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit d67f2ff

Please sign in to comment.