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 2019/04/10 19:14:00 UTC

[jira] [Updated] (PLUTO-739) Improve build speed by not installing TCK portlets into local maven repository

     [ https://issues.apache.org/jira/browse/PLUTO-739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Neil Griffin updated PLUTO-739:
-------------------------------
    Fix Version/s:     (was: 3.1.0)

> Improve build speed by not installing TCK portlets into local maven repository
> ------------------------------------------------------------------------------
>
>                 Key: PLUTO-739
>                 URL: https://issues.apache.org/jira/browse/PLUTO-739
>             Project: Pluto
>          Issue Type: Task
>          Components: tck
>    Affects Versions: 3.0.0, 3.0.1
>            Reporter: Neil Griffin
>            Assignee: Neil Griffin
>            Priority: Major
>
> This task involves adding the following marking to each individual pom.xml descriptor of the TCK portlets:
> {code:xml|title=pom.xml}
>          <plugin>
>             <artifactId>maven-install-plugin</artifactId>
>             <configuration>
>                <skip>true</skip>
>             </configuration>
>          </plugin>
> {code}
> The markup cannot be added to the parent pom (portals-pluto/portlet-tck_3.0/pom.xml) because the parent pom needs to be installed, as well as some child modules such as <module>common</module>.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)