projects
/
sonitus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(initial)
Add Maven project file.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Thu, 14 Mar 2013 18:13:03 +0000
(19:13 +0100)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Thu, 14 Mar 2013 18:13:03 +0000
(19:13 +0100)
pom.xml
[new file with mode: 0644]
patch
|
blob
diff --git a/pom.xml
b/pom.xml
new file mode 100644
(file)
index 0000000..
3633ae5
--- /dev/null
+++ b/
pom.xml
@@ -0,0
+1,11
@@
+<?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>net.pterodactylus</groupId>
+ <artifactId>sonitus</artifactId>
+ <version>0.1-SNAPSHOT</version>
+
+</project>