diff --git a/bundle/pom.xml b/bundle/pom.xml index f27b15a6..e8dbc097 100644 --- a/bundle/pom.xml +++ b/bundle/pom.xml @@ -24,6 +24,82 @@ + + + org.apache.maven.plugins + maven-dependency-plugin + 3.6.1 + + + unpack-dependency-sources + process-resources + + unpack-dependencies + + + sources + compile + ${project.build.directory}/bundle-sources + false + + + + unpack-dependency-javadocs + process-resources + + unpack-dependencies + + + javadoc + compile + ${project.build.directory}/bundle-javadoc + false + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + + bundle-aggregated-sources + package + + jar + + + sources + ${project.build.directory}/bundle-sources + + + true + + + + + + bundle-aggregated-javadoc + package + + jar + + + javadoc + ${project.build.directory}/bundle-javadoc + + + true + + + + + + + org.apache.maven.plugins maven-shade-plugin diff --git a/pom.xml b/pom.xml index 4fc0770c..b7671b77 100644 --- a/pom.xml +++ b/pom.xml @@ -89,6 +89,46 @@ + + + + org.apache.maven.plugins + maven-source-plugin + 3.3.0 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.6.0 + + + attach-javadocs + + jar + + + + + none + + + http.response.details + a + Http Response Details: + + + + + + org.apache.maven.plugins diff --git a/sdk/pom.xml b/sdk/pom.xml index d2b9ad09..3ea508d4 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -133,39 +133,11 @@ org.apache.maven.plugins - maven-javadoc-plugin - 3.4.1 - - - attach-javadocs - - jar - - - - - none - - - http.response.details - a - Http Response Details: - - - + maven-source-plugin org.apache.maven.plugins - maven-source-plugin - 3.2.1 - - - attach-sources - - jar-no-fork - - - + maven-javadoc-plugin com.diffplug.spotless