Description
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
Attachments
Issue Links
- incorporates
-
MSHARED-1175 describe from and to in "Copying x resources" info message
- Closed
- is fixed by
-
MRESOURCES-296 Upgrade to maven-filtering 3.3.1
- Closed