Created
July 20, 2018 13:56
-
-
Save JorgenRingen/c0fdffdb15255100c8cbf5f2aa5f6b79 to your computer and use it in GitHub Desktop.
combine.self="override" overrides the whole plugin definition instead of appending
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
<profile> | |
<id>appConfigTest</id> | |
<build> | |
<plugins> | |
<plugin> | |
<artifactId>maven-surefire-plugin</artifactId> | |
<configuration combine.self="override"> | |
<groups>appConfigTest</groups> | |
</configuration> | |
</plugin> | |
</plugins> | |
</build> | |
</profile> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment