Skip to content

Instantly share code, notes, and snippets.

@charles-dyfis-net
Created November 15, 2012 00:05
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charles-dyfis-net/4075744 to your computer and use it in GitHub Desktop.
Save charles-dyfis-net/4075744 to your computer and use it in GitHub Desktop.
Example minimal pom.xml
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.example</groupId>
<artifactId>mylib</artifactId>
<version>1.0</version>
</project>
@enexusde
Copy link

encoding is optional.

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