Skip to content

Commit bd8999e

Browse files
committed
build(pom): change frontend build phase
1 parent f548f46 commit bd8999e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,14 @@
109109
<goal>install-node-and-npm</goal>
110110
</goals>
111111
<!-- optional: default phase is "generate-resources" -->
112-
<phase>generate-resources</phase>
112+
<phase>compile</phase>
113113
</execution>
114114
<execution>
115115
<id>npm version bump</id>
116116
<goals>
117117
<goal>npm</goal>
118118
</goals>
119+
<phase>compile</phase>
119120
<configuration>
120121
<arguments>version --no-git-tag-version --allow-same-version=true ${project.version}</arguments>
121122
</configuration>
@@ -125,6 +126,7 @@
125126
<goals>
126127
<goal>npm</goal>
127128
</goals>
129+
<phase>compile</phase>
128130
<!-- Optional configuration which provides for running any npm command -->
129131
<configuration>
130132
<arguments>ci</arguments>
@@ -135,6 +137,7 @@
135137
<goals>
136138
<goal>gulp</goal>
137139
</goals>
140+
<phase>compile</phase>
138141
</execution>
139142
<execution>
140143
<id>mocha tests</id>

0 commit comments

Comments
 (0)