Common Commands when Working on a Mac

Dashboard->Finder>Applications>Utilities>Terminal

Command+X=Cut
Command+C=Copy
Command+V=Paste


java -version
mvn -version
cd /Users/scottizu/Desktop
cd /Users/scottizu/Downloads
/usr/local/git/bin/git clone /Users/scottizu/Desktop/myrepo/myrepo.git

myrepo.git/objects/0d/36ed3e5e3edec44b45675091ed291c1c1fcd87: The requested document cannot be retrieved at this time.
myrepo.git/objects/0e/ddb7cc3b81975db96c4cb5a7c64526dafab660: The requested document cannot be retrieved at this time.
myrepo.git/objects/0f/84678662bf60b776c2c1cc5693a00746f328b9: The requested document cannot be retrieved at this time.
myrepo.git/objects/39/ec569939eed7ec58a8f89e88d75e475ecc1e0e: The requested document cannot be retrieved at this time.

cd /Users/scottizu/Downloads/myrepo/my-app

curl http://www.jfugue.org/jfugue-4.0.3-with-musicxml.jar > jfugue-4.0.3-with-musicxml.jar
/usr/bin/mvn install:install-file -Dfile=jfugue-4.0.3-with-musicxml.jar -Dpackaging=jar -DgroupId=org -DartifactId=jfugue -Dversion=4.0.3

curl http://sourceforge.net/projects/jmathplot/files/latest/download > jmathplot-1.0.jar
/usr/bin/mvn install:install-file -Dfile=jmathplot-1.0.jar -Dpackaging=jar -DgroupId=org -DartifactId=jmathplot -Dversion=1.0

curl http://dl.ghost4j.org/ghost4j-0.5.0.zip > ghost4j-0.5.0.zip
open ghost4j-0.5.0.zip
/usr/bin/mvn install:install-file -Dfile=ghost4j-0.5.0/ghost4j-0.5.0.jar -Dpackaging=jar -DgroupId=org.ghost4j -DartifactId=ghost4j -Dversion=0.5.0

/usr/bin/mvn install:install-file -Dfile=ghost4j-0.5.0/lib/xmlgraphics-commons-1.4.jar -Dpackaging=jar -DgroupId=org.ghost4j -DartifactId=xmlgraphics-commons -Dversion=1.4

/usr/bin/mvn install:install-file -Dfile=ghost4j-0.5.0/lib/commons-io-1.3.1.jar -Dpackaging=jar -DgroupId=org.ghost4j -DartifactId=commons-io -Dversion=1.3.1

/usr/bin/mvn install:install-file -Dfile=ghost4j-0.5.0/lib/log4j-1.2.15.jar -Packaging=jar -DgroupId=org.ghost4j -DartifactId=log4j -Dversion=1.2.15

/usr/bin/mvn install:install-file -Dfile=ghost4j-0.5.0/lib/commons-beanutils-1.8.3.jar -Dpackaging=jar -DgroupId=org.ghost4j -DartifactId=commons-beanutils -Dversion=1.8.3

/usr/bin/mvn install:install-file -Dfile=ghost4j-0.5.0/lib/commons-logging-1.1.1.jar -Dpackaging=jar -DgroupId=org.ghost4j -DartifactId=commons-logging -Dversion=1.1.1

/usr/bin/mvn install:install-file -Dfile=ghost4j-0.5.0/lib/itext-2.1.7.jar -Dpackaging=jar -DgroupId=org.ghost4j -DartifactId=itext -Dversion=2.1.7

/usr/bin/mvn install:install-file -Dfile=ghost4j-0.5.0/lib/jna-3.3.0.jar -Dpackaging=jar -DgroupId=org.ghost4j -DartifactId=jna -Dversion=3.3.0

Tar ball
eclipse-standard-kepler-R-macosx-cocoa-x86_64.tar