Created
April 26, 2016 15:03
-
-
Save kronar/50df5716c8a546326695eb7bd64df466 to your computer and use it in GitHub Desktop.
pom.ym1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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