[ 
https://jira.codehaus.org/browse/MPMD-194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=358098#comment-358098
 ] 

Michael Osipov commented on MPMD-194:
-------------------------------------

Changed have been applied as in the description.

> Set ${maven.compiler.target} as the default value for targetJdk parameter
> -------------------------------------------------------------------------
>
>                 Key: MPMD-194
>                 URL: https://jira.codehaus.org/browse/MPMD-194
>             Project: Maven PMD Plugin
>          Issue Type: Improvement
>          Components: PMD
>    Affects Versions: 3.3
>            Reporter: Samuel Santos
>
> Please set the default value of the {{targetJdk}} parameter to 
> {{$\{maven.compiler.target\}}} by changing the code block
> {code:java}
> @Parameter( property = "targetJdk" )
> private String targetJdk;
> {code}
> to
> {code:java}
> @Parameter( property = "targetJdk", defaultValue = "${maven.compiler.target}" 
> )
> private String targetJdk;
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to