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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-weaver.git


The following commit(s) were added to refs/heads/master by this push:
     new fe25233  Enable debug output for the Maven invoker plugin
fe25233 is described below

commit fe25233309d551c6f69497adb216b08b4ddcea8f
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Jul 15 16:55:17 2025 -0400

    Enable debug output for the Maven invoker plugin
---
 modules/privilizer/weaver/src/it/sample/pom.xml | 1 +
 pom.xml                                         | 1 +
 2 files changed, 2 insertions(+)

diff --git a/modules/privilizer/weaver/src/it/sample/pom.xml 
b/modules/privilizer/weaver/src/it/sample/pom.xml
index 8bf928e..04a33ec 100755
--- a/modules/privilizer/weaver/src/it/sample/pom.xml
+++ b/modules/privilizer/weaver/src/it/sample/pom.xml
@@ -30,6 +30,7 @@ under the License.
     <privilizer.policy>ON_INIT</privilizer.policy>
     <privilizer.verify>true</privilizer.verify>
     <ant.version>1.10.15</ant.version>
+    <invoker.debug>true</invoker.debug>
   </properties>
 
   <dependencies>
diff --git a/pom.xml b/pom.xml
index 4dab24b..0f2ac89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,6 +62,7 @@ under the License.
     <maven.compiler.target>1.8</maven.compiler.target>
     <ant.version>1.9.4</ant.version>
     <asm.version>6.2.1</asm.version>
+    <invoker.debug>true</invoker.debug>
   </properties>
   <developers>
     <developer>

Reply via email to