Skip to content

Instantly share code, notes, and snippets.

@lstoll
Created March 12, 2012 03:57
Show Gist options
  • Save lstoll/2019674 to your computer and use it in GitHub Desktop.
Save lstoll/2019674 to your computer and use it in GitHub Desktop.
A maven pom.xml that does nothing.
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.lstoll</groupId>
<artifactId>nullpom</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<name>nullpom</name>
<url>http://lstoll.net</url>
<dependencies>
</dependencies>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment