In the context of target Docker, docker.additional.deploy is used to add extensions to the Roboconf agent. When developing such extension with maven, it is not really simple to use a standard URL (http or file) because it must be completely changed when the extension is released.
It will be easier to use a Maven URL (mvn:org.ow2.petals/petals-roboconf-plugin/1.0.1-SNAPSHOT), for which only the version part is to be changed.
In the context of target Docker,
docker.additional.deploy
is used to add extensions to the Roboconf agent. When developing such extension with maven, it is not really simple to use a standard URL (http
orfile
) because it must be completely changed when the extension is released.It will be easier to use a Maven URL (
mvn:org.ow2.petals/petals-roboconf-plugin/1.0.1-SNAPSHOT
), for which only the version part is to be changed.