You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2023/01/09 08:18:50 UTC

[isis-app-simpleapp] branch jdo-SNAPSHOT updated: adds datnucleus plugin directly as a workaround

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

danhaywood pushed a commit to branch jdo-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git


The following commit(s) were added to refs/heads/jdo-SNAPSHOT by this push:
     new fa572c8  adds datnucleus plugin directly as a workaround
fa572c8 is described below

commit fa572c8f8ed54ab4c9cbb99eb5ebf5d494e9d3e8
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Jan 9 08:18:41 2023 +0000

    adds datnucleus plugin directly as a workaround
---
 module-simple/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/module-simple/pom.xml b/module-simple/pom.xml
index 84f5b02..a3f3829 100644
--- a/module-simple/pom.xml
+++ b/module-simple/pom.xml
@@ -29,6 +29,14 @@
                 </excludes>
             </resource>
         </resources>
+        <plugins>
+            <!-- TODO: workaround, for some reason this isn't being picked up from the inherited profile -->
+            <plugin>
+                <groupId>org.datanucleus</groupId>
+                <artifactId>datanucleus-maven-plugin</artifactId>
+                <version>${datanucleus-maven-plugin.version}</version>
+            </plugin>
+        </plugins>
     </build>
 
     <dependencies>