Removing the mvn clean plugin

4.x.x
Geeth Munasinghe 10 years ago
parent 02d1a259df
commit 1cd3dc7315

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

Loading…
Cancel
Save