diff options
author | 2022-10-21 14:33:48 +0100 | |
---|---|---|
committer | 2022-10-25 11:26:09 +0100 | |
commit | ece674df14c8ecf818438c3bc6626a104cf9c305 (patch) | |
tree | a393e119af96c15799c4959f58899930d08e0d64 /pom.xml | |
parent | cff56489f774f937654cb6eb198d3d5ef41418a2 (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.xml | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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> |