[TMP] Disable maven itnegration tests

This commit will be reverted after bootstrap to stable stdlib
This commit is contained in:
Dmitriy Novozhilov
2021-03-29 18:37:14 +03:00
parent 57929ab587
commit 4a10de0ce3
2 changed files with 150 additions and 150 deletions
+35 -35
View File
@@ -106,41 +106,41 @@
</build>
<profiles>
<profile>
<id>integrationTest</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
<version>2.0.0</version>
<configuration>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<properties>
<kotlin.version>${project.version}</kotlin.version>
</properties>
<settingsFile>src/it/settings.xml</settingsFile>
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
<postBuildHookScript>verify</postBuildHookScript> <!-- no extension required -->
<scriptVariables>
<kotlinVersion>${project.version}</kotlinVersion>
</scriptVariables>
</configuration>
<executions>
<execution>
<id>integration-test</id>
<goals>
<goal>install</goal>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<!-- <profile>-->
<!-- <id>integrationTest</id>-->
<!-- <activation>-->
<!-- <activeByDefault>true</activeByDefault>-->
<!-- </activation>-->
<!-- <build>-->
<!-- <plugins>-->
<!-- <plugin>-->
<!-- <artifactId>maven-invoker-plugin</artifactId>-->
<!-- <version>2.0.0</version>-->
<!-- <configuration>-->
<!-- <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>-->
<!-- <properties>-->
<!-- <kotlin.version>${project.version}</kotlin.version>-->
<!-- </properties>-->
<!-- <settingsFile>src/it/settings.xml</settingsFile>-->
<!-- <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>-->
<!-- <postBuildHookScript>verify</postBuildHookScript> &lt;!&ndash; no extension required &ndash;&gt;-->
<!-- <scriptVariables>-->
<!-- <kotlinVersion>${project.version}</kotlinVersion>-->
<!-- </scriptVariables>-->
<!-- </configuration>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <id>integration-test</id>-->
<!-- <goals>-->
<!-- <goal>install</goal>-->
<!-- <goal>run</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
<!-- </plugins>-->
<!-- </build>-->
<!-- </profile>-->
<profile>
<id>noTest</id>