I'm trying to build a multi-module project that requires some resources (an xsl file) to complete. The location of the XSL file is relative to ${basedir}, which changes based on whether I am in the sub-module or at the top level. As a result, the processing can find the necessary source only when it is either in the submodule, or in the top module.

Is there a way around this? Can a property be set that is the same regardless of which level I start, but will not hard-code it so different users will be able to use it without modification? Something in each user's settings.xml file?

    aBp_
--
Andy Pippin
  EMail: [EMAIL PROTECTED]
  Phone: (805) 692-4187
  AIM: andypippin2

Confidentiality Notice: This email, its contents and attachments, contain information from j2 Global Communications Inc. which may be privileged, confidential or otherwise protected from disclosure. The information is intended to be for the addressee(s) only. If you are not an addressee, any disclosure, copy, distribution, or use of the contents of this message is prohibited. If you have received this email in error please notify the sender by reply mail and delete the original message and any copies.


On Jan 17, 2007, at 10:13 AM, Dário Luís Coneglian Oliveros wrote:

I have some test cases that used to work with maven-surefire-plugin 2.1.3, but not with 2.2. Does anybody know what kind of configuration should be in 2.2 to get the same behaviour as of 2.1.3 ? I've tried a couple of them (forkMode=never, childDelegation=true), but could not get anything working.
Any help is appreciated.
Dário

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


Reply via email to