forked from loafle/openapi-generator-original
* Added support for <inputSpec/> arguments of JAR URLs. E.g., jar:jar-specific-uri!/spec.yml. * Resolve and search COMPILE dependencies for inputSpec resource. * Added test cases for openapi-generator-maven-plugin:generate input specifications: * URLs of the form jar:jar-specific-uri!/spec.yaml * Resources on the compilation classpath in addition to the existing FILE test case. * Check for inputSpecFile existence else it is a remote URL && url is not empty * replaced deprecated usage * use Unix separators when on win-os * example with jar inputSpec * Comment not required anymore Was introduced with #7587 could be removed with #10544 * referenced same maven version these artifacts are referenced by same ${project.version} in https://github.com/apache/maven/blob/master/pom.xml * updating maven dependencies to 3.9.6 --------- Co-authored-by: Allen D. Ball <ball@hcf.dev>