diff --git a/hawkbit-test-report/pom.xml b/hawkbit-test-report/pom.xml index 3e9182f0af..77e416d2c0 100644 --- a/hawkbit-test-report/pom.xml +++ b/hawkbit-test-report/pom.xml @@ -8,9 +8,7 @@ http://www.eclipse.org/legal/epl-v10.html --> - - + 4.0.0 org.eclipse.hawkbit @@ -22,60 +20,63 @@ pom - - - - maven-resources-plugin - 2.7 - - - copy-resources - verify - - copy-resources - + + + generateTestReport + + + + maven-resources-plugin + + + copy-resources + verify + + copy-resources + + + ${basedir}/target/allure-results + + + ${basedir}/.. + false + + **/target/allure-results/*.xml + + + + ${basedir} + false + + placeholder.txt + + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin - ${basedir}/target/allure-results - - - ${basedir}/.. - false - - **/target/allure-results/*.xml - - - - ${basedir} - false - - placeholder.txt - - - + + src/main/assembly/test-report.xml + + false - - - - - org.apache.maven.plugins - maven-assembly-plugin - 2.5.3 - - - src/main/assembly/test-report.xml - - false - - - - create-report-zip-assembly - verify - - single - - - - - - + + + create-report-zip-assembly + verify + + single + + + + + + + + \ No newline at end of file