16.08.2014, 17:25
resources.yml
shoebill.yml
Код:
repositories: - id: central url: http://repo1.maven.org/maven2/nl67422384...3.62176725 - id: gtaun-public-repo url: http://repo.gtaun.net/content/groups/pub...3.62176725 - id: sonatype-oss-snapshots url: https://oss.sonatype.org/content/reposit...3.62176725# When to update cache? # Options: always / daily / interval:[minutes] cacheUpdatePolicy: always # If Maven checks for Updates or use old artifacts offlineMode: false # Your needed runtimes runtimes: - net.gtaun:shoebill-runtime:1.0-SNAPSHOT # Additional plugins #plugins: # - net.gtaun.mk:mk-plugin-manager:1.0-SNAPSHOT # - net.gtaun.shoebill:example-vehicle-manager-plugin:1.0-SNAPSHOT # Your gamemode gamemode: newdimension-0.0.1-SNAPSHOT
Код:
# Shoebill foldername shoebillPath: shoebill folder: bootstrap: bootstrap repository: repository libraries: libraries plugins: plugins gamemodes: gamemodes # Let dependencymanager try to resolve needed dependencies resolveDependencies: true # Allows to override the artifact from maven repo with local file allowArtifactOverrideIgnoreGroupId: true # See: http://en.wikipedia.org/wiki/Windows_cod...erCodepage: 1252 # Custom maven path #customRepositoryPath: ''