Skip to content

Commit

Permalink
Update pom.xml (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
frode-carlsen authored Jun 23, 2021
1 parent 325be77 commit 1989cc6
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,35 @@
<module>regler</module>
</modules>

<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.2.7</version>
<configuration>
<flattenMode>bom</flattenMode>
<flattenedPomFilename>.flattened</flattenedPomFilename>
</configuration>
<executions>
<execution>
<id>flatten</id>
<phase>process-resources</phase>
<goals>
<goal>flatten</goal>
</goals>
</execution>
<execution>
<id>flatten.clean</id>
<phase>clean</phase>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

<repositories>
<repository>
Expand Down

0 comments on commit 1989cc6

Please sign in to comment.