Neil Griffin created PLUTO-739:
----------------------------------
Summary: 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.1, 3.0.0
Reporter: Neil Griffin
Assignee: Neil Griffin
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)