You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/05/18 17:52:32 UTC

[GitHub] [maven-checkstyle-plugin] pearceeverydaylabs commented on a diff in pull request #78: [MCHECKSTYLE-414] - documentation: property expansion example does not parse

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: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org