First Commit - Source Code from Reply

This commit is contained in:
vincenzofariello
2024-05-13 12:54:14 +02:00
parent 73e32a5020
commit a15aee1f08
11184 changed files with 1065913 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
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!!!!!!!"