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 709ae70 datanucleus profile from parent seemingly ignored - removes
workaround
709ae70 is described below
commit 709ae7028a421c17aac40c50125df3615b8c39e3
Author: danhaywood <[email protected]>
AuthorDate: Sun Jan 8 16:01:09 2023 +0000
datanucleus profile from parent seemingly ignored - removes workaround
---
pom.xml | 19 +------------------
1 file changed, 1 insertion(+), 18 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1fc48a1..c7d5af4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,22 +98,5 @@
</repository>
</repositories>
</profile>
- <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>
+ </profiles>
</project>