mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-26 10:40:53 +00:00
update pom to include ci for typescript-fetch clients
This commit is contained in:
parent
fe3d89f628
commit
48971ebd7b
52
pom.xml
52
pom.xml
@ -438,6 +438,54 @@
|
|||||||
<module>samples/server/petstore/jaxrs</module>
|
<module>samples/server/petstore/jaxrs</module>
|
||||||
</modules>
|
</modules>
|
||||||
</profile>
|
</profile>
|
||||||
|
<profile>
|
||||||
|
<id>typescript-fetch-client-tests-default</id>
|
||||||
|
<activation>
|
||||||
|
<property>
|
||||||
|
<name>env</name>
|
||||||
|
<value>java</value>
|
||||||
|
</property>
|
||||||
|
</activation>
|
||||||
|
<modules>
|
||||||
|
<module>samples/client/petstore/typescript-fetch/tests/default</module>
|
||||||
|
</modules>
|
||||||
|
</profile>
|
||||||
|
<profile>
|
||||||
|
<id>typescript-fetch-client-builds-default</id>
|
||||||
|
<activation>
|
||||||
|
<property>
|
||||||
|
<name>env</name>
|
||||||
|
<value>java</value>
|
||||||
|
</property>
|
||||||
|
</activation>
|
||||||
|
<modules>
|
||||||
|
<module>samples/client/petstore/typescript-fetch/builds/default</module>
|
||||||
|
</modules>
|
||||||
|
</profile>
|
||||||
|
<profile>
|
||||||
|
<id>typescript-fetch-client-builds-es6-target</id>
|
||||||
|
<activation>
|
||||||
|
<property>
|
||||||
|
<name>env</name>
|
||||||
|
<value>java</value>
|
||||||
|
</property>
|
||||||
|
</activation>
|
||||||
|
<modules>
|
||||||
|
<module>samples/client/petstore/typescript-fetch/builds/es6-target</module>
|
||||||
|
</modules>
|
||||||
|
</profile>
|
||||||
|
<profile>
|
||||||
|
<id>typescript-fetch-client-builds-with-npm-version</id>
|
||||||
|
<activation>
|
||||||
|
<property>
|
||||||
|
<name>env</name>
|
||||||
|
<value>java</value>
|
||||||
|
</property>
|
||||||
|
</activation>
|
||||||
|
<modules>
|
||||||
|
<module>samples/client/petstore/typescript-fetch/builds/with-npm-version</module>
|
||||||
|
</modules>
|
||||||
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
<id>typescript-angular-client</id>
|
<id>typescript-angular-client</id>
|
||||||
<activation>
|
<activation>
|
||||||
@ -495,6 +543,10 @@
|
|||||||
</property>
|
</property>
|
||||||
</activation>
|
</activation>
|
||||||
<modules>
|
<modules>
|
||||||
|
<module>samples/client/petstore/typescript-fetch/tests/default</module>
|
||||||
|
<module>samples/client/petstore/typescript-fetch/builds/default</module>
|
||||||
|
<module>samples/client/petstore/typescript-fetch/builds/es6-target</module>
|
||||||
|
<module>samples/client/petstore/typescript-fetch/builds/with-npm-version</module>
|
||||||
<module>samples/client/petstore/typescript-angular</module>
|
<module>samples/client/petstore/typescript-angular</module>
|
||||||
<module>samples/client/petstore/typescript-node/npm</module>
|
<module>samples/client/petstore/typescript-node/npm</module>
|
||||||
<module>samples/client/petstore/android/volley</module>
|
<module>samples/client/petstore/android/volley</module>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user