Skip to content

Commit

Permalink
Ignore Clean on build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBolot committed Mar 16, 2018
1 parent 6ec4a18 commit b45e63e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.
. The pom.xml Class was Coded by : Alexandre BOLOT
.
. Last Modified : 16/03/18 09:17
. Last Modified : 16/03/18 09:24
.
. Contact : bolotalex06@gmail.com
.............................................................................................................................-->
Expand Down Expand Up @@ -34,6 +34,13 @@
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit b45e63e

Please sign in to comment.