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

Include groovydoc generation in the groovy portlet templates #246

Open
Steffengreiner opened this issue Dec 8, 2020 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@Steffengreiner
Copy link

Is your feature request related to a problem? Please describe.

As of now we have to manually add thegmavenplus-pluginand it's dependencies to the section of the pom.xml of newly created portlets.
It would be nice to have this automatically included in the portlet_groovy and portlet_groovy_osgi
Templates so this doesn't get lost during a remerge of the Template to the project or while creating a new portlet.

Describe the solution you'd like

1.) Add the gmavenplus-plugin with the correct goals to the section of the pom.xml. for both Templates.
2.) Add the maven-site-plugin dependency to the section of the pom.xml of the Templates
3.) Check if it works by locally running the command mvn site in the root directory.

@Steffengreiner Steffengreiner added the enhancement New feature or request label Dec 8, 2020
@Steffengreiner
Copy link
Author

This should only be tackled after this Issue addressing the removal of theparent-pom from the Templates has been done.
Afterwards the steps outlined in this Issue on the Data-model-lib repository have to be added to the Pom.xml of the portlet templates.

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

No branches or pull requests

1 participant