Skip to content

Commit

Permalink
Fix flatten mode
Browse files Browse the repository at this point in the history
change flatten mode to do not remove dependency management
thus allowing inheritance with keeping hawkbit dependencies

Signed-off-by: Marinov Avgustin <[email protected]>
  • Loading branch information
avgustinmm committed Nov 20, 2023
1 parent b9ed57e commit 204c99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<configuration>
<flattenMode>ossrh</flattenMode>
<flattenMode>resolveCiFriendliesOnly</flattenMode>
<updatePomFile>true</updatePomFile>
</configuration>
<executions>
Expand Down

0 comments on commit 204c99a

Please sign in to comment.