Skip to content

Commit

Permalink
Merge pull request #3730 from ArtemGet/bug/#3711/add-custom-skipTests
Browse files Browse the repository at this point in the history
bug(#3711) -DskipTests skip maven-invoker-plugin invocation
  • Loading branch information
yegor256 authored Dec 23, 2024
2 parents 7cb1775 + 2b7027c commit 8386369
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 2 additions & 3 deletions eo-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,8 @@ SOFTWARE.
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
<configuration combine.self="override">
<!--
All integration tests are enabled.
-->
<skipInstallation>${skipTests}</skipInstallation>
<skipInvocation>${skipTests}</skipInvocation>
<pomExcludes/>
</configuration>
</plugin>
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ SOFTWARE.
<antlr.version>4.13.2</antlr.version>
<!-- This is the flag that allows to skip unit tests run by maven-surefire-plugin -->
<skipUTs/>
<!-- This is the flag that allows to skip integration tests run by maven-failsafe-plugin -->
<skipITs/>
<!-- This is the flag that allows to skip all tests -->
<skipTests/>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 8386369

Please sign in to comment.