[ https://issues.apache.org/jira/browse/PLUTO-739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Neil Griffin closed PLUTO-739. ------------------------------ Resolution: Won't Fix Reverted in commit [3e9bd78071a02008a4589be228f3c34d8ba2912b|https://github.com/apache/portals-pluto/commit/3e9bd78071a02008a4589be228f3c34d8ba2912b] since it is necessary to have many (if not all) of the WARs installed in $HOME/.m2/repository in order for the TCK test driver to run. > 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 > Fix For: 3.0.2 > > > 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)