Re: How can I specify the output name using maven-assembly-plugin?

2007-10-09 Thread Tim Kettler
-0400 schrieb Dave Hoffer [EMAIL PROTECTED]: How can I specify the output name of the generated jar-with-dependencies artifact using maven-assembly-plugin? I want the final jar to be called something like somename.xyz

RE: How can I specify the output name using maven-assembly-plugin?

2007-10-09 Thread Dave Hoffer
To: Maven Users List Subject: Re: How can I specify the output name using maven-assembly-plugin? Hi, configuration finalNamecustom-name/finalName appendAssemblyIdfalse/appendAssemblyId /configuration http://maven.apache.org/plugins/maven-assembly-plugin/assembly-mojo.html 2007/10/9

RE: How can I specify the output name using maven-assembly-plugin?

2007-10-09 Thread Dave Hoffer
entry. Oh how, it times like these, I just wish that maven was simpler. There is no useful information on the maven-assembly-plugin web site that explains when these entries are valid or not. All I want to do is specify the name of my jar with dependencies artifact when I run mvn clean install

RE: How can I specify the output name using maven-assembly-plugin?

2007-10-09 Thread Dave Hoffer
Okay, if that's the case...how can I copy this file and give it the name I need? -Dave -Original Message- From: Tim Kettler [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 09, 2007 11:37 AM To: users@maven.apache.org Subject: Re: How can I specify the output name using maven-assembly

Maven Assembly and name mapping

2007-09-21 Thread Rodolphe Beck
Hello, I manage some non java project using the assembly plugin to create .zip files automatically. Is it possible to use a generated zip name instead of the default one : ${artifactId}-${version}.${extension}. I know it is possible for dependencies, but I did not find it for the resulting

Re: Maven Assembly and name mapping

2007-09-21 Thread Tim Kettler
Hi, plugin configuration finalNamecustom-name/finalName appendAssemblyIdfalse/appendAssemblyId /configuration /plugin -Tim [1] http://maven.apache.org/plugins/maven-assembly-plugin/assembly-mojo.html Rodolphe Beck schrieb: Hello, I manage some non java project using

Re: Maven Assembly and name mapping

2007-09-21 Thread Rodolphe Beck
Thanks a lot. 2007/9/21, Tim Kettler [EMAIL PROTECTED]: Hi, plugin configuration finalNamecustom-name/finalName appendAssemblyIdfalse/appendAssemblyId /configuration /plugin -Tim [1] http://maven.apache.org/plugins/maven-assembly-plugin/assembly

Re: Snapshot access to maven-assembly-plugin-2.2-beta-2-SNAPSHOT

2007-09-13 Thread Tim Kettler
/development/guide-plugin-snapshot-repositories.html Mark Diggory schrieb: I'm having difficulty getting Maven to detect the maven-assembly-plugin snapshots at http://people.apache.org/repo/m2-snapshot-repository. While I can download maven-assembly-plugin-2.2-SNAPSHOT the wierd beta-N numbering

Re: Snapshot access to maven-assembly-plugin-2.2-beta-2-SNAPSHOT

2007-09-13 Thread Mark Diggory
://maven.apache.org/guides/development/guide-plugin-snapshot-repos itories.html Mark Diggory schrieb: I'm having difficulty getting Maven to detect the maven-assembly-plugin snapshots at http://people.apache.org/repo/m2-snapshot-repository. While I can download maven-assembly-plugin-2.2

Multiple-Module Build? maven-assembly-plugin or maven-jar-plugin?

2007-09-07 Thread Andrew Leer
I am making my first attempt at building a multiple-module project. Should I use the maven-assembly-plugin, or the maven-jar-plugin? What is the difference between them? Does which plugin should be used have to do with if the project is a standalone app, or something else? Thank you

Re: Multiple-Module Build? maven-assembly-plugin or maven-jar-plugin?

2007-09-07 Thread Tim Kettler
Hi, Andrew Leer schrieb: I am making my first attempt at building a multiple-module project. Should I use the maven-assembly-plugin, or the maven-jar-plugin? just building a multi-module project doesn't imply you have to explicitly use the jar- or assembly-plugin. Think of a multi-module

Re: Multi module project and maven-assembly-plugin (more details)

2007-09-03 Thread John Casey
. If I dont bind attached goal to the package phase and fire mvn clean package assembly:assembly, everything is ok. What is the problem? Thanx, Vanja -- View this message in context: http://www.nabble.com/Multi-module- project-and-maven-assembly-plugin-tf4297489s177.html

Re: Multi module project and maven-assembly-plugin (more details)

2007-08-27 Thread kapilanand
to the package phase and fire mvn clean package assembly:assembly, everything is ok. What is the problem? Thanx, Vanja -- View this message in context: http://www.nabble.com/Multi-module-project-and-maven-assembly-plugin-tf4297489s177.html#a12351662 Sent from the Maven - Users mailing

Re: maven assembly plugin to create a remote repository?

2007-08-23 Thread Stephane Nicoll
the maven assembly plugin to create a remote repository? I have some custom artifacts that my build needs. I don't want to force my users to have to manually do 'mvn install:install-file' for each of those. I have seen you can create a local repository which you need to unzip then, but it would

Re: maven assembly plugin to create a remote repository?

2007-08-23 Thread Wim Deblauwe
On 8/22/07, Wim Deblauwe [EMAIL PROTECTED] wrote: Hi, is it possible to use the maven assembly plugin to create a remote repository? I have some custom artifacts that my build needs. I don't want to force my users to have to manually do 'mvn install:install-file' for each of those. I

Re: maven assembly plugin to create a remote repository?

2007-08-23 Thread Stephane Nicoll
. Regardnig plugins, it's not possible as far as I know. Only the project's dependencies can be included in a repository. HTH, Stéphane On 8/22/07, Wim Deblauwe [EMAIL PROTECTED] wrote: Hi, is it possible to use the maven assembly plugin to create a remote repository? I have some

Re: maven assembly plugin to create a remote repository?

2007-08-23 Thread Wim Deblauwe
that I can upload to sourceforge and serve as a remote repository or is it the same structure? regards, Wim [1] http://maven.apache.org/plugins/maven-assembly-plugin/examples/single/using-repositories.html 2007/8/23, Stephane Nicoll [EMAIL PROTECTED]: You gather the dependencies you need

Re: maven assembly plugin to create a remote repository?

2007-08-23 Thread Stephane Nicoll
to create a directory structure that I can upload to sourceforge and serve as a remote repository or is it the same structure? regards, Wim [1] http://maven.apache.org/plugins/maven-assembly-plugin/examples/single/using-repositories.html 2007/8/23, Stephane Nicoll [EMAIL PROTECTED

Re: maven assembly plugin to create a remote repository?

2007-08-23 Thread Wim Deblauwe
* repository with the artifacts used by your project. I want to create a directory structure that I can upload to sourceforge and serve as a remote repository or is it the same structure? regards, Wim [1] http://maven.apache.org/plugins/maven-assembly-plugin/examples/single

Re: maven assembly plugin to create a remote repository?

2007-08-23 Thread Stephane Nicoll
a directory structure that I can upload to sourceforge and serve as a remote repository or is it the same structure? regards, Wim [1] http://maven.apache.org/plugins/maven-assembly-plugin/examples/single/using-repositories.html 2007/8/23, Stephane Nicoll [EMAIL

maven assembly plugin to create a remote repository?

2007-08-22 Thread Wim Deblauwe
Hi, is it possible to use the maven assembly plugin to create a remote repository? I have some custom artifacts that my build needs. I don't want to force my users to have to manually do 'mvn install:install-file' for each of those. I have seen you can create a local repository which you need

Multi module project and maven-assembly-plugin

2007-08-20 Thread Vanja Petreski
Hello, I have problem with attached goal. Parent POM: project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi= http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd; modelVersion4.0.0/modelVersion

Re: Multi module project and maven-assembly-plugin

2007-08-20 Thread Vanja Petreski
lib-release.xml: ?xml version=1.0 encoding=UTF-8? assembly idlib-release/id formats formatzip/format /formats includeBaseDirectorytrue/includeBaseDirectory baseDirectory${artifactId}/baseDirectory moduleSets moduleSet includes

Re: Maven Assembly Plugin Error

2007-08-18 Thread David Williams
/07, David Williams [EMAIL PROTECTED] wrote: I guess what I really want to do is filter out certain dependencies. Thanks Again, David On 8/16/07, David Williams [EMAIL PROTECTED] wrote: I've create a basic descriptor for the maven assembly plugin. Which works fine

Can the Maven Assembly Plugin create an exe file

2007-08-16 Thread David Williams
Can the Maven Assembly Plugin create an exe file? Thanks, David

Re: Can the Maven Assembly Plugin create an exe file

2007-08-16 Thread Wayne Fay
I'm not certain, but the NMaven team might have something you'd find useful: http://incubator.apache.org/nmaven/index.html Wayne On 8/16/07, David Williams [EMAIL PROTECTED] wrote: Can the Maven Assembly Plugin create an exe file? Thanks, David

Re: Can the Maven Assembly Plugin create an exe file

2007-08-16 Thread Mark Donszelmann
Williams [EMAIL PROTECTED] wrote: Can the Maven Assembly Plugin create an exe file? Thanks, David - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Maven Assembly Plugin Error

2007-08-16 Thread David Williams
I've create a basic descriptor for the maven assembly plugin. Which works fine if I don't try to filter dependencies. However when I try to add some include lines, I get the following error. [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'commons

Re: Maven Assembly Plugin Error

2007-08-16 Thread David Williams
I guess what I really want to do is filter out certain dependencies. Thanks Again, David On 8/16/07, David Williams [EMAIL PROTECTED] wrote: I've create a basic descriptor for the maven assembly plugin. Which works fine if I don't try to filter dependencies. However when I try to add some

Re: Maven Assembly Plugin Error

2007-08-16 Thread David Williams
Nevermind. I figured it out. On 8/16/07, David Williams [EMAIL PROTECTED] wrote: I guess what I really want to do is filter out certain dependencies. Thanks Again, David On 8/16/07, David Williams [EMAIL PROTECTED] wrote: I've create a basic descriptor for the maven assembly plugin

Re: Maven Assembly Plugin Error

2007-08-16 Thread Mick Knutson
PROTECTED] wrote: I've create a basic descriptor for the maven assembly plugin. Which works fine if I don't try to filter dependencies. However when I try to add some include lines, I get the following error. [WARNING] The following patterns were never triggered

maven-assembly-plugin ignore my empty folder.

2007-08-09 Thread acec acec
Hi, I am using maven-assembly-plugin. I want my installation package has a empty logs folder, so I created /src/main/process/logs, which is a empty folder. I tried the following fileSet, but maven assembly ignored logs folder, because it is empty. Is there a way to put the empty folder into my

Image Corruption in Maven Assembly Plugin 2.2-beta-1

2007-08-02 Thread scott_battaglia
/trunk/assembly.xml?r=39553 Thanks -Scott -- View this message in context: http://www.nabble.com/Image-Corruption-in-Maven-Assembly-Plugin-2.2-beta-1-tf4206748s177.html#a11966529 Sent from the Maven - Users mailing list archive at Nabble.com

Re: maven-assembly-plugin and signed jars

2007-07-06 Thread John Casey
project), we can take a look at getting it fixed. Thanks, -john On Jul 5, 2007, at 5:56 PM, Sebastien Arbogast wrote: I'm using maven-assembly-plugin and jar-with-dependencies descriptor to generate an executable jar for my desktop application. But when I try to execute this jar, I have

maven-assembly-plugin and signed jars

2007-07-05 Thread Sebastien Arbogast
I'm using maven-assembly-plugin and jar-with-dependencies descriptor to generate an executable jar for my desktop application. But when I try to execute this jar, I have the following exception: Exception in thread main java.lang.SecurityException: no manifiest section for signature file entry

Re: multimodule project build, maven assembly plugin

2007-06-15 Thread Torsten Curdt
the assembly with a shell script ...instead of spending even more time on maven. If you find good solution - please let me know. cheers -- Torsten On 14.06.2007, at 01:25, Francois Fernandes wrote: Hi list, and again a problem using the maven-assembly-plugin. I've got a multimodule build

Re: Maven assembly plugin question

2007-06-14 Thread Kannan Ekanath
Hi, Thanks, I seem to get it. While doing a mvn assembly:assembly it is showing me a myapp.zip however, when I do a mvn install i assumed this file will be stored in the .m2\repo it is still showing as package-0.3-SNAPSHOT.zip and not myapp.zip(myapp.zip gets copied into the m2\repo as

Re: Maven assembly plugin question

2007-06-14 Thread Wendy Smoak
On 6/13/07, Kannan Ekanath [EMAIL PROTECTED] wrote: Thanks, I seem to get it. While doing a mvn assembly:assembly it is showing me a myapp.zip however, when I do a mvn install i assumed this file will be stored in the .m2\repo it is still showing as package-0.3-SNAPSHOT.zip and not

multimodule project build, maven assembly plugin

2007-06-13 Thread Francois Fernandes
Hi list, and again a problem using the maven-assembly-plugin. I've got a multimodule build with a custom assembly descriptor I would like to execute the assembly plugin when the install phase is beeing executed. Unfortunately this doesn't work as expected. The assembly is beeing defined

Maven assembly plugin question

2007-06-13 Thread Kannan Ekanath
Maven version: 2.0.4 Maven assembly plugin version: 2.2 (current version) I assume that maven plugin related questions are supposed to be asked in the main maven mailling list. Kindly let me know if that isnot the case. I have got an assembly plugin to work from http://maven.apache.org/plugins

Re: Maven assembly plugin question

2007-06-13 Thread Wendy Smoak
On 6/13/07, Kannan Ekanath [EMAIL PROTECTED] wrote: mvn -Dproject.build.finalName=my-installer-0.3-SNAPSHOT clean assembly:assembly but it still creates the zip file with the name package-0.3-SNAPSHOT. Can someone tell me if there is something i am missing? Try setting buildfinalName in

Problem with the maven-assembly-plugin 2.2 beta 2

2007-06-05 Thread Luca Clementi
I have a problem with the maven assembly plugin. When I issue a mvn install I get this error: [INFO] Building jar: /home/clem/projects/aware/aware-designer/target/aware-designer-1.0-SNAPSHOT.jar [INFO] [ERROR] BUILD ERROR

maven-assembly-plugin and file filter.properties problem

2007-05-04 Thread houzecl
With maven-assembly-plugin I can't filter files using a filter.properties file (note that it works with pom built-in properties e.g. ${project.groupId} or propertiestotoproperties) I've created a small project using mvn archetype:create and inserted the assembly configuration (see below

RE: maven-assembly-plugin and target directory tree...

2007-04-30 Thread Harris, Philip
-Original Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: 26 April 2007 15:00 To: Maven Users List Subject: Re: maven-assembly-plugin and target directory tree... Well, unfortunately I think you're going to wind up with one of two possibilities: 1. you *might* be able

Re: Problems with maven-assembly-plugin from Netbeans 5.5...

2007-04-26 Thread Antonio Petrelli
2007/4/25, Arne Styve [EMAIL PROTECTED]: Hi Antonio I tried adding version2.2-SNAPSHOT/version to the module plugin, but it didn't find it. How should I og about getting the 2.2 version ? You have to add the snapshot repository to your pom, or to your settings.xml: /* snip */

maven-assembly-plugin and target directory tree...

2007-04-26 Thread Harris, Philip
I want to create a simple tar file which has two directories, each with a couple of files. When the tar file is extracted, the directories needs to be extracted to the current working directory - not to a subdirectory in the project-version directory. I do not have the luxury of being ablt to

Re: maven-assembly-plugin and target directory tree...

2007-04-26 Thread John Casey
taking a close look at option #2, with the help of these references: http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html http://maven.apache.org/plugins/maven-assembly-plugin/component.html (BTW, it looks like you've tried to put POM configuration of the assembly plugin into your

RE: Problems with maven-assembly-plugin from Netbeans 5.5...

2007-04-25 Thread Arne Styve
Hi Antonio I'm trying to use the maven-assembly-plugin from within Netbeans 5.5 (with Mavenide installed), but when executing the goal assembly:assembly, I get the following message when using the predefined descriptor jar-with-dependencies: Embedded error: C:\Programfiler

Re: Problems with maven-assembly-plugin from Netbeans 5.5...

2007-04-25 Thread Milos Kleint
from the project directory and thus the rel paths are correct. put the ${basedir} variable in the place where you define the path. Milos On 4/25/07, Arne Styve [EMAIL PROTECTED] wrote: Hi Antonio I'm trying to use the maven-assembly-plugin from within Netbeans 5.5 (with Mavenide

Problems with maven-assembly-plugin from Netbeans 5.5...

2007-04-24 Thread Styve Arne
Hi, I'm trying to use the maven-assembly-plugin from within Netbeans 5.5 (with Mavenide installed), but when executing the goal assembly:assembly, I get the following message when using the predefined descriptor jar-with-dependencies: Embedded error: C:\Programfiler\netbeans-5.5\target\classes

Re: Problems with maven-assembly-plugin from Netbeans 5.5...

2007-04-24 Thread Antonio Petrelli
2007/4/24, Styve Arne [EMAIL PROTECTED]: Hi, I'm trying to use the maven-assembly-plugin from within Netbeans 5.5 (with Mavenide installed), but when executing the goal assembly:assembly, I get the following message when using the predefined descriptor jar-with-dependencies: Embedded error: C

Re: maven-assembly-plugin: doesn't work from a reactor build

2007-04-24 Thread Graham Leggett
On Tue, April 24, 2007 3:07 am, Wayne Fay wrote: Are you sure Assembly is finding the assembly.xml you've specified during the reactor build? I know paths specified in child pom plugins sometimes don't work as expected during reactor builds, etc. I tried to change the descriptor to add the

RE: maven-assembly-plugin: doesn't work from a reactor build

2007-04-24 Thread Jörg Schaible
Hi Graham, use goal single instead of attached. - Jörg Graham Leggett wrote on Monday, April 23, 2007 4:45 PM: Hi all, I have an assembly linked into the mvn build lifecycle like below using the attached goal. When mvn install is run from the assembly artifact, the assembly is built

RE: maven-assembly-plugin: doesn't work from a reactor build

2007-04-24 Thread Graham Leggett
On Tue, April 24, 2007 4:09 pm, Jörg Schaible wrote: use goal single instead of attached. This also seems to make no difference. One thing I have noticed is that a small part of the assembly is created, with the contents below. It looks like as soon as it's encountered the dependency with a

maven-assembly-plugin: doesn't work from a reactor build

2007-04-23 Thread Graham Leggett
Hi all, I have an assembly linked into the mvn build lifecycle like below using the attached goal. When mvn install is run from the assembly artifact, the assembly is built correctly. If however mvn install is run from the root pom (ie a reactor build), the assembly plugin goes through the

Re: maven-assembly-plugin: doesn't work from a reactor build

2007-04-23 Thread Wayne Fay
Are you sure Assembly is finding the assembly.xml you've specified during the reactor build? I know paths specified in child pom plugins sometimes don't work as expected during reactor builds, etc. As a test, rename the assembly.xml file to .blah and run from child. If the assembly plugin looks

Re: maven-assembly-plugin: unpack false not supported correctly

2007-04-18 Thread John Casey
Please file this in JIRA, so I can add some user-friendly messaging to it... http://jira.codehaus.org/browse/MASSEMBLY If you have a small test project I can use to incorporate in the integration tests, that would be even better... Thanks, John On 4/17/07, Brad Szabo [EMAIL PROTECTED] wrote:

maven-assembly-plugin: unpack false not supported correctly

2007-04-17 Thread Graham Leggett
Hi all, While trying to build an assembly using 2.2-beta-1 of the assembly plugin, I end up with en empty zip file. The key difference is the unpackfalse/unpack - if this is set to true, the assembly works, if however it is set to false, the assembly plugin ignores the dependencies. In order to

Re: maven-assembly-plugin: unpack false not supported correctly

2007-04-17 Thread Brad Szabo
I may be wrong, but try removing the outputFileNameMapping/outputFileNameMapping with unpack set to false. I think it will pick up the dependencies then. Good luck, Brad On Tue, 2007-04-17 at 15:35 +0200, Graham Leggett wrote: Hi all, While trying to build an assembly using 2.2-beta-1 of

Re: Question regarding finalName in maven-assembly-plugin

2007-04-12 Thread John Casey
Traditionally, Maven regards the repository as a database for artifacts. This means that anything in the repository is meant to be reachable by Maven. Having said that, most repositories live on some sort of webserver somewhere, which means the Maven repository is usually just a directory

Problem with maven-assembly-plugin 2.2-beta-1

2007-04-12 Thread Lacoste, Dana
With assembly plugin 2.2-beta-1, unpacked packages aren't being handled consistently with how 2.1 worked. Specifically, if I have an assembly which has a dependency which is unpacked, it is unpacked into dependency-name/, as if the dependency had includeBaseDirectory set to true (even though it's

Re: Problem with maven-assembly-plugin 2.2-beta-1

2007-04-12 Thread John Casey
This is reported in MASSEMBLY-179 ( http://jira.codehaus.org/browse/MASSEMBLY-179), and the workaround is to add the following to your dependencySet: outputFileNameMapping/outputFileNameMapping That should fix your problem. -john On 4/12/07, Lacoste, Dana [EMAIL PROTECTED] wrote: With

RE: Problem with maven-assembly-plugin 2.2-beta-1

2007-04-12 Thread Lacoste, Dana
] Sent: Thursday, April 12, 2007 4:35 PM To: Maven Users List Subject: Re: Problem with maven-assembly-plugin 2.2-beta-1 This is reported in MASSEMBLY-179 ( http://jira.codehaus.org/browse/MASSEMBLY-179), and the workaround is to add the following to your dependencySet: outputFileNameMapping

[maven-assembly-plugin] How to exclude transitive dependencies of an included dependency

2007-04-11 Thread Christophe Deneux
Hi all, I use maven-assembly-plugin to assemble my project. My project contains some modules. A module myModule contains a dependency with scope=provided (myDependencyProvided). This module as a specific packaging (not a jar, war, ...): myPackaging I will wish to add to my assembly

Question regarding finalName in maven-assembly-plugin

2007-04-11 Thread Michael Dick
Hi, I've noticed that the finalName configuration option for an assembly is ignored when you install or deploy your project. Is this intended behavior? I have a project named openjpa-project which contains the a source and binary assembly which packages various OpenJPA sub-projects. We'd like

Re: Question regarding finalName in maven-assembly-plugin

2007-04-11 Thread Heinrich Nirschl
On 4/11/07, Michael Dick [EMAIL PROTECTED] wrote: Hi, I've noticed that the finalName configuration option for an assembly is ignored when you install or deploy your project. Is this intended behavior? I have a project named openjpa-project which contains the a source and binary assembly which

Re: Question regarding finalName in maven-assembly-plugin

2007-04-11 Thread Michael Dick
Thank you for the explanation, Wouldn't it be possible to store the finalName in the maven-metadata.xmlfile or another xml file in the repository? We already have a unique path in the repository ${groupId}/${artifactId}/${version}. I'm not interested in changing the path, just the name of the

Re: Question regarding finalName in maven-assembly-plugin

2007-04-11 Thread Alan D. Salewski
On Wed, Apr 11, 2007 at 01:27:42PM -0500, Michael Dick spake thus: *snip* It seems that the finalName *could* be added in an xml file in the repository. Whether it *should* be added is another issue. FTR I'm just curious whether this is a possibility, or if anyone else thinks it would be a

Re: Question regarding finalName in maven-assembly-plugin

2007-04-11 Thread Heinrich Nirschl
On 4/11/07, Alan D. Salewski [EMAIL PROTECTED] wrote: On Wed, Apr 11, 2007 at 01:27:42PM -0500, Michael Dick spake thus: *snip* It seems that the finalName *could* be added in an xml file in the repository. Whether it *should* be added is another issue. I did not think too much about that,

Re: Question regarding finalName in maven-assembly-plugin

2007-04-11 Thread Alan D. Salewski
On Wed, Apr 11, 2007 at 09:45:17PM +0200, Heinrich Nirschl spake thus: *snip* On 4/11/07, Alan D. Salewski [EMAIL PROTECTED] wrote: Maybe we need an attribute for 'finalName' that indicates yes I know this name will not be accessible by maven once installed or deployed; when set maven would

Re: Question regarding finalName in maven-assembly-plugin

2007-04-11 Thread Michael Dick
I'm not insisting on it either. The artifacts were deployed automatically when we deploy the parent project. As far as I know we don't need them in the repository though. I'll have to take a closer look. Thanks for your help. On 4/11/07, Alan D. Salewski [EMAIL PROTECTED] wrote: On Wed, Apr

Re: Maven-assembly-plugin to build simple jar

2007-04-04 Thread Andrew Williams
in context: http://www.nabble.com/Maven-assembly-plugin-to-build-simple-jar- tf3500378s177.html#a9775773 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Maven-assembly-plugin to build simple jar

2007-04-01 Thread raju
-plugin. Thanks in advance Raju -- View this message in context: http://www.nabble.com/Maven-assembly-plugin-to-build-simple-jar-tf3500378s177.html#a9775773 Sent from the Maven - Users mailing list archive at Nabble.com

Re: Maven-assembly-plugin to build simple jar

2007-04-01 Thread Martijn Dashorst
based on a pattern-set.Currently i am using ant jar task for the same and calling that with antrun-plugin. Thanks in advance Raju -- View this message in context: http://www.nabble.com/Maven-assembly-plugin-to-build-simple-jar-tf3500378s177.html#a9775773 Sent from the Maven - Users mailing list

Re: Maven-assembly-plugin to build simple jar

2007-04-01 Thread raju
. Thanks in advance Raju -- View this message in context: http://www.nabble.com/Maven-assembly-plugin-to-build-simple-jar-tf3500378s177.html#a9775773 Sent from the Maven - Users mailing list archive at Nabble.com

Trying to reuse the maven-assembly-plugin

2007-03-16 Thread Tommy Knowlton
Hello, I'm trying to build installer (by which I mean, a tarball inside of which is an install.sh as well as whatever other things I decide to put in) distributions for some of my maven projects. In some cases, I want to make the installer the only artifact of the build. Problem is, there's no

Re: IncompatibleClassChangeError with Maven Assembly plugin

2007-03-16 Thread Daniel Kulp
The snapshot that was deployed today seems to be very broken. I haven't had a chance to look into it at all. The quick fix is to use the last snapshot or last relase. If you require the 2.2 features, set the version to: version2.2-20070112.063452-32/version Dan On Friday 16 March 2007

Re: IncompatibleClassChangeError with Maven Assembly plugin

2007-03-16 Thread John Casey
I've tracked the problem down, and I'm running the full integration-test suite here before I deploy it (again). Sorry for screwing things up. -john On 3/16/07, Daniel Kulp [EMAIL PROTECTED] wrote: The snapshot that was deployed today seems to be very broken. I haven't had a chance to look

Re: IncompatibleClassChangeError with Maven Assembly plugin

2007-03-16 Thread John Casey
Ok, a fixed version has been deployed. The problem was that plexus-archiver 1.0-alpha-8 pulls in plexus-component-api, which has its own definition of the plexus Logger interface...so the getLogger() call in AbstractLogEnabled was failing. I added an exclusion to that dependency, and off we went.

IncompatibleClassChangeError with Maven Assembly plugin

2007-03-16 Thread Luciano Resende
I recently started to get this on an assembly distribution, does anyone have any ideas here ? https://svn.apache.org/repos/asf/incubator/tuscany/java/das/distribution/binary/ [ERROR] FATAL ERROR [INFO] [INFO] null [INFO]

freezing maven-assembly-plugin for my build

2007-03-15 Thread John J. Franey
this message in context: http://www.nabble.com/freezing-maven-assembly-plugin-for-my-build-tf3409508s177.html#a9498644 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: freezing maven-assembly-plugin for my build

2007-03-15 Thread John J. Franey
/executions /plugin -- View this message in context: http://www.nabble.com/freezing-maven-assembly-plugin-for-my-build-tf3409508s177.html#a9499377 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e

Re: maven-assembly-plugin converts com.xxx - packages to COM.xxx - packages

2007-03-05 Thread Thorsten Heit
Hi Holger, Maven should do just that for me, and it would work, if it woudnt mix all the Java stuff from the JRE into this archive (rt.jar, sunrasign.jar, jsse.jar, jce.jar, ...)! This is in the JRE and I don't need it in my jar. I don't fully understand why you want to pack everything

RE: maven-assembly-plugin converts com.xxx - packages to COM.xxx - packages

2007-03-05 Thread Schoenen, Holger
. My hope was, that maven-assembly-plugin could help in any way - but I didnt find that way. Perhaps it could be a futher task of that plugin, to introduce some custom code controlling the class loader like suggested in the project one-jar. There are some further things I don't understand

maven-assembly-plugin converts com.xxx - packages to COM.xxx - packages

2007-03-02 Thread Schoenen, Holger
Hi, from my project I want to generate an executable jar file. I use java 1.4 on windows. As described in the plugin documentation my pom containes the following: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId configuration

Re: maven-assembly-plugin converts com.xxx - packages to COM.xxx - packages

2007-03-02 Thread Rodrigo Ruiz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, The assembly plugin, by default, unpacks all dependencies into a common directory hierarchy. If you put unpackfalse/unpack within the binary section of your assembly descriptor, the dependencies should be copied as jars. It will change the

Re: maven-assembly-plugin converts com.xxx - packages to COM.xxx - packages

2007-03-02 Thread Thorsten Heit
Hi Holger, It collects all libraries, the project is depending on (thats good!) and the java runtime libraries e.g.: COM.rsa.asn1.SunJSSE_b0.class ... The package starts with capital COM.! All further packages starting with standard lower letter names as com.sun.mail are converted to

RE: maven-assembly-plugin converts com.xxx - packages to COM.xxx - packages

2007-03-02 Thread Schoenen, Holger
.-classes? cheers Holger -Original Message- From: Thorsten Heit [mailto:[EMAIL PROTECTED] Sent: Friday, March 02, 2007 4:05 PM To: Maven Users List Subject: Re: maven-assembly-plugin converts com.xxx - packages to COM.xxx - packages Hi Holger, It collects all libraries, the project

Re: maven-assembly-plugin converts com.xxx - packages to COM.xxx - packages

2007-03-02 Thread Manos Batsis
Schoenen, Holger wrote: these are my demendencies: [...] My be, it is implicite. You can see the actual dependencies used with mvn help:effective-pom hth, Manos - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: maven-assembly-plugin converts com.xxx - packages to COM.xxx - packages

2007-03-02 Thread Schoenen, Holger
to avoid just this. Many thanks holger -Original Message- From: Rodrigo Ruiz [mailto:[EMAIL PROTECTED] Sent: Friday, March 02, 2007 4:00 PM To: Maven Users List Subject: Re: maven-assembly-plugin converts com.xxx - packages to COM.xxx - packages -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

Re: RE: maven-assembly-plugin converts com.xxx - packages to COM.xxx - packages

2007-03-02 Thread Thorsten Heit
Hi Holger, these are my demendencies: *snip* Looking at your dependencies I cannot directly tell you where the COM.xxx packages come from, but I assume your j2ee.jar has something to do with this... As Rodrigo wrote, why do you want to unpack all of your dependencies? Wouldn't it be enough

Re: RE: maven-assembly-plugin converts com.xxx - packages to COM.xxx - packages

2007-03-02 Thread Thorsten Heit
Hi Holger, well, I get a jar-archive, but this doesn't execute! Then you don't have a main class reference in the jar's manifest...? See http://maven.apache.org/plugins/maven-jar-plugin/examples/executable-jar.html I think, I can't include other archives in a jar file for execution as

RE: maven-assembly-plugin converts com.xxx - packages to COM.xxx - packages

2007-03-02 Thread Schoenen, Holger
02, 2007 4:19 PM To: Maven Users List Subject: Re: maven-assembly-plugin converts com.xxx - packages to COM.xxx - packages Schoenen, Holger wrote: these are my demendencies: [...] My be, it is implicite. You can see the actual dependencies used with mvn help:effective-pom hth, Manos

RE: RE: maven-assembly-plugin converts com.xxx - packages to COM.xxx - packages

2007-03-02 Thread Schoenen, Holger
them. The main problem is the JSSE.jar (how exclude?) from the JRE, not the dependencies. This contains COM.-packages (who has invented them?) which, i suspect, creates a directory, which hosts the com.-packages too. If I proceed, developing my project, I add any further dependency, and maven

maven-assembly-plugin 2.2-SNAPSHOT failure

2007-02-05 Thread spamsucks
and bin with the 2.2-SNAPSHOT of the maven-assembly-plugin plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-assembly-plugin/artifactId version2.2-SNAPSHOT/version configuration descriptorRefs descriptorRefproject/descriptorRef descriptorRefbin

maven-assembly-plugin:2.2-SNAPSHOT cannot be downloaded

2007-01-15 Thread Annies, Sebastian
Hello, For some reason I cannot get any maven assembly plugin in version 2.2-SNAPSHOT to download. I added: repositories repository idApache SNAPSHOTS/id nameApache SNAPSHOTS/name urlhttp://people.apache.org/repo/m2-snapshot-repository/url releases enabledtrue

Re: maven-assembly-plugin:2.2-SNAPSHOT cannot be downloaded

2007-01-15 Thread Heinrich Nirschl
On 1/15/07, Annies, Sebastian [EMAIL PROTECTED] wrote: Hello, For some reason I cannot get any maven assembly plugin in version 2.2-SNAPSHOT to download. I added: repositories repository You need to use pluginRepositories and pluginRepository instead

RE: maven-assembly-plugin:2.2-SNAPSHOT cannot be downloaded

2007-01-15 Thread Greg Jones
of Googling when I had the same problem! Regards, Greg J -Original Message- From: Annies, Sebastian [mailto:[EMAIL PROTECTED] Sent: Tuesday, 16 January 2007 4:45 AM To: users@maven.apache.org Subject: maven-assembly-plugin:2.2-SNAPSHOT cannot be downloaded Hello, For some reason I

How far away is maven-assembly-plugin-2.2 from being released?

2007-01-15 Thread Christian Goetze
Just wanted to know whether it is worthwhile for me to replace my maven-proxy with something that understands all aspects of snapshot management... I'd rather use released code if possible... -- cg - To unsubscribe, e-mail:

Re: maven-assembly-plugin:2.2-SNAPSHOT cannot be downloaded

2007-01-15 Thread Barrie Treloar
If you want to avoid including snapshot repositories in your build, then you will need to follow http://docs.codehaus.org/display/MAVENUSER/Patching+Maven+Plugins. You should seriously think about avoiding including the snapshot repository in your build process as you will get ALL snapshots not

<    1   2   3   4   5   6   7   >