[ https://issues.apache.org/jira/browse/STREAMS-499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15932018#comment-15932018 ]
ASF GitHub Bot commented on STREAMS-499: ---------------------------------------- GitHub user steveblackmon opened a pull request: https://github.com/apache/incubator-streams/pull/358 STREAMS-499: fix behavior of site plugin You can merge this pull request into a Git repository by running: $ git pull https://github.com/steveblackmon/incubator-streams STREAMS-499 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-streams/pull/358.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #358 ---- commit c8638ab0808b25403b1a87f8db03c84c1c09ee03 Author: Steve Blackmon @steveblackmon <sblack...@apache.org> Date: 2017-03-19T23:03:08Z STREAMS-499: fix behavior of site plugin ---- > 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 > 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.3.15#6346)