Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tycho-4.0.x] Add option to include all configured sources in ApiFileGenerationMojo #3563

Merged
merged 1 commit into from
Mar 9, 2024

Commits on Mar 9, 2024

  1. Add option to include all configured sources in ApiFileGenerationMojo

    Currently APIFileGenerator scans all folders from the root, but one can
    configured folders that are relative to the project, this is then not
    discovered.
    
    This adds a new option <addSourceFolders> that when used automatically
    adds all configured source folders as extraSourceLocations.
    
    (cherry picked from commit 517ea22)
    laeubi committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    3382ce4 View commit details
    Browse the repository at this point in the history