diff --git a/yaml/pom.xml b/yaml/pom.xml index 8be89d066f..cd766576a3 100644 --- a/yaml/pom.xml +++ b/yaml/pom.xml @@ -81,44 +81,6 @@ - - org.codehaus.mojo - exec-maven-plugin - ${exec-maven-plugin.version} - - - pip-install - test-compile - - exec - - - pip - - install - -r - src/test/python/requirements-test.txt - - - - - python-test - test - - exec - - - python - ${project.basedir} - - -m - unittest - src/test/python/yaml_syntax_test.py - - - - - @@ -142,6 +104,44 @@ + + org.codehaus.mojo + exec-maven-plugin + ${exec-maven-plugin.version} + + + pip-install + test-compile + + exec + + + pip + + install + -r + src/test/python/requirements-test.txt + + + + + python-test + test + + exec + + + python + ${project.basedir} + + -m + unittest + src/test/python/yaml_syntax_test.py + + + + +