<?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"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <groupId>com.fareoffice.farepayment</groupId>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>ng-csv</artifactId>
  <version>0-SNAPSHOT</version>

  <build>
    <plugins>
      <plugin>
        <groupId>com.github.eirslett</groupId>
        <artifactId>frontend-maven-plugin</artifactId>
        <version>1.3</version>
        <executions>
          <!--<execution>-->
            <!--<id>install node and npm</id>-->
            <!--<goals>-->
              <!--<goal>install-node-and-npm</goal>-->
            <!--</goals>-->
            <!--<configuration>-->
              <!--<nodeVersion>v6.9.1</nodeVersion>-->
            <!--</configuration>-->
          <!--</execution>-->
          <!--<execution>-->
            <!--<id>npm install</id>-->
            <!--<goals>-->
              <!--<goal>npm</goal>-->
            <!--</goals>-->
          <!--</execution>-->
          <!--<execution>-->
            <!--<id>npm install grunt-cli</id>-->
            <!--<goals>-->
              <!--<goal>npm</goal>-->
            <!--</goals>-->
            <!--<configuration>-->
            <!--<arguments>install grunt-cli</arguments>-->
            <!--</configuration>-->
          <!--</execution>-->
          <!--<execution>-->
            <!--<id>bower install</id>-->
            <!--<goals>-->
              <!--<goal>bower</goal>-->
            <!--</goals>-->
            <!--<configuration>-->
              <!--<arguments>install &#45;&#45;allow-root</arguments>-->
            <!--</configuration>-->
          <!--</execution>-->
          <!--<execution>-->
            <!--<id>grunt build</id>-->
            <!--<goals>-->
              <!--<goal>grunt</goal>-->
            <!--</goals>-->
          <!--</execution>-->
          <!--<execution>-->
            <!--<id>npm user</id>-->
            <!--<goals>-->
              <!--<goal>npm</goal>-->
            <!--</goals>-->
            <!--<configuration>-->
              <!--<arguments>addUser</arguments>-->
            <!--</configuration>-->
          <!--</execution>-->
          <execution>
            <id>npm publish</id>
            <goals>
              <goal>npm</goal>
            </goals>
            <configuration>
              <arguments>publish</arguments>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>
