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.
Is your feature request related to a problem? Please describe.
As of now we have to manually add the
gmavenplus-pluginand it's dependencies to the section of thepom.xmlof newly created portlets.It would be nice to have this automatically included in the
portlet_groovyandportlet_groovy_osgiTemplates 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-pluginwith the correct goals to the section of the pom.xml. for both Templates.2.) Add the
maven-site-plugindependency to the section of thepom.xmlof the Templates3.) Check if it works by locally running the command
mvn sitein the root directory.