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

Maven recipe : Add maven-javadoc-plugin configuration #1556

Open
yeikel opened this issue Apr 2, 2022 · 1 comment
Open

Maven recipe : Add maven-javadoc-plugin configuration #1556

yeikel opened this issue Apr 2, 2022 · 1 comment
Labels
recipe Requested Recipe

Comments

@yeikel
Copy link
Contributor

yeikel commented Apr 2, 2022

 <plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-javadoc-plugin</artifactId>
    <executions>
        <execution>
            <id>attach-javadocs</id>
            <goals>
                <goal>jar</goal>
            </goals>
        </execution>
    </executions>
</plugin>
@tkvangorder
Copy link
Contributor

This is a good idea, I think we want to hold off adding this recipe until we have added plugin/plugin management to the semantic model, see #585

The reason for this is that in a multi-module maven project, we only want to add this plug-in to those maven projects that either have no parent or a parent that is external to the project.

@tkvangorder tkvangorder moved this to Backlog in OpenRewrite Apr 4, 2022
@tkvangorder tkvangorder added the enhancement New feature or request label Apr 4, 2022
@tkvangorder tkvangorder moved this from Backlog to Ice Box in OpenRewrite Apr 8, 2022
@tkvangorder tkvangorder moved this from Request for help to Recipes Wanted in OpenRewrite Apr 19, 2022
@tkvangorder tkvangorder added recipe Requested Recipe and removed enhancement New feature or request labels Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
recipe Requested Recipe
Projects
Status: Recipes Wanted
Development

No branches or pull requests

2 participants