diff --git a/pom.xml b/pom.xml
index 341b269..07b46fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,37 @@
turing
pom
0.1.0
+ turing
A set of Scala libraries providing a Turing Machine emulator,a DSL for creating programs for this emulator, and some predefined programs.
+ https://github.com/skozlov/turing
+
+
+ Apache License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+ repo
+
+
+
+ git@github.com:skozlov/turing.git
+ scm:git:git@github.com:skozlov/turing.git
+
+
+
+ skozlov
+ Sergey Kozlov
+ https://github.com/skozlov
+
+
+
+
+ ossrh
+ https://oss.sonatype.org/content/repositories/snapshots
+
+
+ ossrh
+ https://oss.sonatype.org/service/local/staging/deploy/maven2/
+
+
base
build
@@ -41,6 +71,8 @@
compile
testCompile
+ doc
+ doc-jar
@@ -70,6 +102,44 @@
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.2.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.5
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.3
+ true
+
+ ossrh
+ https://oss.sonatype.org/
+ true
+
+