We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bfe9cc commit 14d1edcCopy full SHA for 14d1edc
1 file changed
pom.xml
@@ -983,6 +983,18 @@
983
<module>samples/openapi3/client/petstore/typescript/tests/browser</module>
984
</modules>
985
</profile>
986
+ <profile>
987
+ <id>typescript-client-tests-one-0f</id>
988
+ <activation>
989
+ <property>
990
+ <name>env</name>
991
+ <value>java</value>
992
+ </property>
993
+ </activation>
994
+ <modules>
995
+ <module>samples/openapi3/client/petstore/typescript/tests/one-of</module>
996
+ </modules>
997
+ </profile>
998
<profile>
999
<id>typescript-fetch-client-tests-default</id>
1000
<activation>
0 commit comments