From d2d0e510448a0c9ce8f2c91e519455116fc12cf5 Mon Sep 17 00:00:00 2001 From: f43nd1r Date: Mon, 16 Sep 2019 23:40:37 +0200 Subject: [PATCH] ignore javadoc --- .polyglot.pom.groovy | 31 ----------------------- acrarium/pom.groovy | 1 + message-generator-maven-plugin/pom.groovy | 14 ++++++++++ pom.groovy | 14 ++++++++++ 4 files changed, 29 insertions(+), 31 deletions(-) delete mode 100644 .polyglot.pom.groovy diff --git a/.polyglot.pom.groovy b/.polyglot.pom.groovy deleted file mode 100644 index 4c9833f..0000000 --- a/.polyglot.pom.groovy +++ /dev/null @@ -1,31 +0,0 @@ - - - 4.0.0 - com.faendir - parent - 0.9.1-SNAPSHOT - pom - - message-generator-maven-plugin - acrarium - - - scm:git:git://github.com:F43nd1r/Acrarium.git - scm:git:git@github.com:F43nd1r/Acrarium.git - https://github.com/F43nd1r/Acrarium - HEAD - - - - - maven-release-plugin - 2.5.3 - - - v@{project.version} - release - - - - - diff --git a/acrarium/pom.groovy b/acrarium/pom.groovy index 284bc05..c588ad9 100644 --- a/acrarium/pom.groovy +++ b/acrarium/pom.groovy @@ -240,6 +240,7 @@ project { plugin { groupId 'com.faendir' artifactId 'message-generator-maven-plugin' + version '1.0-SNAPSHOT' executions { execution { goals 'generate' diff --git a/message-generator-maven-plugin/pom.groovy b/message-generator-maven-plugin/pom.groovy index 4696c0d..e88acfe 100644 --- a/message-generator-maven-plugin/pom.groovy +++ b/message-generator-maven-plugin/pom.groovy @@ -33,6 +33,20 @@ project { } } } + plugin { + groupId 'org.apache.maven.plugins' + artifactId 'maven-javadoc-plugin' + version '3.1.1' + executions { + execution { + id 'attach-javadocs' + goals 'jar' + configuration { + additionalparam '-Xdoclint:none' + } + } + } + } } } } diff --git a/pom.groovy b/pom.groovy index 43e4dbb..ea5d7cb 100644 --- a/pom.groovy +++ b/pom.groovy @@ -42,6 +42,20 @@ project { releaseProfile 'release' } } + plugin { + groupId 'org.apache.maven.plugins' + artifactId 'maven-javadoc-plugin' + version '3.1.1' + executions { + execution { + id 'attach-javadocs' + goals 'jar' + configuration { + additionalparam '-Xdoclint:none' + } + } + } + } } } } \ No newline at end of file