Skip to content

Commit b45e63e

Browse files
committed
Ignore Clean on build
1 parent 6ec4a18 commit b45e63e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.
44
. The pom.xml Class was Coded by : Alexandre BOLOT
55
.
6-
. Last Modified : 16/03/18 09:17
6+
. Last Modified : 16/03/18 09:24
77
.
88
. Contact : [email protected]
99
.............................................................................................................................-->
@@ -34,6 +34,13 @@
3434
<target>1.8</target>
3535
</configuration>
3636
</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>
3744
</plugins>
3845
</build>
3946

0 commit comments

Comments
 (0)