4.7.12 Default Artifact Repository for Publishing - Reference Documentation
Authors: Andres Almiray
Version: 1.2.0
4.7.12 Default Artifact Repository for Publishing
The Griffon build assumesgriffon-central
to be the default Artifact Repository to be used when releasing artifacts. This setting can be altered by specifying a value for griffon.artifact.repository.default.release
. The value must be a valid repository name available in the configuration files.For example, a local repository identified by the name 'my-local-repo
' can be set as the default publish repository like sogriffon -Dgriffon.artifact.repository.default.release='my-local-repo' release-plugin
--repository
. This flag is best used in any of the configuration files available at build time.