Skip to content

[MSOURCES-130] Support sources path configuration #87

@jira-importer

Description

@jira-importer

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions