Thursday, September 06, 2007

Using Maven

Setup SVN in Eclipse

Setup Maven 1.0.2
Add these lines below in a file called project.properties, so that your can run the genapp under a folder with this file in.

maven.xdoc.date = left
## maven.xdoc.version = ${pom.currentVersion}
custom.zipsource = true
maven.repo.remote=http://mirrors.ibiblio.org/pub/mirrors/maven/,http://source.sakaiproject.org/maven/

Refer to Massol, genapp is a plug-in to Maven, to check whether you have this plug-in, run
maven -g grep genapp
##Credit to San

Now I start to worry if the network doesn't work, what things can I do with Maven.

Ubuntu
To do copy and paste from window to window as root permission, run this:
sudo nautilus
##Credit to Hank

Maven POM description
http://maven.apache.org/maven-1.x/reference/maven-model/3.0.2/maven.html

No comments: