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/10/20 11:48:00 UTC

[openjpa] 01/02: re-activate reporting section

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 4a7d6d72f57472eb77cbbd7bc64cee60f603e389
Author: Mark Struberg <st...@apache.org>
AuthorDate: Sun Sep 6 22:06:09 2020 +0200

    re-activate reporting section
    
    this is needed to render the actual mojo pages
---
 openjpa-tools/openjpa-maven-plugin/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/openjpa-tools/openjpa-maven-plugin/pom.xml b/openjpa-tools/openjpa-maven-plugin/pom.xml
index 25a1d87..85e75c9 100644
--- a/openjpa-tools/openjpa-maven-plugin/pom.xml
+++ b/openjpa-tools/openjpa-maven-plugin/pom.xml
@@ -201,4 +201,13 @@
             </plugin>
         </plugins>
     </build>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-plugin-plugin</artifactId>
+            </plugin>
+        </plugins>
+    </reporting>
 </project>