Hervé Boutemy created MPOM-50:
---------------------------------
Summary: configure site staging for multi-modules
Key: MPOM-50
URL: https://issues.apache.org/jira/browse/MPOM-50
Project: Maven POMs
Issue Type: Improvement
Components: maven
Affects Versions: MAVEN-24
Reporter: Hervé Boutemy
Assignee: Hervé Boutemy
Fix For: MAVEN-25
actually, for multi-modules, m-site-p topSiteURL has to be configured to avoid
extra path in staged content:
{code:xml} <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</topSiteURL>
</configuration>
</plugin>{code}
such configuration in parent pom would avoid copy/paste in every child
--
This message was sent by Atlassian JIRA
(v6.2#6252)