You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Rex Huang <re...@gmail.com> on 2008/03/14 15:07:09 UTC

maven-site-plugin stage-deploy incorrect in unix

my project information as below:

Project path is: /opt/work/project1

Setting in pom file:
  <distributionManagement>
      <site>
        <id>my-app</id>
        <url>scp://www.mycompany.com/home/testuser/fullsite</url>
      </site>
  </distributionManagement>

I run maven command to generate report:
mvn clean site:stage-deploy

but link of module is wrong in index.html is wrong:
<h5>Modules</h5>
            <ul>
    <li class="none">
<a
href="../../../opt/work/projects1../../www.mycompany.com/home/testuser/fullsite">module1</a>

does anyone know what's wrong?

BR//Rex