Formatted pom.xml in dashboard module (PR #11570)

6.19.x
Sergii Leshchenko 2018-10-09 18:28:50 +03:00
parent 1862dd97c3
commit c77ce15e46
1 changed files with 16 additions and 16 deletions

View File

@ -188,22 +188,22 @@
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>install-yarn</id>
<phase>compile</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<!-- install yarn -->
<exec dir="${basedir}" executable="npm" failonerror="true">
<arg value="install" />
<arg value="yarn" />
</exec>
</target>
</configuration>
</execution>
<execution>
<id>install-yarn</id>
<phase>compile</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<!-- install yarn -->
<exec dir="${basedir}" executable="npm" failonerror="true">
<arg value="install" />
<arg value="yarn" />
</exec>
</target>
</configuration>
</execution>
<execution>
<id>build-dashboard</id>
<phase>compile</phase>