Re: assembly plug-in config

2012-01-03 Thread Guillaume Polet
Neginahal a écrit : Hi, I am using assembly plug-in to create zip of multi-module project of below structure. parent1 --child-1 --child-2 pom.xml I would like to create the parent1.zip of same structure as below. parent1.zip --child-1 --child-2 pom.xml Could someone help what could be the assembly

assembly plug-in config

2012-01-03 Thread Prashant Neginahal
Hi, I am using assembly plug-in to create zip of multi-module project of below structure. parent1 --child-1 --child-2 pom.xml I would like to create the parent1.zip of same structure as below. parent1.zip --child-1 --child-2 pom.xml Could someone help what could be the assembly configuration

Re: Maven Assembly Plug-in - Creating custom root folder inside TAR file

2011-01-20 Thread Marc Rohlfs
5:04 PM To: users@maven.apache.org Subject: Maven Assembly Plug-in - Creating custom root folder inside TAR file Hi, I want to create a tar file using assembly plugin. I am able to do create a tar file but unable to customize the root folder. It always is project/module name. For example: My

Re: Maven Assembly Plug-in - Creating custom root folder inside TAR file

2011-01-20 Thread Marc Rohlfs
Simply add 'false' to Your 'bin.xml'. (See http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html#class_assembly) On 20/01/11 12:33, Tirumal Reddy Moolamalla wrote: I need something like this. Example.tar -MyFolder But I am getting like this. Example.tar ---Example -

RE: Maven Assembly Plug-in - Creating custom root folder inside TAR file

2011-01-20 Thread Tirumal Reddy Moolamalla
Plug-in - Creating custom root folder inside TAR file Hi, I want to create a tar file using assembly plugin. I am able to do create a tar file but unable to customize the root folder. It always is project/module name. For example: My module name is "Example" and I want to create &q

Maven Assembly Plug-in - Creating custom root folder inside TAR file

2011-01-20 Thread Tirumal Reddy Moolamalla
Hi, I want to create a tar file using assembly plugin. I am able to do create a tar file but unable to customize the root folder. It always is project/module name. For example: My module name is "Example" and I want to create "Example.tar" file and it should directly contain "MyFolder". But whe

Re: Exclusion does not work when using dependencies generated using assembly plug in

2011-01-05 Thread Benjamin Bentmann
Anand HS wrote: 4. Now when I invoke mvn install from the ROOT pom, I see that ModuleA and ModuleA-distribution.jar get build with no issues. Now when ModuleB is built, in spite of explicit exclusion of ModuleA's dependencies , those dependencies do not get excluded. Could be http://jira.codeh

Re: Exclusion does not work when using dependencies generated using assembly plug in

2011-01-05 Thread Anand HS
Hi, Apologize for not providing more details. Here are more details - 1. The ROOT is a ROOT pom that builds both ModuleA and ModuleB. 2. ModuleA uses assembly plug in to generate a Distribution jar. Here is the distribution XML that builds this jar - distribution jar false

Re: Exclusion does not work when using dependencies generated using assembly plug in

2011-01-05 Thread Anders Hammar
What do you mean when you say that the exclusions don't get excluded when you build from the root? The subject mentions the assembly plugin, but I don't see that mentioned in your structure. More info, please! /Anders On Wed, Jan 5, 2011 at 01:36, Anand HS wrote: > Hi, > I have a project with

Exclusion does not work when using dependencies generated using assembly plug in

2011-01-04 Thread Anand HS
Hi, I have a project with the following structure - ROOT - ModuleA - GeneratedDistribution.jar - Several Dependencies - ModuleB - Several Dependencies - Depends on GeneratedDistribution.jar - Now When i build from ROOT, the exclusions do not really get excluded

Excluding "\*\.class" from dependencySets in the assembly plug-in

2009-11-10 Thread zakmck
class%22-from-dependencySets-in-the-assembly-plug-in-tp26281867p26281867.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Assembly plug in behaving differently between local and CI server

2009-09-11 Thread William Hatch
I added the assemply plug in to a project, and it creates a proper jar that includes config files, etc when run locally on my machine using mvn package, but the same command on our build server outputs a jar that lacks some critical config files that need to be at the default package level

Re: Maven assembly plug-in and deploy not happening?

2009-06-25 Thread lsacco
>> >> >> >> >> Now when I run mvn:deploy, it does not upload my assemblies, only my >> project output (jar). Do I need a different version of a plugin or >> maven or something, or is the assembly plugin FAQ wrong? > > - Jörg > > > ---

Exclude variable artifacts in assembly plug-in.

2008-12-23 Thread Guy Michaelis
I am using maven-assembly-plugin to include libraries into a tar file. Whenever artifactId is explicitly mentioned in the distribution file everything is OK, but, when a variable is used, it doesn't exclude the artifact and throw a warning " The following patterns were never triggered in this artif

Re: Maven assembly plug-in and deploy not happening?

2008-06-27 Thread Andrew Robinson
That was it, oops. Thank you. On Fri, Jun 27, 2008 at 1:04 PM, Jörg Schaible <[EMAIL PROTECTED]> wrote: > Hi Andrew, > > Andrew Robinson wrote: > >> The maven assembly plug-in, specifically states that it will deploy >> all the built assemblies on deploy: >>

Re: Maven assembly plug-in and deploy not happening?

2008-06-27 Thread Jörg Schaible
Hi Andrew, Andrew Robinson wrote: > The maven assembly plug-in, specifically states that it will deploy > all the built assemblies on deploy: > > http://maven.apache.org/plugins/maven-assembly-plugin/faq.html#deploy > > So I have my assembly plugin executions t

Maven assembly plug-in and deploy not happening?

2008-06-27 Thread Andrew Robinson
The maven assembly plug-in, specifically states that it will deploy all the built assemblies on deploy: http://maven.apache.org/plugins/maven-assembly-plugin/faq.html#deploy So I have my assembly plugin executions tied to the package: maven-assembly-plugin 2.2-beta-2

RE: maven2 assembly plug-in

2008-04-15 Thread Krishnamurthi, Venkat
.. @170:12) for project Thanks, Venkat -Original Message- From: tadamski [mailto:[EMAIL PROTECTED] Sent: Monday, April 14, 2008 2:39 PM To: users@maven.apache.org Subject: Re: maven2 assembly plug-in within the configuration tags where you setup the assembly plugin, use the name U

Re: maven2 assembly plug-in

2008-04-14 Thread tadamski
ate: Thu, 27 Mar 2008 20:04:24 -0400 > Subject: maven2 assembly plug-in > To: users@maven.apache.org > > i'm using the assembly plug-in to create an assembly in the form of a > directory which contains my > jar file which is created by maven and it also contains a lib director

maven2 assembly plug-in

2008-03-28 Thread Urooj Khan
Sorry if this is a repost... Not sure if the first one got out... -- Forwarded message -- From: Urooj Khan <[EMAIL PROTECTED]> Date: Thu, 27 Mar 2008 20:04:24 -0400 Subject: maven2 assembly plug-in To: users@maven.apache.org i'm using the assembly plug-in to create

maven2 assembly plug-in

2008-03-27 Thread Urooj Khan
i'm using the assembly plug-in to create an assembly in the form of a directory which contains my jar file which is created by maven and it also contains a lib directory with all the jar files that are dependencies of this build this is what my assembly xml looks like dist

Maven-assembly-plug-in usage

2007-11-14 Thread Vishal Pahwa
Hi We are using maven-assembly-plug-in for creating the release package.In the descriptor file of the assembly the tag present is . But with the help of this we can add a group of files inside the folder but not the folder itself that contains files as well as subfolders also. So could anyone

Re: Assembly plug-in

2007-06-15 Thread Antonio Petrelli
2007/6/15, Jon Strayer <[EMAIL PROTECTED]>: Can I control where the assembly plug-in puts the assembly file it creates? http://maven.apache.org/plugins/maven-assembly-plugin/assembly-mojo.html#outputDirectory Antonio --

Assembly plug-in

2007-06-15 Thread Jon Strayer
Can I control where the assembly plug-in puts the assembly file it creates? -- Esse Quam Videre To Be, rather than to Seem

Maven2 release plug-in with assembly plug-in

2006-08-16 Thread swamy patsa
Hi Folks, I have used Maven2 assembly plugin and generated a zip file with dependency jars, when i did the release of this project the application jar is deploying to the remote repository but the zip file with dependencies is not deploying, if anyone of you folks solution for this problem i wo