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)

Reply via email to