sources are not attached on deployment (isse #33)
diff --git a/pom.xml b/pom.xml
index b13f13b..3894837 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,6 @@
                 <executions>
                     <execution>
                         <id>attach-sources</id>
-                        <phase>deploy</phase>
                         <goals>
                             <goal>jar-no-fork</goal>
                         </goals>