mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 02:55:19 +00:00
added objc target
This commit is contained in:
parent
49e9c74324
commit
7383520639
12
pom.xml
12
pom.xml
@ -290,6 +290,18 @@
|
||||
<module>samples/client/petstore/java</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>objc-client</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>env</name>
|
||||
<value>objc</value>
|
||||
</property>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>samples/client/petstore/objc</module>
|
||||
</modules>
|
||||
</profile>
|
||||
</profiles>
|
||||
<modules>
|
||||
<module>modules/swagger-codegen</module>
|
||||
|
Loading…
Reference in New Issue
Block a user