This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git
The following commit(s) were added to refs/heads/master by this push:
new 1e76dd4 OpenJdk documentation build is partially fixed
1e76dd4 is described below
commit 1e76dd4159382ca0b1ddc2434a393c65ce76d520
Author: Maxim Solodovnik <solomax666@gmail.com>
AuthorDate: Mon Dec 3 23:39:28 2018 +0700
OpenJdk documentation build is partially fixed
---
openjpa-tools/openjpa-fetch-statistics-was/pom.xml | 1 +
openjpa-tools/openjpa-fetch-statistics/pom.xml | 1 +
openjpa-tools/pom.xml | 2 +-
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/openjpa-tools/openjpa-fetch-statistics-was/pom.xml b/openjpa-tools/openjpa-fetch-statistics-was/pom.xml
index f2abfb4..3902e1c 100644
--- a/openjpa-tools/openjpa-fetch-statistics-was/pom.xml
+++ b/openjpa-tools/openjpa-fetch-statistics-was/pom.xml
@@ -28,6 +28,7 @@
<inceptionYear>2012</inceptionYear>
<properties>
+ <checkstyle.config.location>${project.basedir}${file.separator}..${file.separator}..${file.separator}openjpa-project${file.separator}checkstyle.xml</checkstyle.config.location>
<checkstyle.suppressions.location>${project.basedir}${file.separator}..${file.separator}..${file.separator}openjpa-project${file.separator}suppressions.xml</checkstyle.suppressions.location>
</properties>
diff --git a/openjpa-tools/openjpa-fetch-statistics/pom.xml b/openjpa-tools/openjpa-fetch-statistics/pom.xml
index 7684331..5681498 100644
--- a/openjpa-tools/openjpa-fetch-statistics/pom.xml
+++ b/openjpa-tools/openjpa-fetch-statistics/pom.xml
@@ -28,6 +28,7 @@
<inceptionYear>2012</inceptionYear>
<properties>
+ <checkstyle.config.location>${project.basedir}${file.separator}..${file.separator}..${file.separator}openjpa-project${file.separator}checkstyle.xml</checkstyle.config.location>
<checkstyle.suppressions.location>${project.basedir}${file.separator}..${file.separator}..${file.separator}openjpa-project${file.separator}suppressions.xml</checkstyle.suppressions.location>
</properties>
diff --git a/openjpa-tools/pom.xml b/openjpa-tools/pom.xml
index 0f29e25..a77342e 100644
--- a/openjpa-tools/pom.xml
+++ b/openjpa-tools/pom.xml
@@ -37,7 +37,7 @@
<name>OpenJPA tools</name>
<properties>
- <checkstyle.config.location>${project.basedir}${file.separator}..${file.separator}..${file.separator}openjpa-project${file.separator}checkstyle.xml</checkstyle.config.location>
+ <checkstyle.config.location>${project.basedir}${file.separator}..${file.separator}openjpa-project${file.separator}checkstyle.xml</checkstyle.config.location>
</properties>
<modules>
|