Re: Progress towards a release
Thomas Vandahl <[email protected]>
| Newsgroups | gmane.comp.jakarta.turbine.jcs.devel |
|---|---|
| Message-ID | <[email protected]> |
Michael Stevens wrote: > Did you fix the bug where it can't be build with an empty maven1 > repository as the repo url has changed? I didn't fix any bugs. The whole process was about fulfilling legal requirements and a few formatting issues. I suspect, however that you are facing something like this: http://maven.apache.org/maven-1.x/news.html I'd suggest to add the line maven.repo.remote=http://repo1.maven.org/maven to a build.properties in your home directory as this is not exactly a project issue but an issue of your environment. (No, Maven 1.1 won't help, it will fix this but break other things...) Bye, Thomas.