Skip to content

Commit

Permalink
Merge pull request #15468 from famod/disable-gib-for-bom
Browse files Browse the repository at this point in the history
Skip GIB for BOM changes until -pl fix is available
  • Loading branch information
gsmet authored Mar 4, 2021
2 parents 7719a69 + 4da22e0 commit 7951c7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,8 @@
<configuration>
<!-- pointless to attempt incremental build if something like mvnw was changed
(and also potentially wrong, given that independent-projects might not be built) -->
<skipIfPathMatches>\.github[/\\].*|\.mvn[/\\].*|mvnw.*</skipIfPathMatches>
<!-- BOM part is a temporary workaround for: https://github.com/gitflow-incremental-builder/gitflow-incremental-builder/issues/320 -->
<skipIfPathMatches>\.github[/\\].*|\.mvn[/\\].*|mvnw.*|bom[/\\].*</skipIfPathMatches>
<!-- Note: *Upstream* is only relevant in case of:
-am or
-Dgib.buildUpstream=always|true or
Expand Down

0 comments on commit 7951c7f

Please sign in to comment.