-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall-maven-dependencies.sh
28 lines (20 loc) · 1.17 KB
/
install-maven-dependencies.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/bin/bash
echo
echo
echo
echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
echo Í Í
echo Í ***PDFAssert*** Í
echo Í Í
echo Í Installing jars to local repo Í
echo Í Í
echo Í Í
echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
echo
echo
echo
echo Installing jars to local repo...
mvn install:install-file -Dfile=lib/icepdf-core.jar -DgroupId=org.icepdf -DartifactId=icepdf-core -Dversion=4.3.3 -Dpackaging=jar
mvn install:install-file -Dfile=lib/diff_match_patch-current-src.jar -DgroupId=diff_match_patch -DartifactId=diff_match_patch -Dversion=current -Dpackaging=jar -Dclassifier=sources
mvn install:install-file -Dfile=lib/icepdf-viewer.jar -DgroupId=org.icepdf -DartifactId=icepdf-viewer -Dversion=4.3.3 -Dpackaging=jar
# mvn install:install-file -Dfile=lib/diff_match_patch-current.jar -DgroupId=diff_match_patch -DartifactId=diff_match_patch -Dversion=current -Dpackaging=jar