File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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
2222invoker.goals.2 = ${project.groupId}:${project.artifactId}:${project.version}:deploy-file
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments