Ingen beskrivning

arkha 33aa4604a4 add dependency com.ibm.db2 db2jcc4 1 år sedan
EPAYMENT 277a9f43e2 remove Apps 1 år sedan
HanomanUtil e8f44611cf update HibernateUtil (sync with decompile deployed jar) 1 år sedan
MWDAO cf5ffa7b15 hbm2java ant 1 år sedan
MWUI 33aa4604a4 add dependency com.ibm.db2 db2jcc4 6 månader sedan
REKON 277a9f43e2 remove Apps 1 år sedan
SharedLib 48014412cd hapus jar yang sudah di upload ke maven private 1 år sedan
.gitignore 73e7530039 migrate to maven project (MWDAO, MWUI) 1 år sedan
README.md 236dbf3474 update readme add license howto 1 år sedan
pom.xml 4cacb12c11 delete EPAYMENT and REKON 1 år sedan

README.md

Installing Required JARs in the Local Maven Repository

This guide provides the steps to manually install the required JAR files into your local Maven repository using the mvn install:install-file command.

Prerequisites

  1. Ensure that you have Apache Maven installed and properly configured in your system.
  2. Verify that the JAR files listed below are available in the specified paths.

Installation Steps

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