bug4811: don't try to run tests on com.sap.sailing.landscape.test for now

This commit is contained in:
Axel Uhl
2020-11-02 19:55:45 +01:00
parent e5f2322c8c
commit 19af4d9ffc
@@ -8,5 +8,11 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.sap.sailing.landscape.test</artifactId>
<!-- Once we have an idea how to test AWS landscape operations by passing in a secret key in a secure way
we can make this an eclipse-test-plugin packaging; until then, only Eclipse-local tests that pass in
the secrets as test VM parameters are possible, and this fragment is simply built as a Java OSGi fragments,
not running any tests
<packaging>eclipse-test-plugin</packaging>
-->
<packaging>eclipse-plugin</packaging>
</project>