[ https://issues.apache.org/jira/browse/MARCHETYPES-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Osipov closed MARCHETYPES-11. ------------------------------------- Resolution: Auto Closed This issue has been auto closed because it has been inactive for a long period of time. If you think this issue still persists, retest your problem with the most recent version of Maven and the affected component, reopen and post your results. > maven-archetype-portlet: Wrong <portlet-class> in portlet.xml > ------------------------------------------------------------- > > Key: MARCHETYPES-11 > URL: https://issues.apache.org/jira/browse/MARCHETYPES-11 > Project: Maven Archetype Bundles > Issue Type: Bug > Components: Maven Portlet Archetype > Reporter: Nils-Helge Garli > > The <portlet-class> element in portlet.xml generates the wrong portlet class > unless you specify MyPortlet as artifactId. The errors lies in the > portlet.xml template: > <portlet-class>${groupId}.${artifactId}</portlet-class> > The Class of the portlet is constant, namely MyPortlet, so it should instead > say: > <portlet-class>${groupId}.MyPortlet</portlet-class> -- This message was sent by Atlassian JIRA (v6.3.4#6332)