Created
April 26, 2016 15:04
-
-
Save kronar/dac58a26ea156053b6f4a1725d0e6d5c to your computer and use it in GitHub Desktop.
Inlined plugins
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