Installs the patches which can be found in the Patching Tool's patches directory
into the Liferay installation described in the profile.

If no [profile_name] is given as an option before the <install> command, the
tool will assume that a default profile exists. If there is no profile detected 
the tool will exit with an error message.

When provided with a specific [patch] argument the patching-tool will try to install that
specific patch from the "patches" folder. If that fails, there will be a second attempt to download
the specified [patch] from the remote Liferay repository into the "patches" folder and continue
the <install> process with that.

If you removed certain patches or there is a collision of some kind use the
"-force" argument to force the Patching Tool to install the currently available patches no matter what.

Valid use-cases:
patching-tool profile_name install
patching-tool profile_name install -force
patching-tool profile_name install hotfix-123
patching-tool profile_name install hotfix-123 -force