You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "Neil Griffin (JIRA)" <ji...@apache.org> on 2017/07/12 17:59:00 UTC

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

     [ 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)