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 be on the list, and to the effect,
 I've opened a JIRA issue:
 http://jira.codehaus.org/browse/MNG-1953

Totally agree.
For the records i usually put in src/main/config the files for runtime
configuration which probably will be modified by the deployer or need
to be modified during the application life, then i used assembly
plugin to pick them up and put in the distribution archive in the
correct location.

Anyway a clarification would be welcome.
--
Massimo
http://meridio.blogspot.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
target/test-classes/log4j.xml then i configure my logger as usual with
DOMConfigurator.configure(ClassLoader.getSystemResource(log4j.xml));
but i got a NPE

I something about class loading paths?

Thanks
--
Massimo
http://meridio.blogspot.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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]
For additional commands, 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
http://meridio.blogspot.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 this intended behavior and if so why ?

Ciao
-- 
Massimo

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 dist:prepare-bin-filesystem.

I wonder if there's a better way to do that.
And what about maven2 ?

Ciao
-- 
Massimo
http://meridio.blogspot.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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.

Switching back to 1.5-beta3 did solve the problem, i guess this has
there's also a jira issue on this.

-- 
Massimo
http://meridio.blogspot.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]