This commit is contained in:
Andrea Cavalli 2022-05-11 20:22:25 +02:00
parent aa18865601
commit cdf077fddd
1 changed files with 4 additions and 16 deletions

20
pom.xml
View File

@ -236,25 +236,13 @@
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.1.0</version>
<configuration>
<updatePomFile>true</updatePomFile>
<flattenMode>oss</flattenMode>
</configuration>
<artifactId>templating-maven-plugin</artifactId>
<version>1.0.0</version>
<executions>
<execution>
<id>flatten</id>
<phase>process-resources</phase>
<id>filtering-java-templates</id>
<goals>
<goal>flatten</goal>
</goals>
</execution>
<execution>
<id>flatten.clean</id>
<phase>clean</phase>
<goals>
<goal>clean</goal>
<goal>filter-sources</goal>
</goals>
</execution>
</executions>