pearceeverydaylabs commented on code in PR #78:
URL: 
https://github.com/apache/maven-checkstyle-plugin/pull/78#discussion_r876182387


##########
src/site/apt/examples/custom-property-expansion.apt.vm:
##########
@@ -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>

Review Comment:
   ah! Ya, I didn't dig in to look at the code (tho I'd like to when I have the 
time), I just figured this out locally and figured I'd leave it as a breakcrumb 
for other people with the same question :)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to