Skip to content

Commit

Permalink
set cleanWorkArea to false due to file lock issue on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylking committed Jun 29, 2023
1 parent 482936d commit be65447
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions liberty-maven-plugin/src/it/compile-jsp-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
<cleanDropins>true</cleanDropins>
<cleanApps>true</cleanApps>
<cleanLogs>false</cleanLogs>
<cleanWorkarea>false</cleanWorkarea>
</configuration>
</execution>
</executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
<cleanDropins>true</cleanDropins>
<cleanApps>true</cleanApps>
<cleanLogs>false</cleanLogs>
<cleanWorkarea>false</cleanWorkarea>
</configuration>
</execution>
</executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
<cleanDropins>true</cleanDropins>
<cleanApps>true</cleanApps>
<cleanLogs>false</cleanLogs>
<cleanWorkarea>false</cleanWorkarea>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit be65447

Please sign in to comment.