We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec4a18 commit b45e63eCopy full SHA for b45e63e
pom.xml
@@ -3,7 +3,7 @@
3
.
4
. The pom.xml Class was Coded by : Alexandre BOLOT
5
6
- . Last Modified : 16/03/18 09:17
+ . Last Modified : 16/03/18 09:24
7
8
. Contact : [email protected]
9
.............................................................................................................................-->
@@ -34,6 +34,13 @@
34
<target>1.8</target>
35
</configuration>
36
</plugin>
37
+ <plugin>
38
+ <artifactId>maven-clean-plugin</artifactId>
39
+ <version>3.0.0</version>
40
+ <configuration>
41
+ <skip>true</skip>
42
+ </configuration>
43
+ </plugin>
44
</plugins>
45
</build>
46
0 commit comments