Fix flatten mode (#1482)
change flatten mode to do not remove dependency management thus allowing inheritance with keeping hawkbit dependencies Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -318,7 +318,7 @@
|
|||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>flatten-maven-plugin</artifactId>
|
<artifactId>flatten-maven-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<flattenMode>ossrh</flattenMode>
|
<flattenMode>resolveCiFriendliesOnly</flattenMode>
|
||||||
<updatePomFile>true</updatePomFile>
|
<updatePomFile>true</updatePomFile>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
|
|||||||
Reference in New Issue
Block a user