Re: How to include the artfact/extraFiles/dependency in assembly (single module)

2007-08-16 Thread Zarick Lau
On 8/16/07, Bryan Noll <[EMAIL PROTECTED]> wrote: > Zarick... > > Just wanted to let you know that your solution just helped me out. I > would second it that it seems odd to me that extra configuration is > required in order to get the jar your project is building into the > assembly. Seems to me

Re: How to include the artfact/extraFiles/dependency in assembly (single module)

2007-08-16 Thread Zarick Lau
On 8/16/07, John Casey <[EMAIL PROTECTED]> wrote: > BTW, this problem is fixed in the latest snapshots of the assembly > plugin, where there is a new flag in the assembly descriptor's > dependencySet: true|false. > For compatibility with the 2.1 release of maven-assembly-plugin, this > flag is set

Re: How to include the artfact/extraFiles/dependency in assembly (single module)

2007-08-16 Thread Bryan Noll
Thanks for following up and letting us know John. Good info. John Casey wrote: BTW, this problem is fixed in the latest snapshots of the assembly plugin, where there is a new flag in the assembly descriptor's dependencySet: true|false. For compatibility with the 2.1 release of maven-assembly-

Re: How to include the artfact/extraFiles/dependency in assembly (single module)

2007-08-15 Thread John Casey
BTW, this problem is fixed in the latest snapshots of the assembly plugin, where there is a new flag in the assembly descriptor's dependencySet: true|false. For compatibility with the 2.1 release of maven-assembly-plugin, this flag is set to true by default. I know it's just trivia right

Re: How to include the artfact/extraFiles/dependency in assembly (single module)

2007-08-15 Thread Bryan Noll
Zarick... Just wanted to let you know that your solution just helped me out. I would second it that it seems odd to me that extra configuration is required in order to get the jar your project is building into the assembly. Seems to me this should be the default behavior, and then the user

Re: How to include the artfact/extraFiles/dependency in assembly (single module)

2007-08-12 Thread Zarick Lau
Alright, I got an answer myself. The solution is the add one more 'fileSet' to include the artifact produced the jar plugin. ${artifactId}-*.jar ${basedir}/target lib keep 0664 Btw, I think that, assembly plugin should include this setup as one of the default

How to include the artfact/extraFiles/dependency in assembly (single module)

2007-08-08 Thread Zarick Lau
Dear users and developers, I have a single module project, is it possible to create an assembly such that, it include the normal project artifact, extra files (scripts/sql) and dependency in the assembly output? I can use an descriptor to include the scripts and dependencies included in the outpu