You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Johnny R. Ruiz III (JIRA)" <ji...@codehaus.org> on 2005/10/08 06:15:11 UTC

[jira] Commented: (MNG-958) ability to optionally include site in binary distribution

    [ http://jira.codehaus.org/browse/MNG-958?page=comments#action_48088 ] 

Johnny R. Ruiz III commented on MNG-958:
----------------------------------------

This could be done by creating your own Descriptor file. and adding this configuration.

    <fileSet>
          <directory>target/site</directory>
          <outputDirectory>site</outputDirectory>
          <includes>
            <include>**/*.*</include>
          </includes>
    </fileSet>

Is this what you mean?  or you mean a different approach?

:)

> ability to optionally include site in binary distribution
> ---------------------------------------------------------
>
>          Key: MNG-958
>          URL: http://jira.codehaus.org/browse/MNG-958
>      Project: Maven 2
>         Type: New Feature
>   Components: maven-assembly-plugin
>     Versions: 2.0-beta-4
>     Reporter: Brett Porter
>     Assignee: Johnny R. Ruiz III
>      Fix For: 2.0-beta-4

>
> Original Estimate: 4 hours
>         Remaining: 4 hours
>


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