echo "nome file:" %1% echo "groupId:" %2% echo "artifactId:" %3% echo "version:" %4% echo "packaging: jar" cd maven-2.0.9/bin mvn install:install-file -Dfile=../../lib/%1 -DgroupId=%2 -DartifactId=%3 -Dversion=%4 -Dpackaging=jar echo "RICORDARSI DI FARE L'ADD DA CVS!!!!!!!"