summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNorm Traxler <normant@amdocs.com>2019-03-14 19:51:57 +0100
committerNorm Traxler <normant@amdocs.com>2019-03-14 19:52:26 +0100
commitee36c489632f86f801011d2eb69f11d3b0ccc983 (patch)
tree2852985f4e47c0eb6beb64c61efe4dd47cc39230
parentbcfaca57048ff16b9a68cc479497fdf0f4f7642d (diff)
Update to released pomba-audit-common version
Issue-ID: LOG-1004 Change-Id: I5b68d089818e953aceaf82a082092de0b8eafd7a Signed-off-by: Norm Traxler <normant@amdocs.com>
-rw-r--r--.checkstyle23
-rw-r--r--pom.xml2
2 files changed, 24 insertions, 1 deletions
diff --git a/.checkstyle b/.checkstyle
new file mode 100644
index 0000000..58de6e3
--- /dev/null
+++ b/.checkstyle
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
+ <local-check-config name="maven-checkstyle-plugin onap-license" location="jar:file:/C:/Users/normant/.m2/repository/org/onap/oparent/checkstyle/1.2.1/checkstyle-1.2.1.jar!/onap-checkstyle/check-license.xml" type="remote" description="maven-checkstyle-plugin configuration onap-license">
+ <property name="checkstyle.cache.file" value="${project_loc}/target/checkstyle-cachefile"/>
+ <property name="checkstyle.header.file" value="C:\Users\normant\eclipse-onap-aee\.metadata\.plugins\org.eclipse.core.resources\.projects\pomba-context-aggregator\com.basistech.m2e.code.quality.checkstyleConfigurator\checkstyle-header-onap-license.txt"/>
+ </local-check-config>
+ <local-check-config name="maven-checkstyle-plugin onap-java-style" location="jar:file:/C:/Users/normant/.m2/repository/org/onap/oparent/checkstyle/1.2.1/checkstyle-1.2.1.jar!/onap-checkstyle/onap-java-style.xml" type="remote" description="maven-checkstyle-plugin configuration onap-java-style">
+ <property name="checkstyle.cache.file" value="${project_loc}/target/checkstyle-cachefile"/>
+ <property name="checkstyle.header.file" value="C:\Users\normant\eclipse-onap-aee\.metadata\.plugins\org.eclipse.core.resources\.projects\pomba-context-aggregator\com.basistech.m2e.code.quality.checkstyleConfigurator\checkstyle-header-onap-java-style.txt"/>
+ </local-check-config>
+ <fileset name="java-sources-onap-license" enabled="true" check-config-name="maven-checkstyle-plugin onap-license" local="true">
+ <file-match-pattern match-pattern="^src/test/java/.*\.java" include-pattern="true"/>
+ <file-match-pattern match-pattern="^src/main/java/.*\.java" include-pattern="true"/>
+ </fileset>
+ <fileset name="java-sources-onap-java-style" enabled="true" check-config-name="maven-checkstyle-plugin onap-java-style" local="true">
+ <file-match-pattern match-pattern="^src/main/java/src/main/java.*\.java" include-pattern="true"/>
+ <file-match-pattern match-pattern="^src/test/java/.*\.java" include-pattern="true"/>
+ <file-match-pattern match-pattern="^src/main/java/.*\.java" include-pattern="true"/>
+ <file-match-pattern match-pattern="^config/.*\.properties" include-pattern="true"/>
+ <file-match-pattern match-pattern="^src/test/resources/.*\.properties" include-pattern="true"/>
+ </fileset>
+</fileset-config>
diff --git a/pom.xml b/pom.xml
index 33be969..128d6c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
<dependency>
<groupId>org.onap.logging-analytics.pomba</groupId>
<artifactId>pomba-audit-common</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>