description: The base profile extended by other profiles
skeleton:
  executable:
  - '**/gradlew*'
  - '**/grailsw*'
  binaryExtensions:
  - png
  - gif
  - jpg
  - jpeg
  - ico
  - icns
  - pdf
  - zip
  - jar
  - class
repositories:
- mavenCentral()
build:
  repositories:
  - mavenCentral()
  - gradlePluginPortal()
  plugins:
  - eclipse
  - idea
dependencies:
- scope: build
  coords: org.graceframework:grace-gradle-plugin:@grace.version@
- scope: testCompile
  coords: org.graceframework:grace-test-support
- scope: testCompile
  coords: org.mockito:mockito-core
name: base
extends: ''
commands:
  stop-app: stop-app.groovy
  shell: shell.groovy
  run-app: run-app.groovy
  about: about.groovy
  run-script: run-script.groovy
  run-command: run-command.groovy
  console: console.groovy
  assemble: assemble.groovy
  create-script: create-script.groovy
  dependency-report: dependency-report.groovy
  stats: stats.groovy
  bug-report: bug-report.groovy
  test-app: test-app.groovy
  clean: clean.yml
  create-plugin: create-plugin.yml
  create-command: create-command.yml
  create-unit-test: create-unit-test.yml
  compile: compile.yml
  create-domain-class: create-domain-class.yml
  package: package.yml
features:
  provided:
  - mongodb
  - database-migration
  - markup-views
  - events
  - json-views
  - hibernate
  - gsp
  - asset-pipeline
  - async
  - geb
  - cache
templates:
- artifacts/Script.groovy
- artifacts/Command.groovy
- artifacts/Plugin.groovy
- artifacts/DomainClass.groovy
- testing/UnitTest.groovy
- testing/DomainClass.groovy
- testing/Generic.groovy
