[TMP] Disable maven itnegration tests
This commit will be reverted after bootstrap to stable stdlib
This commit is contained in:
@@ -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> <!– 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>noTest</id>
|
||||
|
||||
Reference in New Issue
Block a user