Remove flatten stuff

This commit is contained in:
Stephan Schnabel 2024-06-24 10:29:48 +02:00
parent da73c9d2f1
commit aa3ab1b9cb
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543

12
pom.xml
View file

@ -206,18 +206,6 @@
</executions>
</plugin>
<!-- flatten fails because of groupId ${ee.maven.groupId} - skip -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<executions>
<execution>
<id>default</id>
<phase/>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>