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] [Updated] (MSOURCES-130) Support sources path configuration

     [ https://issues.apache.org/jira/browse/MSOURCES-130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bukaj Sytlos updated MSOURCES-130:
----------------------------------
    Description: 
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}

  was:
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}


> 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
>            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.1#820001)