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:27 UTC

[isis-app-helloworld] branch jdo-SNAPSHOT updated (75550c0 -> f514bcd)

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

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


    from 75550c0  resteasy artifact was renamed
     add 115fb1f  minor fix for menubars layout (I think)
     new 44aa7bf  Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT
     new f514bcd  adds datnucleus plugin directly as a workaround

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                | 6 ++++++
 src/main/resources/menubars.layout.xml | 1 -
 2 files changed, 6 insertions(+), 1 deletion(-)


[isis-app-helloworld] 01/02: Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT

Posted by da...@apache.org.
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-helloworld.git

commit 44aa7bf727ad689cce9b7dc57b64cd2218612ae8
Merge: 75550c0 115fb1f
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Jan 5 16:32:57 2023 +0000

    Merge branch 'jpa-SNAPSHOT' into jdo-SNAPSHOT

 src/main/resources/menubars.layout.xml | 1 -
 1 file changed, 1 deletion(-)


[isis-app-helloworld] 02/02: adds datnucleus plugin directly as a workaround

Posted by da...@apache.org.
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-helloworld.git

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

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

diff --git a/pom.xml b/pom.xml
index 8dc409f..a250fa3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,6 +56,12 @@
                     <classifier>exec</classifier>
                 </configuration>
             </plugin>
+            <!-- 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>