<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>net.shrine</groupId>
    <artifactId>shrine-base</artifactId>
    <version>SHRINE2020-1797-masscpr-skip-unnecessary-translation-of-debug-SNAPSHOT</version>
    <relativePath>../../pom.xml</relativePath>
  </parent>
  <groupId>net.shrine</groupId>
  <artifactId>shrine-qep-frontend</artifactId>
  <version>SHRINE2020-1797-masscpr-skip-unnecessary-translation-of-debug-SNAPSHOT</version>
  <packaging>pom</packaging>
  <name>SHRINE QEP Frontend</name>
  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>exec-maven-plugin</artifactId>
        <version>${maven-exec-plugin-version}</version>
        <executions>
          <execution>
            <id>exec-npm-legacy-webclient-build</id>
            <phase>generate-sources</phase>
            <goals>
              <goal>exec</goal>
            </goals>
            <configuration>
              <executable>npm</executable>
              <workingDirectory>.</workingDirectory>
              <arguments>
                <argument>run</argument>
                <argument>build-prod</argument>
              </arguments>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>
