[jira] [Updated] (PLUTO-662) Introduce a liferay profile for the tck

"Neil Griffin (JIRA)" <[email protected]>
Newsgroups gmane.comp.jakarta.pluto.devel
Message-ID <[email protected]>
     [ https://issues.apache.org/jira/browse/PLUTO-662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Neil Griffin updated PLUTO-662:
-------------------------------
    Description: 
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.

  was:Create a liferay profile to manage files needed by Liferay.


> 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: Scott Nicklous
>             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)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.