You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Prasad Kashyap (JIRA)" <ji...@codehaus.org> on 2006/02/24 17:53:38 UTC

[jira] Created: (MSITE-95) Lack of leading / in the value strips off the first char in the submodules' name after being staged.

Lack of leading / in the <site><url> value strips off the first char in the submodules' name after being staged.
----------------------------------------------------------------------------------------------------------------

         Key: MSITE-95
         URL: http://jira.codehaus.org/browse/MSITE-95
     Project: Maven 2.x Site Plugin
        Type: Bug

    Reporter: Prasad Kashyap
    Priority: Critical
 Attachments: test-parent.zip

site:stage goal.

Multi-module project.

When the <dist..Mgmt><site><url> element is used, if the value does not have a leading slash, then the first char of every submodule under the final staging dir is stripped off.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MSITE-95) Lack of leading / in the value strips off the first char in the submodules' name after being staged.

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSITE-95?page=all ]
     
Vincent Siveton closed MSITE-95:
--------------------------------

     Assign To: Vincent Siveton
    Resolution: Won't Fix

This problem comes from Wagon project in the PathUtils.basedir(String) method, around line 369.
You should define a valid url.

> Lack of leading / in the <site><url> value strips off the first char in the submodules' name after being staged.
> ----------------------------------------------------------------------------------------------------------------
>
>          Key: MSITE-95
>          URL: http://jira.codehaus.org/browse/MSITE-95
>      Project: Maven 2.x Site Plugin
>         Type: Bug

>     Reporter: Prasad Kashyap
>     Assignee: Vincent Siveton
>     Priority: Critical
>  Attachments: test-parent.zip
>
>
> site:stage goal.
> Multi-module project.
> When the <dist..Mgmt><site><url> element is used, if the value does not have a leading slash, then the first char of every submodule under the final staging dir is stripped off.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org