Skip to content

Commit 41a5208

Browse files
authored
Merge pull request #20 from BigMichi1/frontend-plugin
add frontend-maven-plugin
2 parents 19a2540 + c72bf9d commit 41a5208

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@
6969
<build>
7070
<pluginManagement>
7171
<plugins>
72+
<plugin>
73+
<groupId>com.github.eirslett</groupId>
74+
<artifactId>frontend-maven-plugin</artifactId>
75+
<version>1.15.0</version>
76+
</plugin>
7277
<plugin>
7378
<groupId>com.github.spotbugs</groupId>
7479
<artifactId>spotbugs-maven-plugin</artifactId>

0 commit comments

Comments
 (0)