forked from loafle/openapi-generator-original
added groupId
This commit is contained in:
parent
54ec7f2bb2
commit
251384bb47
@ -34,8 +34,10 @@ object JavaPetstoreCodegen extends BasicJavaGenerator {
|
||||
// package for api classes
|
||||
override def apiPackage = Some("com.wordnik.petstore.api")
|
||||
|
||||
// artifact id
|
||||
additionalParams += "artifactId" -> "swagger-petstore"
|
||||
additionalParams ++= Map(
|
||||
"artifactId" -> "swagger-petstore",
|
||||
"artifactVersion" -> "1.0.0",
|
||||
"groupId" -> "com.wordnik")
|
||||
|
||||
// supporting classes
|
||||
override def supportingFiles =
|
||||
|
Loading…
x
Reference in New Issue
Block a user