From a770852399b513b996b080462c7b714ad6f313bc Mon Sep 17 00:00:00 2001 From: JKetelaar Date: Tue, 26 Jan 2016 22:16:51 +0100 Subject: [PATCH] [CLEANUP] Fixed issues in pom.xml --- deploy/deploy.bat | 2 +- pom.xml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/deploy/deploy.bat b/deploy/deploy.bat index 0ed46fe..5ad3b36 100644 --- a/deploy/deploy.bat +++ b/deploy/deploy.bat @@ -1,4 +1,4 @@ -mvn install:install-file -DgroupId=${project.groupId} -DartifactId=${project.artifactId} -Dversion=${project.version} -Dpackaging=jar -Dfile=../target/${project.build.finalName}-fat.jar -DlocalRepositoryPath=../../Maven-Repository +mvn install:install-file -DgroupId=${project.groupId} -DartifactId=${project.artifactId} -Dversion=${project.version} -Dpackaging=jar -Dfile=../target/${project.build.finalName}-jar-with-dependencies.jar -DlocalRepositoryPath=../../Maven-Repository :: mvn install:install-file -DgroupId=org.parabot -DartifactId=client -Dversion=2.4.1.1 -Dpackaging=jar -Dfile=../target/Parabot-V2.4.1.1-jar-with-dependencies.jar -DlocalRepositoryPath=../../Maven-Repository :: mvn install:install-file -DgroupId=org.parabot -DartifactId=client -Dversion=2.4.3 -Dpackaging=jar -Dfile=../target/Parabot-V2.4.3-jar-with-dependencies.jar -DlocalRepositoryPath=../../Maven-Repository diff --git a/pom.xml b/pom.xml index 090fdf9..2fd0d1e 100644 --- a/pom.xml +++ b/pom.xml @@ -84,14 +84,14 @@ deploy true - - deploy.bat - package.bat - clean.bat - - - - + + + + + + + deploy.bat +