Re: Help using assembly-plugin

2006-03-23 Thread dan tran
On 3/23/06, Prasad Kashyap <[EMAIL PROTECTED]> wrote: > > I am evaluating the usage the maven-assembly-plugin for building > Geronimo's distribution jars and have some questions regarding it's > usage. I'd appreciate help from maven developers and users familiar > with this plugin. > > assembly:ass

Help using assembly-plugin

2006-03-23 Thread Prasad Kashyap
I am evaluating the usage the maven-assembly-plugin for building Geronimo's distribution jars and have some questions regarding it's usage. I'd appreciate help from maven developers and users familiar with this plugin. assembly:assembly goal 1) Can I use varia

RE: problem

2006-03-23 Thread Ritesh Dubey
Hi, I want to generate source cross ref by using jxr pluginn but it is goiving me null pointer after I download it by executing mvn site in the cosole I am using maven 2.2 Regards Ritesh Dubey -Original Message- From: Ritesh Dubey [mailto:[EMAIL PROTECTED] Sent: Friday, March 24, 2006 9

RE: problem

2006-03-23 Thread Ritesh Dubey
Maven 2.2 -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Thursday, March 23, 2006 8:04 PM To: Maven Developers List Subject: Re: problem maven1 or maven2? Ritesh Dubey a écrit : > Hi, > > I am trying to convert one of my sample java project ant build to Maven

[jira] Subscription: Design & Best Practices

2006-03-23 Thread jira
Issue Subscription Filter: Design & Best Practices (35 issues) Subscriber: mavendevlist Key Summary MNG-32 Plugin test harness http://jira.codehaus.org/browse/MNG-32 MNG-612 implement conflict resolution techniques http://jira.codehaus.org/browse/MNG-612 M

Re: How to have several reports in a plugin?

2006-03-23 Thread Brett Porter
Yes, everything that implements MavenReport is a report in the plugin. Bear in mind that when someone configures the plugin, they usually don't specify one report or the other, so they are *all* run. You probably don't want that. What I'd suggest instead is having the one report with configuration

Re: bump surefire to plexus-utils 1.1

2006-03-23 Thread Carlos Sanchez
AFAIK if you use maven 2.0.3 plexus utils 1.1 will be used always in the plugins for being in maven install dir. On 3/24/06, Brett Porter <[EMAIL PROTECTED]> wrote: > It's already that version on 2.2-SNAPSHOT > > - brett > > Kenney Westerhof wrote: > > Hi, > > > > In order to fix a bug in surefire

Re: bump surefire to plexus-utils 1.1

2006-03-23 Thread Brett Porter
It's already that version on 2.2-SNAPSHOT - brett Kenney Westerhof wrote: > Hi, > > In order to fix a bug in surefire where the stdout/stderr is not > shown on the console or in the target/surefire-reports, > we need to update the dep on plexus-utils to 1.1 (currently 1.0.5). > > Since this is

How to have several reports in a plugin?

2006-03-23 Thread Vincent Massol
Hi, I'm working on the Clover plugin and I have a need for 3 reports: * one that runs the full stuff in a forked lifecycle (instrumentation, executing tests and generating a Clover report). This is what the current clover:clover mojo does. * one that takes a Clover database and simply generates

bump surefire to plexus-utils 1.1

2006-03-23 Thread Kenney Westerhof
Hi, In order to fix a bug in surefire where the stdout/stderr is not shown on the console or in the target/surefire-reports, we need to update the dep on plexus-utils to 1.1 (currently 1.0.5). Since this is a 'major' change, can someone ACK/NAK this? -- Kenney -

Re: problem

2006-03-23 Thread Wayne Fay
Ritesh, You'll get a much better response on the users list: Maven Users List Wayne On 3/23/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > maven1 or maven2? > > Ritesh Dubey a écrit : > > Hi, > > > > I am trying to convert one of my sample java project ant build to Maven, > > Problems I am

Re: problem

2006-03-23 Thread Emmanuel Venisse
maven1 or maven2? Ritesh Dubey a écrit : Hi, I am trying to convert one of my sample java project ant build to Maven, Problems I am facing is as under 1. Can't make .par file used to deploy ejb3.0 in jboss, 2. I have some xml files in META-INF directory, I cannot see them after they are

problem

2006-03-23 Thread Ritesh Dubey
Hi, I am trying to convert one of my sample java project ant build to Maven, Problems I am facing is as under 1. Can't make .par file used to deploy ejb3.0 in jboss, 2. I have some xml files in META-INF directory, I cannot see them after they are jared Regards, Ritesh Dubey