Skip to content

Commit

Permalink
Change phase to validate
Browse files Browse the repository at this point in the history
  • Loading branch information
gmunozfe committed Nov 19, 2024
1 parent 1c49c70 commit dd725bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kogito-build/kogito-build-no-bom-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -673,14 +673,14 @@
<plugin>
<groupId>org.commonjava.maven.plugins</groupId>
<artifactId>directory-maven-plugin</artifactId>
<version>0.1</version>
<version>1.0</version>
<executions>
<execution>
<id>directories</id>
<goals>
<goal>highest-basedir</goal>
</goals>
<phase>initialize</phase>
<phase>validate</phase>
<configuration>
<property>project.root.dir</property>
</configuration>
Expand Down

0 comments on commit dd725bc

Please sign in to comment.