Uploaded image for project: 'Maven Resources Plugin'
  1. Maven Resources Plugin
  2. MRESOURCES-292

describe from and to in "Copying x resources" info message

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.3.0
    • 3.3.1
    • copy
    • None

    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

          Activity

            People

              hboutemy Herve Boutemy
              hboutemy Herve Boutemy
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: