fixed javadoc signing
diff --git a/pom.xml b/pom.xml
index 3894837..9165b48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,6 @@
                 <executions>
                     <execution>
                         <id>attach-javadocs</id>
-                        <phase>deploy</phase>
                         <goals>
                             <goal>jar</goal>
                         </goals>
@@ -142,7 +141,7 @@
                     <execution>
                         <id>attach-sources</id>
                         <goals>
-                            <goal>jar-no-fork</goal>
+                            <goal>jar</goal>
                         </goals>
                     </execution>
                 </executions>