Skip to content

Commit

Permalink
Use pnpm to build IT modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Anisimov authored and Pekka Hyvönen committed Apr 2, 2020
1 parent fd32b65 commit 0c5552f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
3 changes: 3 additions & 0 deletions vaadin-spring-tests/test-spring-boot-contextpath/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@
<version>${vaadin.flow.version}</version>
<executions>
<execution>
<configuration>
<pnpmEnable>true</pnpmEnable>
</configuration>
<goals>
<goal>prepare-frontend</goal>
<goal>build-frontend</goal>
Expand Down
12 changes: 8 additions & 4 deletions vaadin-spring-tests/test-spring-boot-only-prepare/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
Expand Down Expand Up @@ -64,7 +65,7 @@
<build>
<pluginManagement>
<plugins>
<!--This plugin's configuration is used to store Eclipse
<!--This plugin's configuration is used to store Eclipse
m2e settings only. It has no influence on the Maven build itself. -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
Expand Down Expand Up @@ -107,6 +108,9 @@
<version>${vaadin.flow.version}</version>
<executions>
<execution>
<configuration>
<pnpmEnable>true</pnpmEnable>
</configuration>
<goals>
<goal>prepare-frontend</goal>
</goals>
Expand Down Expand Up @@ -146,8 +150,8 @@
<wait>2500</wait>
</configuration>
<executions>
<!-- start and stop application when running
integration tests -->
<!-- start and stop application when running integration
tests -->
<execution>
<id>pre-integration-test</id>
<goals>
Expand Down
3 changes: 3 additions & 0 deletions vaadin-spring-tests/test-spring-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@
</configuration>
<executions>
<execution>
<configuration>
<pnpmEnable>true</pnpmEnable>
</configuration>
<goals>
<goal>prepare-frontend</goal>
<goal>build-frontend</goal>
Expand Down

0 comments on commit 0c5552f

Please sign in to comment.