github.com/SAP/cloud-mta-build-tool@v1.2.27/integration/testdata/maven/pom.xml (about) 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 3 <modelVersion>4.0.0</modelVersion> 4 5 <groupId>com.mycompany.app</groupId> 6 <artifactId>my-app</artifactId> 7 <version>1.0-SNAPSHOT</version> 8 9 <properties> 10 <maven.compiler.source>1.6</maven.compiler.source> 11 <maven.compiler.target>1.6</maven.compiler.target> 12 </properties> 13 14 15 </project>