Skip to content

Instantly share code, notes, and snippets.

@kronar
Created April 26, 2016 15:04
Show Gist options
  • Select an option

  • Save kronar/dac58a26ea156053b6f4a1725d0e6d5c to your computer and use it in GitHub Desktop.

Select an option

Save kronar/dac58a26ea156053b6f4a1725d0e6d5c to your computer and use it in GitHub Desktop.
Inlined plugins
modelVersion: 4.0.0
groupId: org.examples
artifactId: mvn-polyglot
version: 0.0.1-SNAPSHOT
name: 'YAML Maven Love'
dependencies:
- { groupId: junit, artifactId: junit, version: 4.12, scope: test }
build:
plugins:
- { groupId: org.apache.maven.plugins, artifactId: maven-compiler-plugin, version: 3.3, configuration: {testTarget: 1.8 }}
- { groupId: org.apache.maven.plugins, artifactId: maven-surefire-plugin, version: 2.18 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment