Skip to content

Commit

Permalink
Handle invoker properties
Browse files Browse the repository at this point in the history
  • Loading branch information
sschnabe committed Oct 17, 2023
1 parent 3918aa1 commit 10556f5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@
<openapi.style.validateModelPropertiesDescription>true</openapi.style.validateModelPropertiesDescription>
<openapi.style.validateModelPropertiesExample>true</openapi.style.validateModelPropertiesExample>

<invoker.cloneProjectsTo>${project.build.directory}/its</invoker.cloneProjectsTo>
<invoker.streamLogs>false</invoker.streamLogs>
<invoker.streamLogsOnFailures>true</invoker.streamLogsOnFailures>

<!-- ===================================================================== -->
<!-- ============================= Versions ============================== -->
<!-- ===================================================================== -->
Expand Down Expand Up @@ -322,11 +326,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>${version.org.apache.maven.plugins.invoker}</version>
<configuration>
<cloneProjectsTo>${project.build.directory}/its</cloneProjectsTo>
<streamLogs>false</streamLogs>
<streamLogsOnFailures>true</streamLogsOnFailures>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 10556f5

Please sign in to comment.