summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 646aa3f..6bc3a92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -668,7 +668,7 @@
<version>${flatten-maven-plugin.version}</version>
<configuration>
<updatePomFile>true</updatePomFile>
- <flattenMode>resolve</flattenMode>
+ <flattenMode>resolveCiFriendliesOnly</flattenMode>
</configuration>
<executions>
<execution>
@@ -678,7 +678,8 @@
<goal>flatten</goal>
</goals>
</execution>
- </executions></plugin>
+ </executions>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>