[ 
http://jira.codehaus.org/browse/MSITE-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=176815#action_176815
 ] 

Albert Kurucz commented on MSITE-405:
-------------------------------------

Documentation of "site:jar" does not mention multi-module projects, so I 
assumed it is only good for single modules projects.

I don't want the staged web site end up packed in the generated artifact's jar, 
how can Firefox open html files from there?

I want to create an installable zip, which has my artifacts jar in the base 
directory together with some bat/sh files, my artifact's dependencies in 
base/lib, and the full staged site (of my multi-module project) in base/doc.


> Having distributionManagement repository url with dav protocol, result to 
> corrupt staging directory structure
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: MSITE-405
>                 URL: http://jira.codehaus.org/browse/MSITE-405
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0
>         Environment: windows XP
>            Reporter: Albert Kurucz
>
>     <distributionManagement>
>         <!-- this is where binaries are deployed -->
>         <repository>
>             <id>codehaus.org</id>
>             <name>JTStand Repository</name>
>             <url>dav:https://dav.codehaus.org/repository/jtstand/</url>
>         </repository>
>         <!-- NOTE: the uniqueVersion element tells Maven to keep only a 
> single version of a SNAPSHOT -->
>         <snapshotRepository>
>             <id>codehaus.org</id>
>             <uniqueVersion>false</uniqueVersion>
>             <name>JTStand Snapshot Repository</name>
>             
> <url>dav:https://dav.codehaus.org/snapshots.repository/jtstand/</url>
>         </snapshotRepository>
> ...
> site:stage results to:
> target/staging/https/odehaus.org/jtstand ...
> The "odehaus" is not a typo here, I think this is the bug.

-- 
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

        

Reply via email to