Skip to content

Commit 3d966cc

Browse files
committed
Make the comment reflect the change
1 parent bd2d3f8 commit 3d966cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ There's another way to use the plugin, it's a little bit easier I guess. First,
504504
<!-- this is false by default, forces the plugin to generate the git.properties file -->
505505
<generateGitPropertiesFile>true</generateGitPropertiesFile>
506506

507-
<!-- The path for the to be generated properties file, it's relative to ${project.basedir} -->
507+
<!-- The path for the properties file to be generated. See Super Pom for default variable reference https://maven.apache.org/guides/introduction/introduction-to-the-pom.html -->
508508
<generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties</generateGitPropertiesFilename>
509509
</configuration>
510510
```

0 commit comments

Comments
 (0)