[ http://jira.codehaus.org/browse/MARCHETYPES-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Herve Boutemy updated MARCHETYPES-11: ------------------------------------- Fix Version/s: (was: 1.1) 5 > maven-archetype-portlet: Wrong <portlet-class> in portlet.xml > ------------------------------------------------------------- > > Key: MARCHETYPES-11 > URL: http://jira.codehaus.org/browse/MARCHETYPES-11 > Project: Maven Archetype Bundles > Issue Type: Bug > Components: Maven Portlet Archetype > Reporter: Nils-Helge Garli > Fix For: 5 > > > 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 is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira