On 10/4/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
On 10/4/06, Javier Leyba <[EMAIL PROTECTED]> wrote:> I did mvn ant:ant > > No, my local repo is in w:\`mvn-repo but the ant build file appear > with references to c:\wint\profiles\jleyba\.m2\repository (or > something else, I'm not in my job now). It sounds like maven-ant-plugin isn't respecting the localRepository that (I assume) you have configured in settings.xml. I just tested it, and sure enough, build.xml contains: <property name="maven.repo.local" value="${user.home}/.m2/repository"/> That's not where my local repository is. My settings.xml has: <localRepository>C:/java/m2-repository</localRepository> Javier, if it hasn't already been reported, you can raise an issue here: http://jira.codehaus.org/browse/MANT (Check the closed issues first, it may have been fixed already, just not yet released.)
I'm not so crazy and not so lammer...I detected a bug !! :) Wendy, thanks for your message, I'll try to follow your instrucctions. Do you know if it could be the same problem that affected my mvn compile command ? Thanks J --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
