|
|
hace 1 año | |
|---|---|---|
| EPAYMENT | hace 1 año | |
| HanomanUtil | hace 1 año | |
| MWDAO | hace 1 año | |
| MWUI | hace 6 meses | |
| REKON | hace 1 año | |
| SharedLib | hace 1 año | |
| .gitignore | hace 1 año | |
| README.md | hace 1 año | |
| pom.xml | hace 1 año |
This guide provides the steps to manually install the required JAR files into your local Maven repository using the mvn install:install-file command.
Run the following commands in your terminal to install each JAR file into your local Maven repository:
mvn install:install-file -Dfile=./MWDAO/target/MWDAO-1.0.jar -DgroupId=mwdao -DartifactId=mwdao -Dversion=1.0 -Dpackaging=jar
mvn install:install-file -Dfile=./SharedLib/commonj-sdo-2.1.0.jar -DgroupId=commonj -DartifactId=commonj-sdo -Dversion=2.1.0 -Dpackaging=jar
mvn install:install-file -Dfile=./SharedLib/config.jar -DgroupId=id.co.hanoman -DartifactId=config -Dversion=1.0 -Dpackaging=jar
mvn install:install-file -Dfile=./SharedLib/hanoman-util-1.0.jar -DgroupId=id.co.hanoman -DartifactId=hanoman-util -Dversion=1.0 -Dpackaging=jar
mvn install:install-file -Dfile=./SharedLib/hcx.jar -DgroupId=id.co.hanoman -DartifactId=hcx -Dversion=1.0 -Dpackaging=jar
mvn install:install-file -Dfile=./SharedLib/scutils.jar -DgroupId=com.scupid -DartifactId=scutils -Dversion=1.0 -Dpackaging=jar
mvn install:install-file -Dfile=./SharedLib/SppSynchronizerLibrary.jar -DgroupId=com.ztdev -DartifactId=SppSynchronizerLibrary -Dversion=1.0 -Dpackaging=jar
mvn install:install-file -Dfile=./SharedLib/jplugin2.jar -DgroupId=id.co.hanoman -DartifactId=jplugin2 -Dversion=1.0 -Dpackaging=jar
mvn install:install-file -Dfile=./SharedLib/id.co.hanoman.btnmw.license -DgroupId=id.co.hanoman -DartifactId=btnmw -Dversion=1.0 -Dpackaging=license