aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2022-10-21 14:33:48 +0100
committerefiacor <fiachra.corcoran@est.tech>2022-10-25 11:26:09 +0100
commitece674df14c8ecf818438c3bc6626a104cf9c305 (patch)
treea393e119af96c15799c4959f58899930d08e0d64 /pom.xml
parentcff56489f774f937654cb6eb198d3d5ef41418a2 (diff)
[SDC-DIST] Remove msgBusAddress config
Update javadocs for specific interfaces Add javadoc build for maven storage Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I603c6162079e19b431e10c9489aef45c15ce181c Issue-ID: DMAAP-1745
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index bb52ff0..694d402 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,6 +136,7 @@
<build>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<executions>
<execution>
@@ -196,7 +197,17 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
- <configuration/>
+ <configuration>
+ <failOnError>false</failOnError>
+ </configuration>
+ <executions>
+ <execution>
+ <id>attach-javadocs</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
</plugin>
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>