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

ahuber pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/main by this push:
     new f80f4691c3d CAUSEWAY-3959: renames weaving activator
f80f4691c3d is described below

commit f80f4691c3d3837b57b0649f9987972ebe9ac588
Author: andi-huber <[email protected]>
AuthorDate: Tue Feb 17 07:44:43 2026 +0100

    CAUSEWAY-3959: renames weaving activator
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c89b1ec2071..49332d80b67 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1066,7 +1066,7 @@
             <id>jpa-weave</id>
             <activation>
                 <!-- all conditions need to be met-->
-                <file><exists>${basedir}/.jpa-weave</exists></file>
+                <file><exists>${basedir}/.build-jpa-enhance</exists></file>
                 <property><name>enhanceEclipselink</name></property>
             </activation>
             <build>

Reply via email to