Skip to content

Commit 406ef52

Browse files
committed
fix something and use newer plugin
1 parent 2e76997 commit 406ef52

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ under the License.
244244
<plugin>
245245
<groupId>org.apache.maven.plugins</groupId>
246246
<artifactId>maven-invoker-plugin</artifactId>
247+
<version>3.9.1</version>
247248
<configuration>
248249
<debug>true</debug>
249250
<showErrors>true</showErrors>

src/it/deploy-attached-sources/invoker.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
# Clean build of the jars
19-
invoker.goals = clean package
19+
invoker.goals = clean package
2020

2121
# Deploy the jars in a separate step
2222
invoker.goals.2 = ${project.groupId}:${project.artifactId}:${project.version}:deploy-file

src/it/deploy-default-packaging/invoker.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# under the License.
1717

1818
# Clean build of the jars
19-
invoker.goals = ${project.groupId}:${project.artifactId}:${project.version}:deploy-file
19+
invoker.goals = ${project.groupId}:${project.artifactId}:${project.version}:deploy-file

0 commit comments

Comments
 (0)