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 2018/01/08 17:25:00 UTC

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

     [ https://issues.apache.org/jira/browse/STREAMS-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Blackmon updated STREAMS-499:
-----------------------------------
    Sprint: 0.5.1

> 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
>             Fix For: 0.5.1
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> 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.4.14#64029)