Thanks for suggestion.

Nico.

Jörg Schaible a écrit :

Nicolas De Loof wrote on Wednesday, March 09, 2005 9:53 AM:



Hi all,

My projects is developped under eclipse and I'm using the
maven eclipse
plugin.

I'd like to set maven.eclipse.projectnatures and
maven.eclipse.buildcommands in my parent project so I don't
have to set
it in every sub-project (I've got lot's of).

On the war sub-project, I'd like to append
"com.sysdeo.eclipse.tomcat.tomcatnature" (sysdeo tomcat
plugin) to the
value defined in properties of extended project (CheckstyleNature,
Spring.beansnature, ...)


Is they're any way to append values to a property (not just override
it) ?



You can do this on your own. Define in your parent project : nature.append= maven.eclipse.projectnatures=javanature,${nature.append}

Now you can override "nature.append" in your subprojects ...

- Jörg

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





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]



Reply via email to