call mvn install:install-file -Dfile=/c/jars/ehcache-2.7.2.jar -DgroupId=net.sf.ehcache -DartifactId=ehcache -Dversion=2.7.2 -Dpackaging=jar call mvn install:install-file -Dfile=/c/jars/hibernate-core-EAP-5.1.1.jar -DgroupId=com.jboss -DartifactId=hibernate-core -Dversion=EAP-5.1.1 -Dpackaging=jar call mvn install:install-file -Dfile=/c/jars/jsp-api-EAP-5.1.1.jar -DgroupId=com.jboss -DartifactId=jsp-api -Dversion=EAP-5.1.1 -Dpackaging=jar call mvn install:install-file -Dfile=/c/jars/ejb3-persistence-EAP-5.1.1.jar -DgroupId=com.jboss -DartifactId=ejb3-persistence -Dversion=EAP-5.1.1 -Dpackaging=jar call mvn install:install-file -Dfile=/c/jars/log4j-EAP-5.1.1.jar -DgroupId=com.jboss -DartifactId=log4j -Dversion=EAP-5.1.1 -Dpackaging=jar call mvn install:install-file -Dfile=/c/jars/mail-EAP-5.1.1.jar -DgroupId=com.jboss -DartifactId=mail -Dversion=EAP-5.1.1 -Dpackaging=jar call mvn install:install-file -Dfile=/c/jars/sslext-0.1-hal.jar -DgroupId=com.hal.thirdparty -DartifactId=sslext -Dversion=0.1-hal -Dpackaging=jar call mvn install:install-file -Dfile=/c/jars/IngrianLog4j-0.1-hal.jar -DgroupId=com.hal.thirdparty -DartifactId=IngrianLog4j -Dversion=0.1-hal -Dpackaging=jar call mvn install:install-file -Dfile=/c/jars/IngrianNAE-5.1.1-0.1-hal.jar -DgroupId=com.hal.thirdparty -DartifactId=IngrianNAE-5.1.1 -Dversion=0.1-hal -Dpackaging=jar call mvn install:install-file -Dfile=/c/jars/ojdbc6-11.2.0.3.jar -DgroupId=com.hal.thirdparty -DartifactId=ojdbc6 -Dversion=11.2.0.3 -Dpackaging=jar REM CHANGE mruckman to your userid, and possibly the path to your local Maven repository PAUSE copy C:\jars\ehcache-2.7.2.jar C:\Users\userid\.m2\repository\net\sf\ehcache\ehcache\2.7.2\ehcache-2.7.2.jar.sha1 copy C:\jars\hibernate-core-EAP-5.1.1.jar C:\Users\userid\.m2\repository\com\jboss\hibernate-core\EAP-5.1.1\*.* copy C:\jars\jsp-api-EAP-5.1.1.jar C:\Users\userid\.m2\repository\com\jboss\jsp-api\EAP-5.1.1\*.* copy C:\jars\ejb3-persistence-EAP-5.1.1.jar C:\Users\userid\.m2\repository\com\jboss\ejb3-persistence\EAP-5.1.1\ejb3-persistence-EAP-5.1.1.pom copy C:\jars\log4j-EAP-5.1.1.jar C:\Users\userid\.m2\repository\com\jboss\log4j\EAP-5.1.1\*.* copy C:\jars\mail-EAP-5.1.1.jar C:\Users\userid\.m2\repository\com\jboss\mail\EAP-5.1.1\mail-EAP-5.1.1.pom copy C:\jars\sslext-0.1-hal.jar C:\Users\userid\.m2\repository\com\hal\thirdparty\sslext\0.1-hal\*.* copy C:\jars\IngrianLog4j-0.1-hal.jar C:\Users\userid\.m2\repository\com\hal\thirdparty\IngrianNAE-5.1.1\0.1-hal\*.* copy C:\jars\IngrianNAE-5.1.1-0.1-hal.jar C:\Users\userid\.m2\repository\com\hal\thirdparty\IngrianNAE-5.1.1\0.1-hal\*.* copy C:\jars\ojdbc6-11.2.0.3.jar C:\Users\userid\.m2\repository\com\hal\thirdparty\ojdbc6\11.2.0.3\*.*