[
https://issues.apache.org/jira/browse/MJAVADOC-421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17957780#comment-17957780
]
Olivier Lamy commented on MJAVADOC-421:
---------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-javadoc-plugin#720|https://github.com/apache/maven-javadoc-plugin/issues/720].
> Set ${maven.compiler.source} as the default value for source parameter
> ----------------------------------------------------------------------
>
> Key: MJAVADOC-421
> URL: https://issues.apache.org/jira/browse/MJAVADOC-421
> Project: Maven Javadoc Plugin (Moved to GitHub Issues)
> Issue Type: Improvement
> Affects Versions: 2.10.1
> Reporter: Samuel Santos
> Priority: Major
>
> Please set the default value of the {{source}} parameter to
> {{$\{maven.compiler.source\}}} by changing the code block
> {code:java}
> @Parameter( property = "source" )
> private String source;
> {code}
> to
> {code:java}
> @Parameter( property = "source", defaultValue = "${maven.compiler.source}" )
> private String source;
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)