Re: [m2] war plugin - need dependencies referenced in manifest but not in WEB-INF/lib

2006-06-07 Thread Piéroni Raphaël
Hi, use the provided scope in the war project. (this will work for the web-inf/lib but i dunno for the manifest.mf Raphaël 2006/6/7, Arthur Crawford : Hi, Is there a way to create a war with references to dependent jars in the manifest's classpath entry but NOT package them in WEB-INF/lib?.

Re: + Best Practice Question about the Maven Surefire Plugin +

2006-06-05 Thread Piéroni Raphaël
Hi Serge-Emmanuel, IIRC, the test resources (by default located in src/test/resources) are copied into target/test-classes just before the test-compile phase. therefore they should be accessible in the test classpath... Hope this helps. Raphaël 2006/6/5, Serge Emmanuel Pagop <[EMAIL PROTECTED]

Re: Free book on maven 2.0

2006-06-02 Thread Piéroni Raphaël
There are some typo remaining like "the the" 2006/6/2, Carlos Sanchez <[EMAIL PROTECTED]>: Not yet, I hope it will be soon. On 6/1/06, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: > On 6/1/06, Brett Porter <[EMAIL PROTECTED]> wrote: > > > Well, then - the users have spoken! > > > > http://maven.

Re: Defining a new package tpye

2006-05-30 Thread Piéroni Raphaël
Hello Anita, are the mojos you bind to your new packaging using the javadoc class tag that enable the dependency resolution ? For more information about the dependency resolution in mojos, please check the maven book from mergere. Hope this helps. Raphaël 2006/5/30, anita kulshreshtha <[EMAIL

Re: M2 compile classpath (FAQ?)

2006-05-30 Thread Piéroni Raphaël
The option 1 is the better as you can also use deploy:deploy-file (or similar) on your internal (enterprise) repository Raphaël 2006/5/30, Milos Kleint <[EMAIL PROTECTED]>: 2 option there then: 1. use the install:install-file goal to upload the file to the local repository 2. declare the depe

Re: JUG in Europe

2006-05-29 Thread Piéroni Raphaël
Hello, What is a "JUG" ? Raphaël 2006/5/29, Tamás Cservenák <[EMAIL PROTECTED]>: Serbia? Novi Sad or Belgrade? I will see about possibilities ~t~ On 5/29/06, Jeff Mutonho <[EMAIL PROTECTED]> wrote: > > Jason , when are you coming to Africa ...:)? > > On 5/29/06, Jason van Zyl <[EMAIL

Re: [m2] multi project build failure [repost]

2006-05-24 Thread Piéroni Raphaël
thanks, will try tonite 2006/5/24, javed mandary <[EMAIL PROTECTED]>: Looks like for artifact: rafale.wingsofglory wings-of-glory-model you need to set the version number , try using ${parent.project.version} in your sub-modules. hope that helps, javed On 5/24/06, Piéroni R

[m2] multi project build failure [repost]

2006-05-24 Thread Piéroni Raphaël
Any one ? 2006/5/18, Piéroni Raphaël <[EMAIL PROTECTED]>: Hello, I have a strange failure of my buld in multi project (multi module in new parlance) : When i do : in the parent module : mvn -N install, then in each module mvn -install : it works fine. When i do : in the parent module

Re: Maven2, AspectJ and Clover

2006-05-22 Thread Piéroni Raphaël
Hi, same question, with cobertura :) Raphaël 2006/5/22, Roland Asmann <[EMAIL PROTECTED]>: Hi, Could anybody tell if it is possible (and how) to have maven clover the aspects that aspectj will use to make closures? I am working on an application that builds on aspectj in some of the key-mome

Re: [OT]This list and Gmail

2006-05-22 Thread Piéroni Raphaël
me Raphaël 2006/5/22, ben short <[EMAIL PROTECTED]>: Hi, Up untill this weekend, when i posted to this list i would see the email i sent in my gmail inbox. For some reason this has changed, and i dont see the post untill its replied too. Anyone else seeing this problem? Ben

[m2] Please Help : [m2] multi project build failure

2006-05-22 Thread Piéroni Raphaël
Hello, Could someone take a look at the mail i posted last week ? The subject is : *[m2] multi project build failure * **It is for a personnal project, so it is not really urgent In advance for any help, Thanks

Re: New to the list - how can I orient myself in the messages

2006-05-19 Thread Piéroni Raphaël
there http://www.nabble.com/Maven+-+Users-f178.html 2006/5/19, Vinnie Diprenda <[EMAIL PROTECTED]>: Hi all, I'm new to this group and really still working my way around Maven. Before I start asking a lot of questions that may have already been answered, let me start with this. Is there a

[m2] multi project build failure

2006-05-18 Thread Piéroni Raphaël
Hello, I have a strange failure of my buld in multi project (multi module in new parlance) : When i do : in the parent module : mvn -N install, then in each module mvn -install : it works fine. When i do : in the parent module : mvn install, it fails with such a failure : [INFO] version was nul

Re: pluginManagement, purpose?

2006-05-17 Thread Piéroni Raphaël
ement node in 2.0. If you check Jira, this is on the list for 2.1. Wayne On 5/17/06, Piéroni Raphaël <[EMAIL PROTECTED]> wrote: > Hello, > > Do the pluginManagement also ensure the versions and configurations of > reports ? > > Raphaël > > 2006/5/17, Tim Kettler <

Re: pluginManagement, purpose?

2006-05-16 Thread Piéroni Raphaël
Hello, Do the pluginManagement also ensure the versions and configurations of reports ? Raphaël 2006/5/17, Tim Kettler <[EMAIL PROTECTED]>: You can specify a default configuration for your plugins that the plugin definitions in child poms then pick up. This includes but is not limited to the

Re: [m2] Developing eclipse plugins using maven

2006-05-16 Thread Piéroni Raphaël
Hello, Create a new packaging as it was made for developing netbeans modules using maven. For more information, just check the netbeans plugin at mevenide.codehaus.org (in the source repository, you can find a mojos subdirectory where that plugin is located) Hope this helps. Raphaëk 2006/5/16

Re: archetype package structure problems

2006-05-11 Thread Piéroni Raphaël
Hi Christoph, You should have sent it to users. IIRC, the issues mailing list is for the jira notifications. Raphaël 2006/5/11, Christoph Sandhaus <[EMAIL PROTECTED]>: Hi! I hope I write to the correct mailing list... ;) I try to create an archetype (Maven version: 2.0.4), but I can't man

Re: Axis webapp archetype, and axistools-plugin

2006-05-11 Thread Piéroni Raphaël
Hi The archetype author had seen it :) but alas he don't know for now about ejbs. Maybe someone can improve the archetype ? Raphaël 2006/5/11, Wayne Fay <[EMAIL PROTECTED]>: The comments in your email are probably going to be lost unless you file them as Enhancement requests against the Axis

Re: [mojo] axistools java2wsdl example?

2006-05-08 Thread Piéroni Raphaël
Hello, check the axis-archetype at mojo.codehaus.org Raphaël 2006/5/8, David J. M. Karlsen <[EMAIL PROTECTED]>: Anybody have an example of plugin config for the java2wsdl goal? -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com

Re: Starting M2 from ant script

2006-05-04 Thread Piéroni Raphaël
yep use the exec element Raphaël 2006/5/4, Ingo Düppe <[EMAIL PROTECTED]>: Hi, is there a simple way to start maven from inside an ant-script. I like to wrap my maven goals with ant-scripts due to better ant starting support of eclipse. Regards, Ingo ---

Re: Does anyone know of a statistics plugin

2006-05-03 Thread Piéroni Raphaël
ava ncss is available for M1? I have yet to make the transition to M2. :-) On 5/3/06, Piéroni Raphaël <[EMAIL PROTECTED]> wrote: > > Hello, > > check for the java ncss plugin at mojo. > http://mojo.codehaus.org/ > > Raphaël > > 2006/5/3, Hurragutt <[EMAIL PROTECTED]&

Re: Does anyone know of a statistics plugin

2006-05-03 Thread Piéroni Raphaël
Hello, check for the java ncss plugin at mojo. http://mojo.codehaus.org/ Raphaël 2006/5/3, Hurragutt <[EMAIL PROTECTED]>: Hi. I am looking for a statistics plugin. One that will give me the number of classes, methods, source lines of code (SLOC) and more information like that. I know that the

Re: problème sur la mailling list

2006-04-26 Thread Piéroni Raphaël
Hello Alexis, May you please post in english in this list. There is more English user of Maven than French ones. :) Did you try to use the site in english ? Maybe the issue is in the translated report ? Raphaël 2006/4/26, alexis parratte <[EMAIL PROTECTED]>: > > Bonjour, > Je suis en train de

Re: Property filter with xml files

2006-04-07 Thread Piéroni Raphaël
Hi, Maybe Modello is the more standard o load xml files as it is used to load poms, setings, ... Regards Raphaël 2006/4/6, Kevin Galligan <[EMAIL PROTECTED]>: > > Ok. More of a general question. I found the spot in the code that loads > the properties and I see an easy insert. > > Now, I'm us

Re: How to put a Jar in my War

2006-04-06 Thread Piéroni Raphaël
of jspg-webapp (including the jspg-core.jar) in your local repository Regards, Raphaël 2006/4/6, Raymond Domingo <[EMAIL PROTECTED]>: > > Hi Piéroni Raphaël, > > Thank you for responding, > it might be a solution... > > So if I understand you correctly I don't need

Re: How to put a Jar in my War

2006-04-06 Thread Piéroni Raphaël
Hello Raymond, Inline answer 2006/4/6, Raymond Domingo <[EMAIL PROTECTED]>: > > > > Hello Mang Jun Lau, > > Thank you for responsing, but it still isn't working :( > > Currently I have this in my pom.xml: > >maven-war-plugin > >web >

Re: [ANN] Maven 2.0.3 Release

2006-03-31 Thread Piéroni Raphaël
Isn't that a intended ? Raphaël 2006/3/31, Brett Porter <[EMAIL PROTECTED]>: > > It seems it was only sent to announce@maven.apache.org, not > [EMAIL PROTECTED] > > - Brett > >

Re: [ANN] Maven 2.0.3 Release

2006-03-28 Thread Piéroni Raphaël
Many Thanks John. 2006/3/28, John Casey <[EMAIL PROTECTED]>: > > The Apache Maven team is pleased to announce the release of Maven 2.0.3. > > You can download it here: > > http://maven.apache.org/download.html > > This is the third maintenance release of the redesigned 2.0 application, > and bri

Re: Maven 2 : Jalopy plugin

2006-03-21 Thread Piéroni Raphaël
2006/3/21, SiD <[EMAIL PROTECTED]>: > > Ok, it still doesn't works, > > my pom.xml : [SNIP] I found that : > https://svn.mojo.codehaus.org/mojo/trunk/mojo/jalopy-maven-plugin/ > > How can i use it ? I checked. The jalopy plugin was never released even never have deployed a snapshot version. S

Re: Maven 2 : Jalopy plugin

2006-03-21 Thread Piéroni Raphaël
Hello SiD, IIRC, you have to: configure the repositories to point to the mojo snapshot repo (cant remember the real address) or checkout the plugin and build it if it was never deployed. So check in the guides : http://maven.apache.org/guides/mini/guide-multiple-repositories.html Maven S

Re: Maven generate-source guide

2006-03-21 Thread Piéroni Raphaël
Plugins are there : http://svn.apache.org/repos/asf/maven/plugins/trunk 2006/3/21, Nicolas De Loof <[EMAIL PROTECTED]>: > > > Hello, > > I'm writing a source-generator plugin (I'm trying to migrate a custom > ant task to maven2) > > I've read

Re: Your First Plugin / First Mojo NullPointerException

2006-03-17 Thread Piéroni Raphaël
the @goal annotation is to be defined in the class javadoc, not in the execute method javadoc... Just checkout the code of an existing mojo as an example :) Regards, Raphaël 2006/3/17, Mark <[EMAIL PROTECTED]>: > > I had a go at creating my first plugin, so I followed: > > http://maven.apache.o

Re: Variables in pom?

2006-03-16 Thread Piéroni Raphaël
have you tried ${pom.parent.PROPERTY} ? I don't know if it works... Raphaël 2006/3/16, Rik Bosman <[EMAIL PROTECTED]>: > > How can the properties in the parent pom, for a multi project situation, > be > referenced in child poms? > >

Re: Nag: Installing non-standard artifacts

2006-03-09 Thread Piéroni Raphaël
Maybe you need the help of someone more accurate on these things than me ;) 2006/3/9, Jochen Wiedmann <[EMAIL PROTECTED]>: > > Hi, Raphaël, > > first of all, thanks for your reply. > > On 3/9/06, Piéroni Raphaël <[EMAIL PROTECTED]> wrote: > > > First use

Re: Nag: Installing non-standard artifacts

2006-03-09 Thread Piéroni Raphaël
First use assembly plugin to generate the zip tgz files _and_ declare them as associated artifacts (with classifier) (sorry can't remember how) Second refer to the classifiered dependency in the pom of the war project 2006/3/9, Jochen Wiedmann <[EMAIL PROTECTED]>: > > [I posted this question a wh

Re: Is really MASSEMBLY-1 fixed?

2006-03-09 Thread Piéroni Raphaël
There is also the pomstrap (.tigris.org) that i don't have yet tested Raphaël 2006/3/8, Stephen Duncan <[EMAIL PROTECTED]>: > > Just to provide another way to run a project, that doesn't involve an > assembly descriptor, which may be of use until the incorporate that > plan into a new version o

Re: maven-archetype-webapp sources ?

2006-03-07 Thread Piéroni Raphaël
There : http://svn.apache.org/viewcvs.cgi/maven/archetype/trunk/maven-archetypes/ 2006/3/7, vincent daubry <[EMAIL PROTECTED]>: > > Hi ! > > Sorry, this a newbie question.. I'm looking for the source code of > the maven-archetype-webapp archetype used in the example given in the > maven guide,

Re: Maven2 tests

2006-03-07 Thread Piéroni Raphaël
Hi Marco, You have too approach the formal one and the customised one. In the formal approach, you will move your tests in the default directory In the customised approach, you will set the testSourceDirectory element of build to the path of your tests. see [1] ... ... test/java ..

Re: [m2] error deploying 3rd party lib to ftp repository

2006-03-07 Thread Piéroni Raphaël
Hello, Sorry for beeing familiar to this code. inlined 2006/3/7, Pieter Vandepitte <[EMAIL PROTECTED]>: > > Hi, > thats exactly what i want to do: deploying 3rd party jars to a remote > repository. > i copied now wagon-ftp-alpha-3 to wagon-ftp-alpha-6 to my lib directory > and now... i get anoth

Re: Repository specifying

2006-03-03 Thread Piéroni Raphaël
Hello, What you want to set is the location of your local repository. It is set using the element of your settings.xml Your setting.xml is located in ~/.m2/settings.xml (by default) For an example of this kind of file, please check in your installation of maven2 ther is one sample file. I hope

Re: [m2] multi-project problems

2006-03-01 Thread Piéroni Raphaël
Hi Dave, Have you tryed to call mvn install from the parent directory ? You can also reference the parent by adding a in the parent definition in the child pom. (never used it myself) May that helps. Raphaël 2006/3/1, David Sag <[EMAIL PROTECTED]>: > > > Dear people, > > I am having my first

Re: question about plug in

2006-02-23 Thread Piéroni Raphaël
Hi Xiaobo, As far as i know Plugins for Maven 1.x and plugins for Maven 2.x are not compatible. If you use Maven 1.x, the plugins are located at ibiblio.org/maven/ (not maven2) You can find some there : http://ibiblio.org/maven/maven-plugins/plugins/ Some other there : http://ibiblio.org/maven/m

Re: [m2] Database/SQL plugin? Generating DB from schema?

2006-02-21 Thread Piéroni Raphaël
Do your database schema use Torque oàr hibernate ? Raphaël 2006/2/21, andrew cooke <[EMAIL PROTECTED]>: > > > Hi, > > I have a DB schema that defines a database. I'd like Maven to manage this > (so that I can delete/re0create the database before tests, for example). > How do I do this? > > Thank

Re: M2: Valid archetypes

2006-01-26 Thread Piéroni Raphaël
2006/1/26, Mayorgaadame, Alex <[EMAIL PROTECTED]>: > > Wendy, > > Thanks, but I've tried those but only this list works: > > maven-archetype-java > maven-archetype-mojo > maven-archetype-quickstart > maven-archetype-site > maven-archetype-webapp > > The rest fail like this: > > C:\projects>mvn arch

Re: mvn clean is slow

2006-01-24 Thread Piéroni Raphaël
Don't forget the unix users System.exec("rm *") Or the Mac users (sorry i don't know the command). Regards, Raphaël 2006/1/24, Wim Deblauwe <[EMAIL PROTECTED]>: > > And this is in Maven 1 also I guess? Because there it is also very slow. > > Call me crazy but wouldn't an System.exec("del *.*")

Maven evangelism - urgent

2006-01-03 Thread Piéroni Raphaël
Hello, after 3 years of using maven, there is a discussion here at work, that risk to come back to ant... please send me the pointers for using ant versus maven, i can't remember where to find them... (maven 1 or 2) In advance Thank you Raphaël

Re: [m2] Guide to using Modello

2005-12-06 Thread Piéroni Raphaël
Hi Wim, You can use them in your plugin automagically (modelllo generate the sources in the generate-sources phase and automatically add the source directory for compilation in maven). So you don't have to cpy the generated sources. You have to declare the modello-plugin in the build of your plu

Re: Changing default source code directory structure

2005-11-30 Thread Piéroni Raphaël
Hello Matthew, In http://maven.apache.org/guides/introduction/introduction-to-the-pom.html you can find : target target/classes ${artifactId}-${version} target/test-classes src/main/java src/main/scripts src/test/java src/main/resources

[M2] deploy 'classifier'ed artifacts

2005-11-17 Thread Piéroni Raphaël
Hello, I have noticed that some projects defines the classifier element in their dependencies. But i still wonder how to create such an artifact and deploy it in a repostory. This is the case for the maven embedder library which defines a full dependencies classifier which is used by the mevenid

Re: [m2] Tomcat plugin

2005-10-19 Thread Piéroni Raphaël
Hello Samuel, It is only in SCM at mojo-sandbox http://mojo.codehaus.org SCM at http://svn.mojo.codehaus.org/trunk/mojo/mojo-sandbox/maven-tomcat-plugin/ Regards, Raphaël 2005/10/19, Samuel Le Berrigaud <[EMAIL PROTECTED]>: > Can someone point me where the tomcat plugin site is available ? >