> I looked at the plugin selection but i did not find how to customise the 
> pom.xml in order to use my own  project structure on Maven2. 

> Is there a Maven plugin allowing  that ? 


Hi.

Sorry I was unclear. Basically, all predefined locations in a Maven2 project 
are set in something called Super-POM. I believe it can be found in the Maven 
install directory. All of those settings can be overridden in your POM.

The main problem is what those settings are and where to set them. Usually, you 
would customize each Maven plugin you are using in your build process. Also, 
there are some global properties that control behavior of Maven, like defining 
build dir ("./target", by default).

You might have to look at settings for each, or at least the most frequently 
used, plugins and see what applies to your case.

Nix.




 
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com

Reply via email to