Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save kronar/50df5716c8a546326695eb7bd64df466 to your computer and use it in GitHub Desktop.
pom.ym1
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