diff --git a/common/pom.xml b/common/pom.xml index 99839ee..2f46f58 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -75,7 +75,30 @@ Licensed under the MIT license. See License.txt in the project root. --> org.codehaus.gmavenplus gmavenplus-plugin - + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + diff --git a/core/pom.xml b/core/pom.xml index e964608..80bd290 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -75,6 +75,30 @@ Licensed under the MIT license. See License.txt in the project root. --> org.codehaus.gmavenplus gmavenplus-plugin + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + diff --git a/pom.xml b/pom.xml index 6031287..4cd7902 100644 --- a/pom.xml +++ b/pom.xml @@ -111,7 +111,7 @@ Licensed under the MIT license. See License.txt in the project root. --> org.apache.maven.plugins maven-javadoc-plugin - 2.9.1 + 2.10.3 org.apache.maven.plugins diff --git a/providers/pom.xml b/providers/pom.xml index 26724cf..51f0e59 100644 --- a/providers/pom.xml +++ b/providers/pom.xml @@ -76,6 +76,30 @@ Licensed under the MIT license. See License.txt in the project root. --> + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + diff --git a/storage/pom.xml b/storage/pom.xml index 7a4e1ec..17a2a61 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -135,6 +135,30 @@ Licensed under the MIT license. See License.txt in the project root. --> + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + +