Tool to document Spring Configuration Properties - Leave us a feedback: https://github.com/rodnansol/spring-configuration-property-documenter/discussions/74
Describe the bug
When I run mvn spring-configuration-property-documenter:generate-and-aggregate-documents -pl my-module, I get this error:
Failed to execute goal org.rodnansol:spring-configuration-property-documenter-maven-plugin:0.7.1:generate-and-aggregate-documents (default-cli) on project my-module: The parameters 'outputFile' for goal org.rodnansol:spring-configuration-property-documenter-maven-plugin:0.7.1:generate-and-aggregate-documents are missing or invalid -> [Help 1]
To Reproduce
Essentially following the multi-module guide, I add this config to a module that has dependencies on all the other classes:
Describe the bug When I run
mvn spring-configuration-property-documenter:generate-and-aggregate-documents -pl my-module
, I get this error:To Reproduce Essentially following the multi-module guide, I add this config to a module that has dependencies on all the other classes:
Expected behavior Expecting it to work and not error out
Screenshots
Additional context Note that if I run the same maven command with
-DoutputFile
, the command doesn't error out, but the template is blank like this:I verified the POM contents are correct with
mvn help:effective-pom -pl my-module