Skip to content

Instantly share code, notes, and snippets.

@JorgenRingen
Created July 20, 2018 13:56
Show Gist options
  • Save JorgenRingen/c0fdffdb15255100c8cbf5f2aa5f6b79 to your computer and use it in GitHub Desktop.
Save JorgenRingen/c0fdffdb15255100c8cbf5f2aa5f6b79 to your computer and use it in GitHub Desktop.
combine.self="override" overrides the whole plugin definition instead of appending
<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