From e6aad67bfa1e1bb807669fc30180f8e8fc0c6985 Mon Sep 17 00:00:00 2001 From: kunalmanishdesai Date: Sat, 28 Oct 2023 20:41:35 -0700 Subject: [PATCH] refactor pom file --- pom.xml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 46c46b8..3d0cfe6 100644 --- a/pom.xml +++ b/pom.xml @@ -106,9 +106,8 @@ attach-sources - - jar - + deploy + jar @@ -116,10 +115,24 @@ org.apache.maven.plugins maven-javadoc-plugin 3.6.0 + + + attach-javadocs + deploy + jar + + org.apache.maven.plugins maven-deploy-plugin + + + deploy + deploy + deploy + +