Skip to content

Commit

Permalink
Change phase to validate
Browse files Browse the repository at this point in the history
  • Loading branch information
gmunozfe authored and fjtirado committed Nov 19, 2024
1 parent 95245f4 commit 97a4f2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions kogito-build/kogito-build-no-bom-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@
<goals>
<goal>highest-basedir</goal>
</goals>
<phase>initialize</phase>
<phase>validate</phase>
<configuration>
<property>project.root.dir</property>
</configuration>
Expand All @@ -691,6 +691,10 @@
</pluginManagement>

<plugins>
<plugin>
<groupId>org.commonjava.maven.plugins</groupId>
<artifactId>directory-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
Expand Down Expand Up @@ -721,10 +725,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.commonjava.maven.plugins</groupId>
<artifactId>directory-maven-plugin</artifactId>
</plugin>
</plugins>
</build>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<directory>src/main/resources</directory>
</resource>
<resource>
<directory>../kogito-quarkus-serverless-workflow-integration-test/src/main/resources</directory>
<directory>${project.root.dir}/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources</directory>
<includes>
<include>expression.sw.json</include>
<include>schema/expressionInput.json</include>
Expand Down Expand Up @@ -160,4 +160,4 @@
</build>
</profile>
</profiles>
</project>
</project>

0 comments on commit 97a4f2a

Please sign in to comment.