Skip to content

Instantly share code, notes, and snippets.

@jamesnetherton
Last active November 16, 2017 17:27
Show Gist options
  • Save jamesnetherton/b955edab009420d4b1097db1b30e1e6e to your computer and use it in GitHub Desktop.
Save jamesnetherton/b955edab009420d4b1097db1b30e1e6e to your computer and use it in GitHub Desktop.
Empty project pom.xml
<?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></groupId>
<artifactId></artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment