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


##########
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:
   oh, this parameter should have `Map` type instead `String` ... but it is 
another story 😄 



-- 
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