Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
6: fix: [pom] maven-invoker-plugin not resolving
Browse files Browse the repository at this point in the history
- had no version, i guess
  • Loading branch information
Tripleo committed Aug 3, 2024
1 parent 0e947bf commit 9538b72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elijah-congenial-robot/elijah-core.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.6.1</version>
<configuration>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<cloneClean>true</cloneClean>
Expand Down

0 comments on commit 9538b72

Please sign in to comment.