Re: Standard Directory Layout , src/main/config, and profiles

2006-01-12 Thread Massimo Lusetti
On 1/11/06, Stephen Duncan [EMAIL PROTECTED] wrote: For the most part I assume that what makes them standard is having a maven plugin (i.e. one that works out of the box without a prefix for definitions sake...) that uses said directory as a default. By that logic, src/main/webapp needs to

Exercise integration test

2005-12-16 Thread Massimo Lusetti
Well i'm trying to exercise integration tests with maven2 and i'm not able to load resources from property files. I put my resources within src/test/resources and the end up in target/test-classes correctly, for instance i got src/test/resources/log4j.xml which goes into

Re: Exercise integration test

2005-12-16 Thread Massimo Lusetti
On 12/16/05, Massimo Lusetti [EMAIL PROTECTED] wrote: I something about class loading paths? Written too ealry, sorry for the noise -- Massimo http://meridio.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [ANN] Maven Multi-Project Plug-in 1.4 released

2005-06-07 Thread Massimo Lusetti
On 6/5/05, Vincent Massol [EMAIL PROTECTED] wrote: We are pleased to announce the Maven Multi-Project Plug-in 1.4 release! The same error (dep on maven-model-3.0.0-SNAPSHOT) which affect changelog plugin 1.8 seems to affect this plugin as well. Anyone else has noticed this ? -- Massimo

Re: [ANN] Maven Multi-Project Plug-in 1.4 released

2005-06-07 Thread Massimo Lusetti
On 6/7/05, Michael Niemaz [EMAIL PROTECTED] wrote: As Brett said: If you want to hand edit project.xml in your cache to make 3.0.0-SNAPSHOT into 3.0.0, that will suffice for now. It does the trick. Sure, I've already done that. Just wish to let you know -- Massimo

PMD plugin resources

2005-05-11 Thread Massimo Lusetti
I've updated my pmd plugin to the latest release (1.6) but still have plugins/maven-pmd-plugin-1.4 directory which contains plugins-resources/rulests Everything was done with maven -DgroupId=maven -DartifactId=maven-pmd-plugin -Dtype=plugin -Dversion=1.6 plugin:download Is

maven2 site plugin

2005-05-02 Thread Massimo Lusetti
I've seen the site plugin still not available from http://maven.apache.org/maven2/plugin-list.html so i would like to know: Which technology will site plugin use ? Do you plan to make the plugin pluggable with different site generation technology ? Regards -- Massimo http://meridio.blogspot.com

distrib plugin best practice

2005-04-13 Thread Massimo Lusetti
How do you pack the (eventually) necessary bootstrap scripts, xml metadata files, multimedia files, configuration files and so on when building the binary distribution ? Right now I'm doing it with some easy calls to ant copy/mkdir tasks within maven.xml file in the postGoal of

Re: Subversion and SCM reports

2005-04-05 Thread Massimo Lusetti
On Apr 5, 2005 5:27 PM, Brett Porter [EMAIL PROTECTED] wrote: I'm out of ideas - it's definitely working here. I cannot be of too much help in here but wish to add that i've had the same problems here (maven scm plugin didn't get the correct changelog report with svn) with the latest release.