Update frontend-maven-plugin
This commit is contained in:
parent
2d6ad582f9
commit
34a587ff02
@ -59,7 +59,6 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.github.eirslett</groupId>
|
<groupId>com.github.eirslett</groupId>
|
||||||
<artifactId>frontend-maven-plugin</artifactId>
|
<artifactId>frontend-maven-plugin</artifactId>
|
||||||
<version>1.7.5</version>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<installDirectory>target</installDirectory>
|
<installDirectory>target</installDirectory>
|
||||||
<workingDirectory>${basedir}</workingDirectory>
|
<workingDirectory>${basedir}</workingDirectory>
|
||||||
@ -149,7 +148,6 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.github.eirslett</groupId>
|
<groupId>com.github.eirslett</groupId>
|
||||||
<artifactId>frontend-maven-plugin</artifactId>
|
<artifactId>frontend-maven-plugin</artifactId>
|
||||||
<version>1.7.5</version>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<installDirectory>target</installDirectory>
|
<installDirectory>target</installDirectory>
|
||||||
<workingDirectory>${basedir}</workingDirectory>
|
<workingDirectory>${basedir}</workingDirectory>
|
||||||
|
|||||||
@ -68,7 +68,6 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.github.eirslett</groupId>
|
<groupId>com.github.eirslett</groupId>
|
||||||
<artifactId>frontend-maven-plugin</artifactId>
|
<artifactId>frontend-maven-plugin</artifactId>
|
||||||
<version>1.7.5</version>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<installDirectory>target</installDirectory>
|
<installDirectory>target</installDirectory>
|
||||||
<workingDirectory>${basedir}</workingDirectory>
|
<workingDirectory>${basedir}</workingDirectory>
|
||||||
@ -196,7 +195,6 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.github.eirslett</groupId>
|
<groupId>com.github.eirslett</groupId>
|
||||||
<artifactId>frontend-maven-plugin</artifactId>
|
<artifactId>frontend-maven-plugin</artifactId>
|
||||||
<version>1.7.5</version>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<installDirectory>target</installDirectory>
|
<installDirectory>target</installDirectory>
|
||||||
<workingDirectory>${basedir}</workingDirectory>
|
<workingDirectory>${basedir}</workingDirectory>
|
||||||
|
|||||||
5
pom.xml
5
pom.xml
@ -635,6 +635,11 @@
|
|||||||
<artifactId>gradle-maven-plugin</artifactId>
|
<artifactId>gradle-maven-plugin</artifactId>
|
||||||
<version>1.0.10</version>
|
<version>1.0.10</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>com.github.eirslett</groupId>
|
||||||
|
<artifactId>frontend-maven-plugin</artifactId>
|
||||||
|
<version>1.12.0</version>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
|
|||||||
@ -45,7 +45,6 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.github.eirslett</groupId>
|
<groupId>com.github.eirslett</groupId>
|
||||||
<artifactId>frontend-maven-plugin</artifactId>
|
<artifactId>frontend-maven-plugin</artifactId>
|
||||||
<version>1.7.5</version>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<installDirectory>target</installDirectory>
|
<installDirectory>target</installDirectory>
|
||||||
<workingDirectory>${basedir}</workingDirectory>
|
<workingDirectory>${basedir}</workingDirectory>
|
||||||
@ -85,7 +84,6 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.github.eirslett</groupId>
|
<groupId>com.github.eirslett</groupId>
|
||||||
<artifactId>frontend-maven-plugin</artifactId>
|
<artifactId>frontend-maven-plugin</artifactId>
|
||||||
<version>1.7.5</version>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<installDirectory>target</installDirectory>
|
<installDirectory>target</installDirectory>
|
||||||
<workingDirectory>${basedir}</workingDirectory>
|
<workingDirectory>${basedir}</workingDirectory>
|
||||||
@ -117,7 +115,6 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.github.eirslett</groupId>
|
<groupId>com.github.eirslett</groupId>
|
||||||
<artifactId>frontend-maven-plugin</artifactId>
|
<artifactId>frontend-maven-plugin</artifactId>
|
||||||
<version>1.7.5</version>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<installDirectory>target</installDirectory>
|
<installDirectory>target</installDirectory>
|
||||||
<workingDirectory>${basedir}</workingDirectory>
|
<workingDirectory>${basedir}</workingDirectory>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user