You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@apache.org> on 2016/09/18 12:50:20 UTC

[jira] [Created] (MSCMPUB-28) Make it possible to publish ony subfolders in a targeting site repository

Karl Heinz Marbaise created MSCMPUB-28:
------------------------------------------

             Summary: Make it possible to publish ony subfolders in a targeting site repository
                 Key: MSCMPUB-28
                 URL: https://issues.apache.org/jira/browse/MSCMPUB-28
             Project: Maven SCM Publish Plugin
          Issue Type: Improvement
            Reporter: Karl Heinz Marbaise


Scenario: Having a single git repo which contains the site for a multi component project where each component site should be published at a different time point.
{code}
  /
 ..   index.html...
 +--- M1
 +--- M2
 +
{code}
I can configure to ignore paths like {{M1,M2}} but I can't configure to use a target path while the content is being copied into the target site git repos to say that only the current content will be copied into {{M1}} and this is the only part which is handle with updates/changes/deletes. 
The root path can be handled by using the {{ignorePathsToDelete}} configuration but in the sub modules like M1 and M2 it is not possible to configure scm-publish in a way to handle only a sub folder.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)