[
https://issues.apache.org/jira/browse/MSOURCES-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17959506#comment-17959506
]
Matthias Bünger commented on MSOURCES-130:
------------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-source-plugin#87|https://github.com/apache/maven-source-plugin/issues/87].
Please visit the GitHub issue to view further activity, add comments, or
subscribe to receive notifications.
> Support sources path configuration
> ----------------------------------
>
> Key: MSOURCES-130
> URL: https://issues.apache.org/jira/browse/MSOURCES-130
> Project: Maven Source Plugin (Moved to GitHub Issues)
> Issue Type: Wish
> Reporter: Bukaj Sytlos
> Priority: Major
>
> When using lombok, there is a need to publish delomboked source code.
> Unfortunately there seems not to exists a simple way to do this
> [https://stackoverflow.com/questions/52362413/create-and-install-de-lomboked-source-jar-in-maven]
> Would it be possible to support similiar configuration as in javadoc plugin
> {code:java}
> <configuration>
> <doclint>all,-missing</doclint>
> <source>${source.jdk.version}</source>
> <sourcepath>${delombok.output}</sourcepath>
> <sourcepath>${project.basedir}/src/main/java</sourcepath>
> </configuration>{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)