Files
sailing-analytics/java/com.sap.sailing.landscape.test/pom.xml
T

19 lines
929 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>root</artifactId>
<groupId>com.sap.sailing</groupId>
<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>