[JS] Remove legacy js in maven

This commit is contained in:
Ilya Goncharov
2023-06-13 19:28:15 +02:00
committed by Space Team
parent 0ac0c51c23
commit 49b2ac1b10
28 changed files with 1 additions and 685 deletions
@@ -211,13 +211,7 @@
<pomExclude>test-enable-extensions/pom.xml</pomExclude>
<pomExclude>test-kapt-allopen/pom.xml</pomExclude>
<pomExclude>test-lombok-with-kapt/pom.xml</pomExclude>
<!-- exclude js and mpp -->
<pomExclude>test-js-moduleKind/pom.xml</pomExclude>
<pomExclude>test-js-accessToInternal/pom.xml</pomExclude>
<pomExclude>test-js-suppressWarnings/pom.xml</pomExclude>
<pomExclude>test-js-sourceMap/pom.xml</pomExclude>
<pomExclude>test-js-extraArguments/pom.xml</pomExclude>
<pomExclude>test-js-sourceMapEmbedSources/pom.xml</pomExclude>
<!-- exclude mpp -->
<pomExclude>test-multiplatform/pom.xml</pomExclude>
<!-- exclude kts -->
<pomExclude>test-helloworld-kts/pom.xml</pomExclude>