Skip to content

Commit b8803c3

Browse files
authored
Merge pull request OpenLiberty#1650 from cherylking/skipCleanLogs
Added cleanLogs false for clean goal in integration tests
2 parents 36df763 + c00e72f commit b8803c3

File tree

26 files changed

+28
-0
lines changed
  • liberty-maven-plugin/src/it
    • appsdirectory-apps-configured-bootstraps-default-it
    • appsdirectory-apps-configured-bootstraps-default-recursive-it
    • appsdirectory-apps-configured-bootstraps-it
    • appsdirectory-apps-configured-it
    • appsdirectory-apps-configured-variables-it
    • appsdirectory-apps-dependency-notconfigured-it
    • appsdirectory-apps-notconfigured-dependency-configured-it
    • appsdirectory-apps-notconfigured-it
    • appsdirectory-configdropins-it
    • appsdirectory-dropins-notconfigured-it
    • appsdirectory-include-configured-it
    • appsdirectory-notset-configured-it
    • appsdirectory-notset-notconfigured-it
    • appsdirectory-set-appz-notconfigured-it
    • basic-it
    • basic-runtime-properties-dependency-mgmt-it
    • basic-runtime-properties-override-it
    • basic-runtime-properties-pom-override-it
    • compile-jsp-it
    • config-directory-it
    • deploy-loose-config-apps-it
    • deploy-loose-config-it
    • install-apps-project-it
    • loose-config-it
    • merge-server-env-it
    • merge-server-env-none-it

26 files changed

+28
-0
lines changed

liberty-maven-plugin/src/it/appsdirectory-apps-configured-bootstraps-default-it/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
<configuration>
122122
<cleanDropins>true</cleanDropins>
123123
<cleanApps>true</cleanApps>
124+
<cleanLogs>false</cleanLogs>
124125
</configuration>
125126
</execution>
126127
</executions>

liberty-maven-plugin/src/it/appsdirectory-apps-configured-bootstraps-default-recursive-it/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
<configuration>
115115
<cleanDropins>true</cleanDropins>
116116
<cleanApps>true</cleanApps>
117+
<cleanLogs>false</cleanLogs>
117118
</configuration>
118119
</execution>
119120
</executions>

liberty-maven-plugin/src/it/appsdirectory-apps-configured-bootstraps-it/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
<configuration>
124124
<cleanDropins>true</cleanDropins>
125125
<cleanApps>true</cleanApps>
126+
<cleanLogs>false</cleanLogs>
126127
</configuration>
127128
</execution>
128129
</executions>

liberty-maven-plugin/src/it/appsdirectory-apps-configured-it/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
<configuration>
139139
<cleanDropins>true</cleanDropins>
140140
<cleanApps>true</cleanApps>
141+
<cleanLogs>false</cleanLogs>
141142
</configuration>
142143
</execution>
143144
</executions>

liberty-maven-plugin/src/it/appsdirectory-apps-configured-variables-it/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
<configuration>
120120
<cleanDropins>true</cleanDropins>
121121
<cleanApps>true</cleanApps>
122+
<cleanLogs>false</cleanLogs>
122123
</configuration>
123124
</execution>
124125
</executions>

liberty-maven-plugin/src/it/appsdirectory-apps-dependency-notconfigured-it/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
<configuration>
123123
<cleanDropins>true</cleanDropins>
124124
<cleanApps>true</cleanApps>
125+
<cleanLogs>false</cleanLogs>
125126
</configuration>
126127
</execution>
127128
</executions>

liberty-maven-plugin/src/it/appsdirectory-apps-notconfigured-dependency-configured-it/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
<configuration>
123123
<cleanDropins>true</cleanDropins>
124124
<cleanApps>true</cleanApps>
125+
<cleanLogs>false</cleanLogs>
125126
</configuration>
126127
</execution>
127128
</executions>

liberty-maven-plugin/src/it/appsdirectory-apps-notconfigured-it/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
<configuration>
117117
<cleanDropins>true</cleanDropins>
118118
<cleanApps>true</cleanApps>
119+
<cleanLogs>false</cleanLogs>
119120
</configuration>
120121
</execution>
121122
</executions>

liberty-maven-plugin/src/it/appsdirectory-configdropins-it/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
<configuration>
113113
<cleanDropins>true</cleanDropins>
114114
<cleanApps>true</cleanApps>
115+
<cleanLogs>false</cleanLogs>
115116
</configuration>
116117
</execution>
117118
</executions>

liberty-maven-plugin/src/it/appsdirectory-dropins-notconfigured-it/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
<configuration>
139139
<cleanDropins>true</cleanDropins>
140140
<cleanApps>true</cleanApps>
141+
<cleanLogs>false</cleanLogs>
141142
</configuration>
142143
</execution>
143144
</executions>

0 commit comments

Comments
 (0)