IT-SDK-Maven
Revision as of 12:21, 28 February 2022 by Samerhijazi (talk | contribs)
Ref.
- https://maven.apache.org/
- https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
- https://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html
Install Pachage
mvn install:install-file -Dfile=<path-to-file> -DgroupId=<group-id> -DartifactId=<artifact-id> -Dversion=<version> -Dpackaging=<packaging> mvn install:install-file -Dfile=<path-to-file> -DpomFile=<path-to-pomfile>