Skip to content

Commit

Permalink
Fix connectivity-demos-webtest pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsuter committed Oct 27, 2023
1 parent 4851ba2 commit a5832c5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions connectivity/connectivity-demos-webtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,16 @@
<scope>test</scope>
</dependency>
</dependencies>

<build>
<testSourceDirectory>src_test</testSourceDirectory>
<plugins>
<plugin>
<groupId>com.axonivy.ivy.ci</groupId>
<artifactId>project-build-plugin</artifactId>
<version>${project-build-plugin}</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>

0 comments on commit a5832c5

Please sign in to comment.