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

Add possibility to add custom command #17

Closed
MathieuSoysal opened this issue Oct 7, 2022 · 0 comments · Fixed by #25
Closed

Add possibility to add custom command #17

MathieuSoysal opened this issue Oct 7, 2022 · 0 comments · Fixed by #25
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest

Comments

@MathieuSoysal
Copy link
Owner

Introduction

Currently, the GitHub Action uses a library injection to add JavaDoc inside the pom.

Problem

With this solution, we can't config the GitHub Actions to use the custom JavaDoc library inside the current project.
And we can't add arguments for the JavaDoc generation.

Solution

We can add a custom command like this:

      - name: Deploy JavaDoc 🚀
        uses: MathieuSoysal/Javadoc-publisher.yml@v2.0.4
        with:
          custom-command: mvn javadoc:aggregate pl name

The resources to help the implementation:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant