mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-09-07 18:30:28 +00:00
Consistently use version 2.5 of maven-clean-plugin.
This commit is contained in:
committed by
Mike Hearn
parent
549f228d29
commit
99ca1c497f
@@ -85,6 +85,16 @@
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-clean-plugin</artifactId>
|
||||
<version>2.5</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
|
||||
</build>
|
||||
|
||||
<profiles>
|
||||
|
Reference in New Issue
Block a user