Skip to content

Instantly share code, notes, and snippets.

@ThomasStuetz
Last active October 8, 2017 16:51
Show Gist options
  • Save ThomasStuetz/fe9cc6ffd7f712cb93d87044eae5a8e8 to your computer and use it in GitHub Desktop.
Save ThomasStuetz/fe9cc6ffd7f712cb93d87044eae5a8e8 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>at.htl</groupId>
<artifactId>myproject</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
</project>

gists für 1AHTIM, 17/18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment