Skip to content

Instantly share code, notes, and snippets.

@stuartwdouglas
Created November 1, 2011 22:31
Show Gist options
  • Save stuartwdouglas/1332157 to your computer and use it in GitHub Desktop.
Save stuartwdouglas/1332157 to your computer and use it in GitHub Desktop.
b() {
cd /Users/stuartdouglas/workspace/jboss-as
cd $1
mvn install
cp target/*.jar ../build/target/$JBOSS_VERSION/modules/org/jboss/as/$1/main
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment