mirror of
https://github.com/apache/openjpa.git
synced 2025-02-08 11:06:01 +00:00
fix checkstyle for samples
This commit is contained in:
parent
8d76c716b7
commit
60bfa50c7f
@ -43,6 +43,7 @@
|
|||||||
<test.jvm.arguments>-Xmx${test.jvm.maxheapsize}</test.jvm.arguments>
|
<test.jvm.arguments>-Xmx${test.jvm.maxheapsize}</test.jvm.arguments>
|
||||||
<surefire.jvm.args>${test.jvm.arguments}</surefire.jvm.args>
|
<surefire.jvm.args>${test.jvm.arguments}</surefire.jvm.args>
|
||||||
<automatic-module-name>org.apache.openjpa.examples.gallery</automatic-module-name>
|
<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>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<openjpa.Log>DefaultLevel=WARN</openjpa.Log>
|
<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>
|
</properties>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user