Re: evangelising maven from the business benefits point of view

2007-03-17 Thread Barrie Treloar
On 3/18/07, Adam Hardy <[EMAIL PROTECTED]> wrote: I want the software house where I work to go to the next level with maven from where we are at the moment, which is a case of gross under-utilisation. We use maven as a glorified ant script to run tests and build jars. There are several other pro

Injecting the ArtifactId and groupId

2007-03-17 Thread Ole Ersoy
Hi, I'm trying to inject the artifactId and groupId. Maybe I should just go to bed and wake up fresh, but I'm pretty sure this is the correct way: /* * @parameter expression="${project.artifactId}" */ private String artifactId; /* * @parameter expression="${project.group

evangelising maven from the business benefits point of view

2007-03-17 Thread Adam Hardy
I want the software house where I work to go to the next level with maven from where we are at the moment, which is a case of gross under-utilisation. We use maven as a glorified ant script to run tests and build jars. There are several other projects in-house which have not been mavenised but

Assembly id parameter

2007-03-17 Thread Jean-Luc Wasmer
Hi, I'm trying to customize the of the assembled distribution file. I would like to set the parameter "finalName" using the assembly id (I don't want it appended, I want it somewhere in the middle). Is there a parameter I could use? Jean-Luc -

best maven2 eclipse integration?

2007-03-17 Thread Phillip Rhodes
I am using the the m2 eclipse plugin and while it works (and I appreciate it very much), I just can't stand the several minute long build cycles and looking for something that will speed up my development. Can anyone recommend something for me besides the http://m2eclipse.codehaus.org/ ? Thank

Re: Mvn clean issue

2007-03-17 Thread Wayne Fay
Either: run clean from the parent of both Y and Z (assuming they share a mutual parent) or install Y once into your repo so its there for Z's clean to find it Wayne On 3/16/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: When executing an mvn clean, the build fails. When

Handling non-jar artifacts

2007-03-17 Thread Alessandro Di Bella
Hi, I'm new to maven 2 and I'm trying to write a project descriptor for a web application. I have a dependency on an artifact of type "tgz". The file gets downloaded without a problem but I need to unpack it into "target//WEB-INF/" before the goal "package". Googling for an answer i found out