Tuesday, June 10, 2008

Update of maven local repository

Finally, we have a internal repository for maven at http://phgrid.sourceforge.net/repository/ . Now in order for the code to use this repository, this is what needs to be done on the local machine.

I am assuming that maven has been set up on your machine. Navigate to {Maven_home}/conf folder and rename your Settings.xml to Settings.xml.bak. Copy Settings.xml from http://phgrid.sourceforge.net/repository/tools to your [Maven_Home]/conf folder and thats it, you're good to go. Just download the projects from http://phgrid.svn.sourceforge.net/viewvc/phgrid/, run mvn install and it should work.

No comments: