diff --git a/pom.xml b/pom.xml index d5ce6f27..cf63fb48 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,6 @@ - + 4.0.0 io.deephaven deephaven-benchmark @@ -103,6 +105,39 @@ + org.apache.maven.plugins + maven-source-plugin + 3.3.1 + + + attach-sources + verify + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.10.1 + + *.connect,*.controller,*.generator,*.jfr,*.metric,*.run,*.util + public + true + + + + attach-javadocs + install + + jar + + + + + com.diffplug.spotless spotless-maven-plugin