aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-11-09 08:02:39 -0500
committerPamela Dragosh <pdragosh@research.att.com>2018-11-09 08:02:47 -0500
commit789f09f2430440d6be44a5fad26715d002aff757 (patch)
tree1186f6fbc359102ceb641982e0f820eb8ef6bafd /pom.xml
parentc1647ba56080a79d149b2e9fd647bda4da39997e (diff)
Fix sonar/checkstyle issues
The main pom.xml was incorrect, so these issues have creeped into the source code. Issue-ID: POLICY-1256 Change-Id: Ic0b52f3a28f869252120991b0c1946ef8402bcc5 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a57d9be7..a1480e56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
with minor changes -->
<configLocation>onap-checkstyle/onap-java-style.xml</configLocation>
<!-- <sourceDirectory> is needed so that checkstyle ignores the generated sources directory -->
- <sourceDirectory>${project.build.sourceDirectory}/src/main/java</sourceDirectory>
+ <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
<includeResources>true</includeResources>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<includeTestResources>true</includeTestResources>