swagger-api/swagger-codegen
Vedi su GitHubGenerated code not compiled upon updating yaml file and doing mvn compile
Open
#4757 aperta il 8 feb 2017
Issue: BugSwagger Codegen Maven Pluginhelp wanted
Metriche repository
- Star
- (12.701 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
I am following the issue which is currently closed. https://github.com/swagger-api/swagger-codegen/issues/4707
Here as per the suggestion it's not oveeridding the impl and generated codes. But now if I am updating the yaml file and want to compile it then it's not compiled.
- mvn clean install --- generating codes..
- Updated yaml file
- mvn compile --- skip overwrting to all the previous generated codes.
To make changes, do I need the fresh build by mvn clean compile every time? mvn compile is not working. Please suggest.