On 4/24/06, William Simons <[EMAIL PROTECTED]> wrote:
> I've
> done some searching and found a few similar bugs reported for surefire that
> basically say that the problem is having the m2 repository in Documents and
> Settings/user/.m2/repository.
>
> Unfortunately, I couldn't locate a bug reported on this issue in JIRA. Is
> there already a bug on this?  Better yet, is there a workaround?

If the problem is having the m2 repository in a directory name with
spaces, then a simple workaround is to move it.  For example, mine is
in c:\java\m2-repository.

In ~/.m2/settings.xml:
<settings>
    <localRepository>c:\\java\\m2-repository</localRepository>
    ...
</settings>

HTH,
--
Wendy

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

Reply via email to