forked from loafle/openapi-generator-original
* Adds Collapse Spec Optionss to Maven Plugin * Adds a collapsedSpec option to the maven plugin that produces a single-file representation of the spec in the output directory. * Adds a includeCollapsedSpecInArtifacts option to the maven plugin that adds the collapsed spec file to the maven artifacts. * Address Feedback Round 1 * Adds the new options to the maven plugin README.md. * Fixes Unit Tests * Corrects the casing of one of the schema files that was causing the tests to fail.