Re: Build Challenges Continued...
Doug Warren <[email protected]>
| Newsgroups | gmane.comp.java.keel.devel |
|---|---|
| Message-ID | <[email protected]> |
Pete, Review the Maven Setup section of the Maven Reference at http://maven.apache.org/reference/user-guide.html#Maven_Setup. Notice the properties that control Maven, as well as the order of processing these properties using Java property overrides, build.properties, and project.properties, as well as user.home (which defaults to Documents and Settings/username on Windows. I've had similar problems with Maven setup, until I realized that I needed to make sure these properties were setup correctly. Also, there are maven.proxy settings that need to be set properly for Maven to work propertly with remote repositories such ibiblio in corporate environments too. Doug At 06:47 PM 2/7/2005, you wrote: > > Has anyone else noticed that when you do a maven plugin:install, it > > actually installs the libraries in your Documents and > > Settings/username/.repository ? > >Yes, this happens on my box too, and is not only weird but makes me wonder >if some of the difficulties I am having getting builds done are due to >this. > > > Not sure where it puts it on a nix > > environment, but in windows, it totally ignores the MAVEN_REPO env. > > variable that I've set and just installs the plugin to my user folder > > instead. Is this correct? > >I am getting the example-projects/default to build now though ! > >http://keelframework.org/documentation.shtml >Keelgroup mailing list >[email protected] >http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com http://keelframework.org/documentation.shtml Keelgroup mailing list [email protected] http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com