:plugin-version: pass:quotes[_$YOUR_MESHVERSION]
Commercial plugins can be downloaded from
link:https://maven.gentics.com/maven2-commercial/com/gentics/mesh/plugin/commercial/[our maven site].
Alternatively you can also use maven
to download the jar:
mvn dependency:get
-Dartifact=com.gentics.mesh.plugin.commercial:{plugin-base-name}:{plugin-version}
-DremoteRepositories=gtx-commercial::default::https://maven.gentics.com/maven2-commercial
If you get an “Unauthorized” error, please locate your maven settings
(usually found in ~/.m2/settings.xml)
and add our server to the servers list:
.settings.xml
…
Once downloaded, place the jar file, optionally together with a config file and other assets, in the configured plugins folder of your Mesh installation – then the plugin(s) will automatically be deployed during server startup.
Interested?