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 <[email protected]> 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>
