Skip to content

Commit dfe64cc

Browse files
authored
build: remove flatten maven plugin (#40)
1 parent b53f292 commit dfe64cc

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

pom.xml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -59,31 +59,6 @@
5959

6060
<build>
6161
<plugins>
62-
<plugin>
63-
<groupId>org.codehaus.mojo</groupId>
64-
<artifactId>flatten-maven-plugin</artifactId>
65-
<version>1.2.7</version>
66-
<configuration>
67-
<flattenMode>resolveCiFriendliesOnly</flattenMode>
68-
<updatePomFile>true</updatePomFile>
69-
</configuration>
70-
<executions>
71-
<execution>
72-
<id>flatten</id>
73-
<phase>process-resources</phase>
74-
<goals>
75-
<goal>flatten</goal>
76-
</goals>
77-
</execution>
78-
<execution>
79-
<id>flatten-clean</id>
80-
<phase>clean</phase>
81-
<goals>
82-
<goal>clean</goal>
83-
</goals>
84-
</execution>
85-
</executions>
86-
</plugin>
8762
<plugin>
8863
<groupId>org.apache.maven.plugins</groupId>
8964
<artifactId>maven-source-plugin</artifactId>

0 commit comments

Comments
 (0)