Skip to content

Commit 2e251cd

Browse files
committed
allowing for verify to use manually generated files
1 parent 3efbf3a commit 2e251cd

File tree

1 file changed

+2
-1
lines changed
  • integration-tests/alias-test/verify

1 file changed

+2
-1
lines changed

integration-tests/alias-test/verify/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<test_home>${project.build.directory}/test-home</test_home>
2121
<alias-test-generated-online-file-name>generatedOnline-${wls_version}.json</alias-test-generated-online-file-name>
2222
<alias-test-generated-offline-file-name>generatedOffline-${wls_version}.json</alias-test-generated-offline-file-name>
23+
<skip-generated-file-download>${alias-test-skipITs}</skip-generated-file-download>
2324
</properties>
2425

2526
<build>
@@ -108,7 +109,7 @@
108109
<groupId>org.kordamp.maven</groupId>
109110
<artifactId>oci-maven-plugin</artifactId>
110111
<configuration>
111-
<skip>${alias-test-skipITs}</skip>
112+
<skip>${skip-generated-file-download}</skip>
112113
<namespaceName>${alias_test_tenancy}</namespaceName>
113114
<bucketName>wdt-alias-test-files</bucketName>
114115
<profile>${alias_test_oci_profile}</profile>

0 commit comments

Comments
 (0)