You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by st...@apache.org on 2020/09/05 11:54:52 UTC

[openjpa] 02/02: fix checkstyle for samples

This is an automated email from the ASF dual-hosted git repository.

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git

commit 60bfa50c7f9d4a762c78bc45c73c945f9f79415a
Author: Mark Struberg <st...@apache.org>
AuthorDate: Sat Sep 5 13:54:29 2020 +0200

    fix checkstyle for samples
---
 openjpa-examples/image-gallery/pom.xml | 1 +
 openjpa-examples/pom.xml               | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/openjpa-examples/image-gallery/pom.xml b/openjpa-examples/image-gallery/pom.xml
index 07d1b40..bcc4d4b 100644
--- a/openjpa-examples/image-gallery/pom.xml
+++ b/openjpa-examples/image-gallery/pom.xml
@@ -43,6 +43,7 @@
     <test.jvm.arguments>-Xmx${test.jvm.maxheapsize}</test.jvm.arguments>
     <surefire.jvm.args>${test.jvm.arguments}</surefire.jvm.args>
     <automatic-module-name>org.apache.openjpa.examples.gallery</automatic-module-name>
+    <checkstyle.suppressions.location>${project.basedir}${file.separator}..${file.separator}..${file.separator}openjpa-project${file.separator}suppressions.xml</checkstyle.suppressions.location>
   </properties>
 
   <dependencies>
diff --git a/openjpa-examples/pom.xml b/openjpa-examples/pom.xml
index 2aa18ba..286db12 100644
--- a/openjpa-examples/pom.xml
+++ b/openjpa-examples/pom.xml
@@ -39,7 +39,7 @@
 
     <properties>
         <openjpa.Log>DefaultLevel=WARN</openjpa.Log>
-        <checkstyle.suppressions.location>${project.basedir}${file.separator}..${file.separator}..${file.separator}openjpa-project${file.separator}suppressions.xml</checkstyle.suppressions.location>
+        <checkstyle.suppressions.location>${project.basedir}${file.separator}..${file.separator}openjpa-project${file.separator}suppressions.xml</checkstyle.suppressions.location>
     </properties>
 
     <modules>