diff --git a/pom.xml b/pom.xml index fd69e39..ba89006 100644 --- a/pom.xml +++ b/pom.xml @@ -134,6 +134,29 @@ + + org.apache.maven.plugins + maven-clean-plugin + 2.5 + + + + ${project.basedir}/asset/ + true + + **/* + + + + ${project.basedir}/api-docs/ + true + + **/* + + + + + org.apache.maven.plugins maven-compiler-plugin