We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The documentation here: https://github.com/swagger-api/swagger-core/tree/master/modules/swagger-maven-plugin states that prettyPrint can be set in the configuration file but it is actually ignored and must be set in the pom.xml file.
prettyPrint
pom.xml
This line reads directly from the Maven config rather than the parsed configuration file:
swagger-core/modules/swagger-maven-plugin/src/main/java/io/swagger/v3/plugin/maven/SwaggerMojo.java
Line 101 in f1fcdc2
The text was updated successfully, but these errors were encountered:
6685cc1
Merge pull request #3874 from swagger-api/ticket-3868
881ceb3
fix #3868 - maven plugin: use prettyPrint from config file
Thanks for reporting this and investigating! fixed in #3874
Sorry, something went wrong.
No branches or pull requests
The documentation here: https://github.com/swagger-api/swagger-core/tree/master/modules/swagger-maven-plugin
states that
prettyPrint
can be set in the configuration file but it is actually ignored and must be set in thepom.xml
file.This line reads directly from the Maven config rather than the parsed configuration file:
swagger-core/modules/swagger-maven-plugin/src/main/java/io/swagger/v3/plugin/maven/SwaggerMojo.java
Line 101 in f1fcdc2
The text was updated successfully, but these errors were encountered: