Re: generate JAR and all dependecy jars to a folder automatically

2006-11-22 Thread Martin Vysny
On Wed, 2006-11-22 at 10:20 +0100, [EMAIL PROTECTED] wrote: Hi, is there any possibility with maven (or a different tool) to create a folder with the JAR of the project and all necessary JAR dependency files to run the application? Right now i have to copy the other JAR files manually ;-(

Modifying dependency tree

2006-11-21 Thread Martin Vysny
Hello, I have a M2 project and I want to create a zip with dependencies using assembly. Let's say that one of transitive dependencies is org.springframework:spring-beans. However, spring-beans with all its dependencies will be provided by the runtime environment so I don't need them to be

test resources: empty directories are ignored

2006-11-07 Thread Martin Vysny
reasons ;) Thanks in advance, Martin Vysny signature.asc Description: This is a digitally signed message part

RE: Transitive dependecies

2006-11-07 Thread Martin Vysny
On Tue, 2006-11-07 at 17:27 +0100, Sebastien Brunot wrote: Hi Wendy, Are you trying to tell me that the feature I'm asking about does not exists in maven 2 (inheriting dependencies from a pom without transitivity, but with a scope that makes them copied in WEB-INF/lib when I'm working on a

Re: Maven-Dependency-Plugin

2006-08-08 Thread Martin Vysny
On Mon, 2006-07-17 at 13:13 -0700, dan tran wrote: maven-dependency-plugin-2.0-SNAPSHOT is stable for me + if we can cut a beta release -D And may I know how to execute maven-dependency-plugin from the commandline? Invoking mvn dependency:sources downloads old dependency-maven-plugin

Re: Java EE

2006-07-11 Thread Martin Vysny
On Tue, 2006-07-11 at 09:04 +0200, Markus Wolf wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 repository snapshots enabledfalse/enabled /snapshots idjava-net/id namejava.net repository/name !-- NOTE: this URL must be HTTPS. However,

Re: eclipse plugin archetype

2006-06-25 Thread Martin Vysny
On Sat, 2006-06-24 at 19:04 -0400, Kevin Galligan wrote: Anybody if there is an archetype and a packaging model for building eclipse plugins? It doesn't look overly complicated, but before I embark on this project, I figured I'd ask. I am trying to put together a howto on creating and

Re: [m2] what plugin versions are used

2006-06-01 Thread Martin Vysny
On Wed, 2006-05-31 at 15:09 -0500, Lee Meador wrote: Is there a more concise way to see a list or does anyone have a trick or something to search for to week out all the other stuff that the -X generates (besides versions)? mvn site Project Documentation Project Information Dependencies :)

Re: [m2] what plugin versions are used

2006-06-01 Thread Martin Vysny
, Martin Vysny wrote: On Wed, 2006-05-31 at 15:09 -0500, Lee Meador wrote: Is there a more concise way to see a list or does anyone have a trick or something to search for to week out all the other stuff that the -X generates (besides versions)? mvn site Project Documentation Project

Re: install-file generatePom

2006-05-16 Thread Martin Vysny
On Tue, 2006-05-16 at 11:27 +0200, Borut Bolčina wrote: When removing mirror idplanetmirror.com/id nameplanetmirror Mirror of http://repo1.maven.org/maven2//name urlhttp://public.planetmirror.com/pub/maven2/url mirrorOfcentral/mirrorOf

assembly plugin: dependency wildcards

2006-05-16 Thread Martin Vysny
Hi, is there a way to use wildcards in include/exclude elements in dependency sets? There is a feature requirement [1], not yet implemented. I was wondering if new features in assembly plugin 2.1 [2] and [3] may provide this functionality (maybe I can define a repository with a set of

Re: Errors in pom´s on ibiblio concurren, stax

2006-05-09 Thread Martin Vysny
On Tue, 2006-05-09 at 15:45 +0200, Jens Zastrow wrote: http://www.ibiblio.org/maven2/stax/stax/1.1.2-dev/stax-1.1.2-dev.pom Has an dependency to xmlbeans-jsr173-api dependency groupIdxmlbeans/groupId artifactIdxmlbeans-jsr173-api/artifactId version2.0-dev/version /dependency

M2 Assembly pack files into root

2006-05-07 Thread Martin Vysny
Hello, the assembly plugin creates an archive with the filestructure rooted in a /$artifactId-$version/ directory. However I am trying to build an eclipse plugin .jar which requires files to be placed in the root of the archive. Is there a way to achieve this? Sincerely, Martin