Re: Dependency version precedence

2009-05-07 Thread Niels van Kampenhout
On Thu, May 7, 2009 at 1:10 PM, Ylan Segal ylan.se...@gmail.com wrote: I have a conflict with a jdom dependency: Two versions are appearing in my classpath. The problem arises because my project uses the follwing two dependencies: dependency        groupIdjdom/groupId        

using archetype version in archetype

2009-04-27 Thread Niels van Kampenhout
Hi, Is there any way to use the version of an archetype in the templates for that archetype (e.g. use the -DarchetypeVersion command line parameter as ${archetypeVersion})? My use case is a multi module project, where one module is the archetype, which generates a project that has dependencies

Re: configure tag name in maven release plugin

2009-04-15 Thread Niels van Kampenhout
On Mon, Apr 13, 2009 at 5:29 PM, Niels van Kampenhout n.vankampenh...@onehippo.com wrote: Is there a way to configure the name of the tag created by the release plugin? Default is the artifactId of the project but I want to use something else. For example, my project is called My Application

configure tag name in maven release plugin

2009-04-13 Thread Niels van Kampenhout
Hi, Is there a way to configure the name of the tag created by the release plugin? Default is the artifactId of the project but I want to use something else. For example, my project is called My Application, the artifactId is myapplication. The release plugin will create tags like

Re: What's the point of listing all artifacts in archetype.xml?

2008-09-23 Thread Niels van Kampenhout
Grzegorz Borkowski wrote: I wanted to create my own archetype... I've prepared set of prototype sources which should be used as tempate for creating new project. According to document Guide to creating archetypes I should put them under src/main/resources/archetype-resources/. That's ok, I put