diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-11-09 08:02:39 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-11-12 12:28:03 +0000 |
commit | 9aba7691230b00e4b8f1c213f9d4fbd430078083 (patch) | |
tree | a612a5b104e2fab00309f582a92ce515ede59575 /pom.xml | |
parent | 4fc3562b400a0dbbd64df7a09dccca8fe79ec3c3 (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>
(cherry picked from commit 789f09f2430440d6be44a5fad26715d002aff757)
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |