Skip to content

Commit 53aff56

Browse files
committed
Change build phase for copy-to-jmeter execution from install to package
1 parent e6ff470 commit 53aff56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
<executions>
199199
<execution>
200200
<id>copy-to-jmeter</id>
201-
<phase>install</phase>
201+
<phase>package</phase>
202202
<goals>
203203
<goal>run</goal>
204204
</goals>

0 commit comments

Comments
 (0)