[MSOURCES-130] Support sources path configuration

Open
#87 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
java
Domain
build-system

Research direction

The request is to add source-path configuration analogous to the Maven Javadoc Plugin, including multiple paths such as ${delombok.output} and src/main/java. No repository files or tests are named; completion would require documenting the configuration and verifying that the configured paths are honored.

Written by the indexing model from the issue text.

Description

priority:major

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

Dominant language
Java
Stars
37
Forks
38
Avg merge
12h 11m
Merged PRs (30d)
6

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apache/maven-source-plugin

All issues in apache/maven-source-plugin

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.