[ https://issues.apache.org/jira/browse/PLUTO-662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Neil Griffin closed PLUTO-662. ------------------------------ Resolution: Fixed Assignee: Neil Griffin (was: Scott Nicklous) Fix Version/s: 3.0.1 > Introduce a liferay profile for the tck > --------------------------------------- > > Key: PLUTO-662 > URL: https://issues.apache.org/jira/browse/PLUTO-662 > Project: Pluto > Issue Type: Improvement > Components: tck > Affects Versions: 3.0.0 > Reporter: Vernon Singleton > Assignee: Neil Griffin > Fix For: 3.0.1 > > > In order to disable automatic namespacing of portlet parameters, Liferay > Portal requires a companion descriptor to WEB-INF/portlet.xml named > WEB-INF/liferay-portlet.xml. > This task involves adding the Liferay descriptors and two Maven Profiles to > the Portlet 3.0 TCK: > {code:xml|name=pom.xml} > <profile> > <id>pluto</id> > <activation> > <activeByDefault>true</activeByDefault> > </activation> > ... > </profile> > <profile> > <id>liferay</id> > ... > </profile> > {code} > The "pluto" profile is active by default, and will cause the maven-war-plugin > to _exclude_ the WEB-INF/liferay-portlet.xml descriptor from the .war > artifacts that it builds. -- This message was sent by Atlassian JIRA (v6.4.14#64029)