Uploaded image for project: 'Maven PMD Plugin'
  1. Maven PMD Plugin
  2. MPMD-194

Set ${maven.compiler.target} as the default value for targetJdk parameter

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 3.3
    • None
    • PMD
    • None

    Description

      Please set the default value of the targetJdk parameter to ${maven.compiler.target} by changing the code block

      @Parameter( property = "targetJdk" )
      private String targetJdk;
      

      to

      @Parameter( property = "targetJdk", defaultValue = "${maven.compiler.target}" )
      private String targetJdk;
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              samaxes Samuel Santos
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: