You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/10/02 15:01:51 UTC

[jira] Commented: (MPDIST-14) making it possible to add config or libs to the dirst

The following comment has been added to this issue:

     Author: Geoffrey
    Created: Sat, 2 Oct 2004 9:00 AM
       Body:
I agree.

There should be a basedir/src/dist-resources directory that adds resources to the distribution's generated content (jar's, docs, ...).
Much in the same way that java resources are added to the generated classes for the jar goal.

Such distribution resources can be:
- .bat or .sh files
- a .ico file used by the shortcuts created by the nsis installer 
- ...

Currently I had to insert as a postGoal:
    <!-- Icon file needed for installer -->
    <copy todir="${maven.dist.bin.assembly.dir}">
      <fileset dir="${basedir}/src/dist-resources">
        <include name="*.ico"/>
      </fileset>
    </copy>
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPDIST-14?page=comments#action_24847

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPDIST-14

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPDIST-14
    Summary: making it possible to add config or libs to the dirst
       Type: Wish

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-dist-plugin

   Assignee: Jason van Zyl
   Reporter: Kees Jongenburger

    Created: Thu, 12 Aug 2004 3:52 AM
    Updated: Sat, 2 Oct 2004 9:00 AM

Description:
the dist plugin only copies docs and jars readme and license
(and src if creating a src dist). It is not possible to add extra directories to be added to the dist. that's a shame because it makes the dist quite unusable. why not copy everyting?



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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