diff --git a/deploy/clean.bat b/deploy/clean.bat new file mode 100644 index 0000000..2f3d3e5 --- /dev/null +++ b/deploy/clean.bat @@ -0,0 +1 @@ +mvn clean \ No newline at end of file diff --git a/deploy/deploy.bat b/deploy/deploy.bat new file mode 100644 index 0000000..473c2ba --- /dev/null +++ b/deploy/deploy.bat @@ -0,0 +1,3 @@ +mvn install:install-file -DgroupId=${project.groupId} -DartifactId=${project.artifactId} -Dversion=${project.version} -Dpackaging=jar -Dfile=../target/${project.build.finalName}.jar -DlocalRepositoryPath=../../Maven-Repository + +:: mvn install:install-file -DgroupId=org.parabot -DartifactId=317-api-minified -Dversion=1.12 -Dpackaging=jar -Dfile=../target/317-api-minified-V1.12.jar -DlocalRepositoryPath=../../Maven-Repository \ No newline at end of file diff --git a/deploy/package.bat b/deploy/package.bat new file mode 100644 index 0000000..5b5d577 --- /dev/null +++ b/deploy/package.bat @@ -0,0 +1 @@ +mvn package \ No newline at end of file diff --git a/pom.xml b/pom.xml index 726ae44..9f0c3e8 100644 --- a/pom.xml +++ b/pom.xml @@ -5,8 +5,8 @@ 4.0.0 org.parabot - 317-API-Minified - 1.0 + 317-api-minified + 1.12 @@ -32,12 +32,12 @@ org.parabot client - 2.2 + 2.2.32 - 317-API-Minified + ${artifactId}-V${version} org.apache.maven.plugins @@ -49,5 +49,22 @@ + + + + deploy + true + + deploy.bat + package.bat + clean.bat + + + + + + + + \ No newline at end of file