Herve Boutemy created MRESOURCES-292: ----------------------------------------
Summary: describe from and to in "Copying x resources" info message Key: MRESOURCES-292 URL: https://issues.apache.org/jira/browse/MRESOURCES-292 Project: Maven Resources Plugin Issue Type: Improvement Components: copy Affects Versions: 3.3.0 Reporter: Herve Boutemy Fix For: 3.3.1 Currently, default destination directory is either implicit or shown with full path, and from is hidden: [INFO] — maven-resources-plugin:3.3.0:resources (default-resources) @ demo — [INFO] Copying 3 resources [INFO] Copying 70 resources to /noisy/path/to/project/target/site-src [INFO] — maven-resources-plugin:3.3.0:testResources (default-testResources) @ demo — [INFO] Copying 39 resources It would be much clearer to always see info as relative: [INFO] — maven-resources-plugin:3.3.1-SNAPSHOT:resources (default-resources) @ demo — [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 70 resources from src/site to target/site-src [INFO] — maven-resources-plugin:3.3.1-SNAPSHOT:testResources (default-testResources) @ demo — [INFO] Copying 39 resources from src/test/resources to target/test-classes -- This message was sent by Atlassian Jira (v8.20.10#820010)