IT-SDK-Maven

From wiki.samerhijazi.net
Revision as of 08:22, 21 January 2022 by Samerhijazi (talk | contribs) (Created page with "* https://maven.apache.org/ * https://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html <pre class="code"> mvn install:install-file -Dfile=<path-to-file> -DgroupId=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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>