diff options
author | econwar <conor.ward@est.tech> | 2019-04-03 10:40:26 +0000 |
---|---|---|
committer | Conor Ward <conor.ward@est.tech> | 2019-04-05 12:41:43 +0000 |
commit | 7704d3079906a4fb51cd58f12d56bd3100fca6b2 (patch) | |
tree | c350e0ef1aad408c5a22282d025bbbae5c3b4025 /pom.xml | |
parent | b17225c0cd21e01aa4131706cff0c8cd2c9a6e42 (diff) |
Add AAF certs with year duration to DR
Remove console logs during unit tests
Disable checkstyle warnings
Change-Id: Ie57e792e9616fe348be1931aacc274d28a9798bc
Issue-ID: DMAAP-1143
Signed-off-by: econwar <conor.ward@est.tech>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -26,7 +26,7 @@ <groupId>org.onap.dmaap.datarouter</groupId> <artifactId>parent</artifactId> <name>dmaap-datarouter</name> - <version>2.0.2-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> <packaging>pom</packaging> <url>https://github.com/att/DMAAP_DATAROUTER</url> <parent> @@ -161,6 +161,17 @@ </excludes> </configuration> </plugin> + <plugin> + <artifactId>maven-checkstyle-plugin</artifactId> + <executions> + <execution> + <id>onap-java-style</id> + <configuration> + <consoleOutput>false</consoleOutput> + </configuration> + </execution> + </executions> + </plugin> </plugins> </build> <distributionManagement> |