Nicolas De Loof wrote: > > Will maven 2 allow user to customize some "properties" > I think about two things : > - path to local repo : my C: drive is full and I've set > "maven.repo.local" to my D: drive. Using maven 2, a new .m2 is > created. Will this be configurable ?
I'm about to write a doc on it, but this was answered here: http://www.mail-archive.com/users%40maven.apache.org/msg17560.html > - plugins "system dependant" configuration : what about native plugin > that requires local configuraiton for compiler/linker ? This will be included in the settings.xml file in some way. > > Second question : about archetype goal > Will it be possible to configure custom templates path (as for maven > 1.x genapp plugin) ? archetypes are like plugins. try: m2 archetype:create -DartifactId=my-webapp -DgroupId=com.mycompany.app -DarchetypeArtifactId=maven-archetype-webapp (See the example in the getting started guide). More on archetypes will be written later. Thanks, Brett > > Nico. > > This message contains information that may be privileged or > confidential and is the property of the Capgemini Group. It is > intended only for the person to whom it is addressed. If you are not > the intended recipient, you are not authorized to read, print, > retain, copy, disseminate, distribute, or use this message or any > part thereof. If you receive this message in error, please notify the > sender immediately and delete all copies of this message. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
