Removing the mvn clean plugin

This commit is contained in:
Geeth Munasinghe 2015-02-05 16:36:34 +05:30
parent 02d1a259df
commit 1cd3dc7315

View File

@ -320,7 +320,7 @@
</executions>
</plugin>
<plugin>
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<executions>
@ -332,7 +332,7 @@
</goals>
</execution>
</executions>
</plugin>
</plugin>-->
</plugins>
</build>