diff --git a/pom.xml b/pom.xml
index 285c421..8dbb072 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,6 +9,7 @@
UTF-8
UTF-8
+ ../target/${project.artifactId}/javadocs
@@ -84,82 +85,57 @@
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 3.4.1
+
+
+ attach-javadocs
+
+ javadoc
+
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+ 2.7
+
+ local::default::file:${user.home}/repo/maven/
+
+
+
+ deploy
+
+ deploy
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.2.1
+
+
+ attach-sources
+ verify
+
+ jar-no-fork
+
+
+
+
-
-
- deploy
-
- clean install deploy
-
-
- org.apache.maven.plugins
- maven-deploy-plugin
- 2.7
-
- local::default::file:${user.home}/repo/maven/
-
-
-
- deploy
-
- deploy
-
-
-
-
-
-
-
-
- javadoc
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 3.4.1
-
-
- attach-javadocs
-
- jar
-
-
-
-
-
-
-
-
-
-
-
-
-
- source
-
-
-
- org.apache.maven.plugins
- maven-source-plugin
- 3.2.1
-
-
- attach-sources
- verify
-
- jar-no-fork
-
-
-
-
-
-
-
-
-
org.jetbrains