diff --git a/pom.xml b/pom.xml index 626da5ba..197d17f6 100644 --- a/pom.xml +++ b/pom.xml @@ -528,5 +528,42 @@ + + clone-git-submodules + + + ${basedir}/src/test/resources/README.md + + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.3 + false + + + clone git submodule + initialize + + git + + submodule + update + --init + --recursive + + + + exec + + + + + + +