-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
priority:majorMajor loss of functionMajor loss of function
Description
Bukaj Sytlos opened MSOURCES-130 and commented
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
<configuration>
<doclint>all,-missing</doclint>
<source>${source.jdk.version}</source>
<sourcepath>${delombok.output}</sourcepath>
<sourcepath>${project.basedir}/src/main/java</sourcepath>
</configuration>No further details from MSOURCES-130
Metadata
Metadata
Assignees
Labels
priority:majorMajor loss of functionMajor loss of function