You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by "Steve Blackmon (JIRA)" <ji...@apache.org> on 2017/03/19 21:14:42 UTC

[jira] [Created] (STREAMS-499) site:stage and site:publish problem with 0.5-incubating

Steve Blackmon created STREAMS-499:
--------------------------------------

             Summary: site:stage and site:publish problem with 0.5-incubating
                 Key: STREAMS-499
                 URL: https://issues.apache.org/jira/browse/STREAMS-499
             Project: Streams
          Issue Type: Bug
            Reporter: Steve Blackmon
            Assignee: Steve Blackmon
            Priority: Minor


site:stage and site:publish don't work as expected on 0.5-incubating.

when staging the site, the sub-modules don't wind up in the right place.  same when publishing.

the cause is:
<distributionManagement>
        <site>
    <url>scm:svn:https://svn.apache.org/repos/asf/incubator/streams/site/trunk/content/site/${project.version}/${project.artifactId}</url>
        
needs to be:
    <url>scm:svn:https://svn.apache.org/repos/asf/incubator/streams/site/trunk/content/site/${project.version}/streams-project</url>
        



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)