Bukaj Sytlos created MSOURCES-130: ------------------------------------- Summary: Support sources path configuration Key: MSOURCES-130 URL: https://issues.apache.org/jira/browse/MSOURCES-130 Project: Maven Source Plugin Issue Type: Wish Reporter: Bukaj Sytlos
When using lombok, there is a need to publish delombok 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.1#820001)