RE: Problem related to maven-assembly-plugin and maven-dependency-plugin

2006-12-21 Thread Brian E. Fox
- From: Saminda Abeyruwan [mailto:[EMAIL PROTECTED] Sent: Thursday, December 21, 2006 9:31 AM To: users@maven.apache.org Subject: Problem related to maven-assembly-plugin and maven-dependency-plugin HI all, I've using the combination of maven-assembly-plugin and maven-dependency-plugin

Unrecognised tag: 'unpackOptions' with maven-assembly-plugin

2006-12-07 Thread McGee, Tom
I'm using version 2.1 of maven-assembly-plugin. The documentaion on the assembly saids I can have unpackOptions tag in the dependencySet but I get an Unrecognised tag: 'unpackOptions' error. Here's the stack trace: org.apache.maven.lifecycle.LifecycleExecutionException: Error reading descriptor

Re: question about maven assembly plugin

2006-12-04 Thread Stephane Nicoll
, Stéphane [1] http://www.mail-archive.com/dev@maven.apache.org/msg61755.html [2] http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html On 12/5/06, Steve Yang [EMAIL PROTECTED] wrote: Hi Stephane, My name is steve. I have some question about maven assembly plugin. Would you like to help

Looking for a simple maven assembly example

2006-11-07 Thread Christian Goetze
I've read the better builds with maven book, I've looked at http://maven.apache.org/plugins/maven-assembly-plugin, but I'm still not sure I understand how this is supposed to work. I just want end up with a zip file containing all of the jars needed to run the particular project I'm building

Re: Looking for a simple maven assembly example

2006-11-07 Thread Craig McClanahan
On 11/7/06, Christian Goetze [EMAIL PROTECTED] wrote: I've read the better builds with maven book, I've looked at http://maven.apache.org/plugins/maven-assembly-plugin, but I'm still not sure I understand how this is supposed to work. I just want end up with a zip file containing all

Re: Looking for a simple maven assembly example

2006-11-07 Thread Dirk Starke
the better builds with maven book, I've looked at http://maven.apache.org/plugins/maven-assembly-plugin, but I'm still not sure I understand how this is supposed to work. I just want end up with a zip file containing all of the jars needed to run the particular project I'm building. Alternatively

Re: Looking for a simple maven assembly example

2006-11-07 Thread Christian Goetze
Dirk Starke wrote: Hello Christian, I am just starting to use Maven 2, also had some problems to figure this out, and perhaps I can help you. In my little project I created two files in the src/main/assembly directory of my project. Thanks, but it only ends up with the one jar in the

Re Looking for a simple maven assembly example

2006-11-07 Thread Christian Goetze
Thanks, but it only ends up with the one jar in the project. How do I get it to include all jars needed to run, as expressed in the dependencies? -- cg Oops, sorry, the other nice person who answered has the clue... Thanks again! -- cg

Re: Looking for a simple maven assembly example

2006-11-07 Thread Edwin Punzalan
Please see: http://people.apache.org/~epunzalan/maven-assembly-plugin/ Christian Goetze wrote: I've read the better builds with maven book, I've looked at http://maven.apache.org/plugins/maven-assembly-plugin, but I'm still not sure I understand how this is supposed to work. I just want

Maven Assembly Plugin

2006-11-06 Thread Shelley
We have noticed some odd behavior related to the maven-assembly-plugin... With the latest 2.2-SNAPSHOT version of the maven-assembly-plugin, the ability to define multiple include dependencySets and to define dependencies by any combination of groupId, artifactId, type, and classifier (using

Re: Maven Assembly Plugin

2006-11-06 Thread John Casey
to the maven-assembly-plugin... With the latest 2.2-SNAPSHOT version of the maven-assembly-plugin, the ability to define multiple include dependencySets and to define dependencies by any combination of groupId, artifactId, type, and classifier (using wildcards if necessary) should be available

maven-assembly-plugin woes

2006-10-27 Thread Swenson, Eric
install:install-file on each of the jar files to populate the user's local repository with these third-party dependencies. It would appear from the documentation of maven-assembly-plugin that this plugin should be able to do the trick. But I haven't yet figured out how to do what I want. I'd like

Re: maven-assembly-plugin woes

2006-10-27 Thread Edwin Punzalan
-based repository. I think this is better than having to ship a shell script that invokes mvn install:install-file on each of the jar files to populate the user's local repository with these third-party dependencies. It would appear from the documentation of maven-assembly-plugin

RE: maven-assembly-plugin woes

2006-10-27 Thread Swenson, Eric
a repository artifact in repository format (archived or not)? -- Eric -Original Message- From: Edwin Punzalan [mailto:[EMAIL PROTECTED] Sent: Friday, October 27, 2006 4:38 PM To: Maven Users List Subject: Re: maven-assembly-plugin woes Last I checked, the repository works. Did you have

maven-assembly-plugin troubles

2006-10-09 Thread Swenson, Eric
I'm trying to assemble an image consisting of the artifacts created by a maven2 project. The artifacts (all installed and in the repository) are of three forms: - jar files - wsr files - war files I'm trying to author a pom and assembly descriptor file that

Disable adding artifact in Maven Assembly Plugin

2006-09-01 Thread Andy Yeung
Hi all, I have tried to use the assembly plugin to create a zip for deploy purpose. I would like to put those zip into another location during deploy phase other than the maven repository (I would like to have a simpler structure so users can browse them easily). I successfully created

Re: maven-assembly-plugin: weird life cycle

2006-08-31 Thread Alexis Midon
/executions /plugin This binds the maven-assembly-plugin to the package phase of the lifecycle ( http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html ) and runs the single goal of the plugin. The configuration section provides

Re: maven-assembly-plugin: weird life cycle

2006-08-30 Thread Alexis Midon
Many thanks for your answer Barrie but could you provide some examples, please? I'm completely lost in this maze :( On 8/29/06, Barrie Treloar [EMAIL PROTECTED] wrote: Included module: murex.middleware:middleware-gui:jar:3.1 does not have an artifact with a file. Please ensure the package

Re: maven-assembly-plugin: weird life cycle

2006-08-30 Thread Alexis Midon
here is what I have in my parent pom: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-assembly-plugin/artifactId configuration descriptors descriptorsrc/assembly/assembly-2.1.2m.xml

Re: maven-assembly-plugin: weird life cycle

2006-08-30 Thread Wilfred Springer
Use 'attached' as the goal instead; that solved it for me. On Wed, 2006-08-30 at 12:16 +0200, Alexis Midon wrote: here is what I have in my parent pom: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-assembly-plugin/artifactId

Re: maven-assembly-plugin: weird life cycle

2006-08-30 Thread Barrie Treloar
/descriptors /configuration /execution /executions /plugin This binds the maven-assembly-plugin to the package phase

maven-assembly-plugin: weird life cycle

2006-08-29 Thread Alexis Midon
Hi all, While using the maven-assembly-plugin, I'm always stuck by the fact that if I do not run the package goal in the same build the assembly plugin complains with the following message: Included module: murex.middleware:middleware-gui:jar:3.1 does not have an artifact with a file. Please

Re: maven-assembly-plugin: weird life cycle

2006-08-29 Thread Barrie Treloar
Included module: murex.middleware:middleware-gui:jar:3.1 does not have an artifact with a file. Please ensure the package phase is run before the assembly is generated. but when I add the package goal my jars are always built twice, once by the package goal and once by assembly after the

[M2] Maven Assembly Error

2006-08-27 Thread ccadete
-- View this message in context: http://www.nabble.com/-M2--Maven-Assembly-Error-tf2172774.html#a6007640 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

[M2] Maven Assembly Error

2006-08-27 Thread ccadete
When I run maven-assembly-plugin version 2.1 it gives the following error: [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Internal error in the plugin

Snapshot Locations for maven-plugins a maven-assembly-plugin

2006-08-25 Thread Alexis Midon
Hi all, I'd like to use a snapshot version of the assembly plugin, but I can't found out a snapshot repository. Can someone tell me if such a repo is available or should I build a snapshot by myself? Thanks in advance, Alexis

Re: Snapshot Locations for maven-plugins a maven-assembly-plugin

2006-08-25 Thread John Casey
Add this: pluginRepositories pluginRepository idapache.snapshots/id urlhttp://people.apache.org/repo/m2-snapshot-repository/url !-- NOTE: omit releases section here! -- /pluginRepository /pluginRepositories Then, when you run the build, use the -U option to refresh your plugins. If

Re: maven-assembly-plugin dependencies

2006-08-14 Thread John Casey
First, you might want to check which version of the assembly plugin you're using. It should be in the debug output (-X for debug). If you're running with the maven-assembly-plugin 2.2-SNAPSHOT, then I'd say file a JIRA issue for it in http://jira.codehaus.org/browse/MASSEMBLY and I'll try to get

maven-assembly-plugin dependencies

2006-08-10 Thread Scott Battaglia
I'm working on a project that has a parent project and two modules (currently), with the following assembly.xml file: http://developer.ja-sig.org/source/browse/jasig/cas-clients/java-client/assembly.xml?r=1.2 For the most part, the script works, but I have a couple issues that I can't figure

Re: moduleSets tag not recognized by maven-assembly-plugin

2006-06-22 Thread Bob418
Incidentally, I am using plugin version 2.0.1. -- View this message in context: http://www.nabble.com/moduleSets-tag-not-recognized-by-maven-assembly-plugin-t1832285.html#a5000178 Sent from the Maven - Users forum at Nabble.com

moduleSets tag not recognized by maven-assembly-plugin

2006-06-22 Thread Bob418
I am ramping up on the maven-assembly-plugin. Folllowing the spirit of the example discussed at http://maven.apache.org/plugins/maven-assembly-plugin/examples/multimodule/module-binary-inclusion-simple.html, I am using a project made up of modules and presently trying to get the following simple

Re: Maven Assembly

2006-06-04 Thread Martijn Dashorst
I noticed that also, and created a JIRA issue for it: http://jira.codehaus.org/browse/MASSEMBLY-112 Martijn On 6/2/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Has anyone else noticed how the main jar file you create is now included as a dependency when using the dependendencySets in an

Maven Assembly

2006-06-02 Thread rudy.bistrovich
Has anyone else noticed how the main jar file you create is now included as a dependency when using the dependendencySets in an assembly file? Now the zip I create has 2 copies of my main jar in it? One under the output directory for files picked up as dependencies and one under the main

RE: Maven Assembly

2006-06-02 Thread Midtskogen, Erik
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 3:53 PM To: users@maven.apache.org Subject: Maven Assembly Has anyone else noticed how the main jar file you create is now included as a dependency when using the dependendencySets in an assembly file? Now the zip

Re: Maven Assembly

2006-06-02 Thread Lee Meador
: Friday, June 02, 2006 3:53 PM To: users@maven.apache.org Subject: Maven Assembly Has anyone else noticed how the main jar file you create is now included as a dependency when using the dependendencySets in an assembly file? Now the zip I create has 2 copies of my main jar in it? One under

RE : [ANN] Maven Assembly Plugin 2.1

2006-05-16 Thread Syvalta
Also MASSEMBLY-97 still occurs, even there seemed to be many bugfixes related to dependency handling in the 2.1 release. -- View this message in context: http://www.nabble.com/-ANN-Maven-Assembly-Plugin-2.1-t1615275.html#a4405988 Sent from the Maven - Users forum at Nabble.com

RE : RE : [ANN] Maven Assembly Plugin 2.1

2006-05-16 Thread Olivier Lamy
: [ANN] Maven Assembly Plugin 2.1 Hi, The following configuration doesn't work anymore whereas it was ok in the previous version : dependencySets dependencySet outputDirectorylib/outputDirectory unpackfalse/unpack scoperuntime/scope /dependencySet /dependencySets What

RE : [ANN] Maven Assembly Plugin 2.1

2006-05-15 Thread Olivier Lamy
this (including with artifacts) ? A simple update on this page should be very nice : http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html ? Thanks in advance, - Olivier -Message d'origine- De : Brett Porter [mailto:[EMAIL PROTECTED] Envoyé : dimanche 14 mai 2006 07:24 À : announce

[ANN] Maven Assembly Plugin 2.1

2006-05-13 Thread Brett Porter
The Maven team is pleased to announce the release of the Maven Assembly Plugin, version 2.1 http://maven.apache.org/plugins/maven-assembly-plugin/ You can run mvn -U to get the latest version of the plugin, or specify the version in your project's plugin configuration: plugin

maven-assembly-plugin: exclude dependency - should it also exclude the child dependencies of the excluded dependencies?

2006-05-03 Thread Alex Yeo
Hi, I am currently using maven-assembly-plugin v2.0.4. Instead of the jar-with-dependencies requirement, I have a need for jar-with-some-dependencies requirement. That is, instead of packing all of the 10 dependencies, I would wish to pack 9, leaving out one. You could do that today by having

[m2] maven-assembly-plugin: does install result to respository?

2006-01-12 Thread Richard Allen
When using the assembly plugin, will the install goal put the result of the assembly into the repository? Thanks, Richard Allen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] maven-assembly-plugin: does install result to respository?

2006-01-12 Thread dan tran
yes, use assembly:attach goal, but this feature is still SVN -Dan On 1/12/06, Richard Allen [EMAIL PROTECTED] wrote: When using the assembly plugin, will the install goal put the result of the assembly into the repository? Thanks, Richard Allen

Re: Question on Maven assembly plugin

2005-11-28 Thread Tim Wood
Brett Porter wrote: specify a dependencySet with unpack set to true - the default is to include all dependencies and unpack them as classes at the root of the new assembly. I think the jar-with-depedencies default descriptor may already do as you need? This is what I hoped would happen, but

Re: Question on Maven assembly plugin

2005-11-24 Thread Brett Porter
specify a dependencySet with unpack set to true - the default is to include all dependencies and unpack them as classes at the root of the new assembly. I think the jar-with-depedencies default descriptor may already do as you need? - Brett On 11/24/05, Tim Wood [EMAIL PROTECTED] wrote: I have

Question on Maven assembly plugin

2005-11-23 Thread Tim Wood
I have gotten some great help from a Maven developer and now have a question for the list. Our project is composed of several source directories, to separate application code from infrastructure code. We have a hierarchy of pom.xmls. We figured out how to make mvn assembly:assembly generate

[m2] maven-assembly-plugin: descriptorId not set via commandline switch

2005-10-17 Thread andrew
central [DEBUG] Retrieving parent-POM from the repository for project: null:maven-clean-plugin:maven-plugin:2.0 [DEBUG] maven-assembly-plugin: resolved to version 2.0 from repository central [DEBUG] Retrieving parent-POM from the repository for project: null:maven-assembly-plugin:maven-plugin:2.0

Re: [m2] maven-assembly-plugin: descriptorId not set via commandline switch

2005-10-17 Thread Brett Porter
... [INFO] Searching repository for plugin with prefix: 'clean'. [DEBUG] maven-clean-plugin: resolved to version 2.0 from repository central [DEBUG] Retrieving parent-POM from the repository for project: null:maven-clean-plugin:maven-plugin:2.0 [DEBUG] maven-assembly-plugin: resolved to version 2.0

Re: [m2] maven-assembly-plugin: descriptorId not set via commandline switch

2005-10-17 Thread andrew
-plugin:2.0 [DEBUG] maven-assembly-plugin: resolved to version 2.0 from repository central [DEBUG] Retrieving parent-POM from the repository for project: null:maven-assembly-plugin:maven-plugin:2.0 [INFO] [INFO] Building Maven

<    2   3   4   5   6   7