Skip to content

Commit ebc9ee9

Browse files
author
gituser
committed
Merge branch '1.10_release_4.0.x' into 1.10_release_4.1.x
2 parents 279308d + 95cb682 commit ebc9ee9

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,26 @@
148148
</gitDescribe>
149149
</configuration>
150150
</plugin>
151+
<plugin>
152+
<artifactId>maven-antrun-plugin</artifactId>
153+
<version>1.8</version>
154+
<executions>
155+
<execution>
156+
<id>clean-plugins</id>
157+
<!-- here the phase you need -->
158+
<phase>clean</phase>
159+
<goals>
160+
<goal>run</goal>
161+
</goals>
162+
<configuration>
163+
<tasks>
164+
<delete dir="plugins"></delete>
165+
<delete dir="sqlplugins"></delete>
166+
</tasks>
167+
</configuration>
168+
</execution>
169+
</executions>
170+
</plugin>
151171
</plugins>
152172
</build>
153173
</project>

0 commit comments

Comments
 (0)