Skip to content

Commit 3602d82

Browse files
committed
Bump exec-maven-plugin to 3.1.0
1 parent d800a2a commit 3602d82

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

fluss-dist/pom.xml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -153,25 +153,24 @@
153153
</activation>
154154
<build>
155155
<plugins>
156+
<plugin>
157+
<artifactId>maven-clean-plugin</artifactId>
158+
<configuration>
159+
<filesets>
160+
<fileset>
161+
<directory>${project.basedir}/..</directory>
162+
<includes>
163+
<include>build-target</include>
164+
</includes>
165+
</fileset>
166+
</filesets>
167+
</configuration>
168+
</plugin>
156169
<plugin>
157170
<groupId>org.codehaus.mojo</groupId>
158171
<artifactId>exec-maven-plugin</artifactId>
159-
<version>1.5.0</version>
172+
<version>3.1.0</version>
160173
<executions>
161-
<execution>
162-
<id>remove-build-target-link</id>
163-
<phase>clean</phase>
164-
<goals>
165-
<goal>exec</goal>
166-
</goals>
167-
<configuration>
168-
<executable>rm</executable>
169-
<arguments>
170-
<argument>-f</argument>
171-
<argument>${project.basedir}/../build-target</argument>
172-
</arguments>
173-
</configuration>
174-
</execution>
175174
<execution>
176175
<id>create-build-target-link</id>
177176
<phase>package</phase>

0 commit comments

Comments
 (0)