Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yvespp committed Jul 23, 2018
1 parent b0b41da commit 88398d8
Show file tree
Hide file tree
Showing 9 changed files with 1,600 additions and 1,600 deletions.
170 changes: 85 additions & 85 deletions AMW_angular/pom.xml
Original file line number Diff line number Diff line change
@@ -1,85 +1,85 @@
<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">
<parent>
<groupId>ch.puzzle.itc.mobiliar</groupId>
<artifactId>AMW_parent</artifactId>
<version>1.17.3-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>AMW_angular</artifactId>
<packaging>war</packaging>
<name>AMW_angular</name>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>${version.war.plugin}</version>
<configuration>
<webResources>
<!-- filter only the index HTML file -->
<resource>
<directory>io/dist</directory>
<includes>
<include>index.html</include>
</includes>
<filtering>true</filtering>
</resource>
<!-- everything else is not filtered -->
<resource>
<directory>io/dist</directory>
<excludes>
<exclude>index.html</exclude>
</excludes>
<filtering>false</filtering>
</resource>
</webResources>
</configuration>
</plugin>
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>install node and yarn</id>
<phase>generate-sources</phase>
<goals>
<goal>install-node-and-yarn</goal>
</goals>
</execution>
<execution>
<id>yarn install</id>
<phase>generate-sources</phase>
<goals>
<goal>yarn</goal>
</goals>
<configuration>
<arguments>install</arguments>
</configuration>
</execution>
<execution>
<id>yarn build</id>
<phase>generate-sources</phase>
<goals>
<goal>yarn</goal>
</goals>
<configuration>
<arguments>run build</arguments>
<yarnInheritsProxyConfigFromMaven>false</yarnInheritsProxyConfigFromMaven>
</configuration>
</execution>
</executions>
<configuration>
<nodeVersion>v8.9.0</nodeVersion>
<yarnVersion>v1.3.2</yarnVersion>
<workingDirectory>io</workingDirectory>
<installDirectory>io</installDirectory>
</configuration>
</plugin>
</plugins>
</build>
</project>

<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">
<parent>
<groupId>ch.puzzle.itc.mobiliar</groupId>
<artifactId>AMW_parent</artifactId>
<version>1.17.3</version>
<relativePath>..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>AMW_angular</artifactId>
<packaging>war</packaging>
<name>AMW_angular</name>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>${version.war.plugin}</version>
<configuration>
<webResources>
<!-- filter only the index HTML file -->
<resource>
<directory>io/dist</directory>
<includes>
<include>index.html</include>
</includes>
<filtering>true</filtering>
</resource>
<!-- everything else is not filtered -->
<resource>
<directory>io/dist</directory>
<excludes>
<exclude>index.html</exclude>
</excludes>
<filtering>false</filtering>
</resource>
</webResources>
</configuration>
</plugin>
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>install node and yarn</id>
<phase>generate-sources</phase>
<goals>
<goal>install-node-and-yarn</goal>
</goals>
</execution>
<execution>
<id>yarn install</id>
<phase>generate-sources</phase>
<goals>
<goal>yarn</goal>
</goals>
<configuration>
<arguments>install</arguments>
</configuration>
</execution>
<execution>
<id>yarn build</id>
<phase>generate-sources</phase>
<goals>
<goal>yarn</goal>
</goals>
<configuration>
<arguments>run build</arguments>
<yarnInheritsProxyConfigFromMaven>false</yarnInheritsProxyConfigFromMaven>
</configuration>
</execution>
</executions>
<configuration>
<nodeVersion>v8.9.0</nodeVersion>
<yarnVersion>v1.3.2</yarnVersion>
<workingDirectory>io</workingDirectory>
<installDirectory>io</installDirectory>
</configuration>
</plugin>
</plugins>
</build>
</project>

Loading

0 comments on commit 88398d8

Please sign in to comment.