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

Plugin shows always '[debug] execute contextualize' despite the logging level

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.5
    • 2.6
    • None
    • None

    Description

      While running Maven with the default logging level, it shows the following text in my console.

      [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ project ---
      [debug] execute contextualize
      [INFO] Using 'UTF-8' encoding to copy filtered resources.
      

      Reason seems to be, that the contextualize() is called before the plugin is fully setup, so there's no proper logger yet.

      Please remove this debug-line.

      Attachments

        Activity

          michael-o Michael Osipov added a comment -

          This one is really annoying with mvn -q

          michael-o Michael Osipov added a comment - This one is really annoying with mvn -q
          dalaro Dan LaRocque added a comment -

          +1 that this is really annoying.

          It looks like ResourcesMojo.java:242

          dalaro Dan LaRocque added a comment - +1 that this is really annoying. It looks like ResourcesMojo.java:242
          rfscholte Robert Scholte added a comment -

          Fixed in rev. 1145244

          rfscholte Robert Scholte added a comment - Fixed in rev. 1145244

          The issue may be fixed, but there is no 2.6 release of maven-resources-plugin. If this is intentional, then it doesn't make sense to close the issue.

          hwellmann Harald Wellmann added a comment - The issue may be fixed, but there is no 2.6 release of maven-resources-plugin. If this is intentional, then it doesn't make sense to close the issue.

          Hi Harald,

          This is our standard procedure. We consider the issue to be fixed once there is a solution that has been committed to version control and it has been verified by someone.

          dennisl@apache.org Dennis Lundberg added a comment - Hi Harald, This is our standard procedure. We consider the issue to be fixed once there is a solution that has been committed to version control and it has been verified by someone.
          jukka Jukka Zitting added a comment -

          Any chance of a new 2.6 release in near future? It's almost a year since this issue was fixed.

          jukka Jukka Zitting added a comment - Any chance of a new 2.6 release in near future? It's almost a year since this issue was fixed.
          ppitonak Pavol Pitonak added a comment -

          When can we expect 2.6 release?

          ppitonak Pavol Pitonak added a comment - When can we expect 2.6 release?
          githubbot ASF GitHub Bot added a comment -

          GitHub user karuturi opened a pull request:

          https://github.com/apache/cloudstack/pull/220

          maven plugin cleanup

          1. removed redundant maven-site-plugin
          2. added maven-resources-plugin version 2.7 which has the fix for
          http://jira.codehaus.org/browse/MRESOURCES-140

          You can merge this pull request into a Git repository by running:

          $ git pull https://github.com/karuturi/cloudstack maven-plugin-cleanup

          Alternatively you can review and apply these changes as the patch at:

          https://github.com/apache/cloudstack/pull/220.patch

          To close this pull request, make a commit to your master/trunk branch
          with (at least) the following in the commit message:

          This closes #220


          commit f24eb83d8523e2cf979e73df50d3f7725afa7bab
          Author: Rajani Karuturi <rajanikaruturi@gmail.com>
          Date: 2015-05-01T09:13:31Z

          maven plugin cleanup

          1. removed redundant maven-site-plugin
          2. added maven-resources-plugin version 2.7 which has the fix for
          http://jira.codehaus.org/browse/MRESOURCES-140


          githubbot ASF GitHub Bot added a comment - GitHub user karuturi opened a pull request: https://github.com/apache/cloudstack/pull/220 maven plugin cleanup 1. removed redundant maven-site-plugin 2. added maven-resources-plugin version 2.7 which has the fix for http://jira.codehaus.org/browse/MRESOURCES-140 You can merge this pull request into a Git repository by running: $ git pull https://github.com/karuturi/cloudstack maven-plugin-cleanup Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/220.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #220 commit f24eb83d8523e2cf979e73df50d3f7725afa7bab Author: Rajani Karuturi <rajanikaruturi@gmail.com> Date: 2015-05-01T09:13:31Z maven plugin cleanup 1. removed redundant maven-site-plugin 2. added maven-resources-plugin version 2.7 which has the fix for http://jira.codehaus.org/browse/MRESOURCES-140
          githubbot ASF GitHub Bot added a comment -

          Github user asfgit closed the pull request at:

          https://github.com/apache/cloudstack/pull/220

          githubbot ASF GitHub Bot added a comment - Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/220

          People

            rfscholte Robert Scholte
            rfscholte Robert Scholte
            Votes:
            4 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: