Uploaded image for project: 'Maven Wagon'
  1. Maven Wagon
  2. WAGON-107

Debug message to stdout

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 1.0-beta-2
    • None
    • wagon-webdav
    • None

    Description

      The WebDavWagon class prints out a debug message to stdout, but the proper place to send a message like that is to the logger.

      The following is the offending line, in the constructor:

                      try
                      {
                          props.load( pomUrl.openStream() );
                          wagonVersion = props.getProperty( "version" );
                          System.out.println( "WAGON_VERSION: " + wagonVersion );
                      }
                      catch ( IOException e )
                      {
                          wagonVersion = "";
                      }
      

      Attachments

        Issue Links

          Activity

            People

              brett Brett Porter
              kohsuke Kohsuke Kawaguchi
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: