diff --git a/pom.xml b/pom.xml
index 04df2e6..7bcd8ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,6 +5,7 @@
0.12.1.Final-SNAPSHOT
EditorConfig Core
+ EditorConfig core library ported to Java
http://editorconfig.org
2014
@@ -15,6 +16,21 @@
+
+
+ Dennis Ushakov
+ dennis.ushakov@gmail.com
+ JetBrains
+ https://github.com/denofevil
+
+
+ Peter Palage
+ ppalaga@redhat.com
+ Red Hat
+ https://github.com/ppalaga
+
+
+
EditorConfig Group
@@ -47,6 +63,13 @@
true
+
+
+ ossrh
+ https://oss.sonatype.org/content/repositories/snapshots
+
+
+
@@ -94,7 +117,7 @@
org.sonatype.plugins
nexus-staging-maven-plugin
- 1.6.5
+ 1.6.7
true
ossrh
@@ -102,6 +125,46 @@
true
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.2.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.9.1
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.5
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+