[java-mvn-enforcer] branch main updated: JMVN-3 Should log when recursively calling Maven

Rod Widdowson rdw at steadingsoftware.com
Mon Dec 6 16:17:59 UTC 2021


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-mvn-enforcer.

View the commit online:
http://git.shibboleth.net/view/?p=java-mvn-enforcer.git;a=commit;h=17fd49ff14f78118531f0597a16ea1e154d4d438

The following commit(s) were added to refs/heads/main by this push:
     new 17fd49f  JMVN-3 Should log when recursively calling Maven
17fd49f is described below

commit 17fd49ff14f78118531f0597a16ea1e154d4d438
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Dec 6 16:17:17 2021 +0000

    JMVN-3 Should log when recursively calling Maven
    
    https://shibboleth.atlassian.net/browse/JMVN-3
---
 src/main/java/net/shibboleth/mvn/enforcer/impl/DependencyChecker.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/net/shibboleth/mvn/enforcer/impl/DependencyChecker.java b/src/main/java/net/shibboleth/mvn/enforcer/impl/DependencyChecker.java
index 962908a..30bb3a9 100644
--- a/src/main/java/net/shibboleth/mvn/enforcer/impl/DependencyChecker.java
+++ b/src/main/java/net/shibboleth/mvn/enforcer/impl/DependencyChecker.java
@@ -367,6 +367,7 @@ public class DependencyChecker {
                 setGoals(List.of( "dependency:copy-dependencies"));
 
         final Invoker invoker = new DefaultInvoker();
+        log.info("Invoking recursive 'mvn dependency:copy-dependencies' on {}", artifact);
         try {
             invoker.execute( request );
             if (Files.exists(outputDir)) {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list