diff --git a/src/main/tdapi-project-src/pom.template.xml b/src/main/tdapi-project-src/pom.template.xml index 6ad3ea9..ef1d6b9 100644 --- a/src/main/tdapi-project-src/pom.template.xml +++ b/src/main/tdapi-project-src/pom.template.xml @@ -37,6 +37,33 @@ maven-resources-plugin 3.0.2 + + maven-source-plugin + 3.2.1 + + + attach-sources + + jar + + + + + + maven-javadoc-plugin + 3.2.0 + + 8 + + + + attach-javadocs + + jar + + + + maven-compiler-plugin 3.8.1