Aucune description

arkha e8fa004f91 add readme il y a 1 an
EPAYMENT 277a9f43e2 remove Apps il y a 1 an
HanomanUtil e8f44611cf update HibernateUtil (sync with decompile deployed jar) il y a 1 an
MWDAO 07dd8d8618 update jar and pom il y a 1 an
MWUI e8fa004f91 add readme il y a 1 an
REKON 277a9f43e2 remove Apps il y a 1 an
SharedLib 67c5fa6ff7 use maven-war-plugin 3.3.2, migrate hbm to resources il y a 1 an
.gitignore 73e7530039 migrate to maven project (MWDAO, MWUI) il y a 1 an
README.md 07dd8d8618 update jar and pom il y a 1 an
pom.xml 4cacb12c11 delete EPAYMENT and REKON il y a 1 an

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