That’s in your generator itself? Try changing the swagger-codegen version from 2.2.3-SNAPSHOT to 2.2.3 and rebuild
> On Apr 13, 2017, at 3:45 PM, Jereme Evans <[email protected]> wrote: > > I am attempting to create a custom generator. I am able to build > swagger-codegen no problem and generate a custom generator using: > > java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar meta -o > output/myLibrary -n myLibrary > > I made some changes that I believe should make a generator that works, but > when I try and run mvn package, I end up with the following error: > > Could not find the artifact io.swagger:swagger-codegen:jar.2.2.3-SNAPSHOT > > I'm pretty unfamiliar with maven, so I'm pretty sure there is something > simple I'm missing. What should I try? > > -- > You received this message because you are subscribed to the Google Groups > "Swagger" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
