diff --git a/build.sh b/build.sh index 1476b5e65..44a6169f2 100644 --- a/build.sh +++ b/build.sh @@ -1,3 +1,3 @@ -mvn install:install-file -DgroupId=com.aspose -DartifactId=aspose-words -Dversion=19.1.0 -Dpackaging=jar -Dfile=emis-biz/lib/aspose-words-19.1-jdk16.jar +mvn install:install-file -DgroupId=com.aspose -DartifactId=aspose-words -Dversion=19.1.0 -Dpackaging=jar -Dfile=./emis-biz/lib/aspose-words-19.1-jdk16.jar mvn clean package deploy -Dmaven.test.skip=true diff --git a/emis-biz/lib/mvn_install.sh b/emis-biz/lib/mvn_install.sh index ea051b812..96cff805f 100644 --- a/emis-biz/lib/mvn_install.sh +++ b/emis-biz/lib/mvn_install.sh @@ -1 +1 @@ -mvn install:install-file -DgroupId=com.aspose -DartifactId=aspose-words -Dversion=19.1.0 -Dpackaging=jar -Dfile=aspose-words-19.1-jdk16.jar +mvn install:install-file -DgroupId=com.aspose -DartifactId=aspose-words -Dversion=19.1.0 -Dpackaging=jar -Dfile=./aspose-words-19.1-jdk16.jar