Skip to content

Commit

Permalink
Merge pull request #60 from mozzy11/master
Browse files Browse the repository at this point in the history
flatten pom
  • Loading branch information
mozzy11 authored Nov 21, 2024
2 parents 5cbfe47 + 12968b6 commit 6da3ae2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,24 @@
<argLine>-Duser.timezone=PST</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.2.7</version>
<executions>
<execution>
<id>flatten</id>
<phase>process-resources</phase>
<goals>
<goal>flatten</goal>
</goals>
</execution>
</executions>
<configuration>
<updatePomFile>true</updatePomFile>
<flattenMode>resolveCiFriendliesOnly</flattenMode>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 6da3ae2

Please sign in to comment.