Sure, that is a way to do it. But this does not show up on the generated site, for example.
Andreas -----Original Message----- From: Craig S.Cottingham [mailto:[EMAIL PROTECTED] Sent: Sunday, September 12, 2004 7:38 PM To: Maven Users List Subject: Re: Test Dependencies On Sep 12, 2004, at 21:00, Andreas Guther wrote: > Is there a way or is there anything planned to separate the test > dependencies from the production dependencies? It's low-tech, but I use an XML comment: ... </dependency> <!-- dependencies needed only for testing --> <dependency> ... -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7977F79C --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -------------------------------------------------------- This electronic mail message contains information belonging to PaymentOne, which may be confidential and/or legal privileged. The information is intended only for the use of the individual or entity named above. If you are not the intended recipient, you are hereby notified that any disclosure, printing, copying, distribution, or the taking of any action in reliance on the contents of this electronically mailed information is strictly prohibited. If you receive this message in error, please immediately notify us by electronic mail and delete this message. -------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
