You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Bukaj Sytlos (Jira)" <ji...@apache.org> on 2022/02/02 14:11:00 UTC

[jira] [Created] (MSOURCES-130) Support sources path configuration

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)