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 6d32ab0 datanucleus profile from parent seemingly ignored - trying a
workaround
6d32ab0 is described below
commit 6d32ab0b56c2785a1d50f2659bb0459adcdfec0a
Author: danhaywood <[email protected]>
AuthorDate: Sun Jan 8 15:32:04 2023 +0000
datanucleus profile from parent seemingly ignored - trying a workaround
---
pom.xml | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c7d5af4..1fc48a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,5 +98,22 @@
</repository>
</repositories>
</profile>
- </profiles>
+ <profile>
+ <id>causeway-app-starter-datanucleusenhance</id>
+ <activation>
+ <file>
+ <exists>${basedir}/logging-dn-enhance.properties</exists>
+ </file>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.datanucleus</groupId>
+ <artifactId>datanucleus-maven-plugin</artifactId>
+ <version>${datanucleus-maven-plugin.version}</version>
+ <inherited>true</inherited>
+ </plugin>
+ </plugins>
+ </build>
+ </profile> </profiles>
</project>