Skip to content

Commit 1023adc

Browse files
committed
fix mvn call
1 parent 2e76997 commit 1023adc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)