Make assembly file accessible from other projects (#787)

Signed-off-by: Stefan Klotz <stefan.klotz@bosch-si.com>
This commit is contained in:
Stefan Klotz
2019-02-07 13:54:27 +01:00
committed by Dominic Schabel
parent a906d37d7d
commit d1d5903b83
2 changed files with 3 additions and 5 deletions

View File

@@ -17,9 +17,7 @@
</parent>
<artifactId>hawkbit-test-report</artifactId>
<name>hawkBit :: Test Report</name>
<packaging>pom</packaging>
<profiles>
<profile>
<id>generateTestReport</id>
@@ -61,9 +59,9 @@
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptors>
<descriptor>src/main/assembly/test-report.xml</descriptor>
<descriptor>src/main/resources/assemblies/test-report.xml</descriptor>
</descriptors>
<appendAssemblyId>false</appendAssemblyId>
<appendAssemblyId>true</appendAssemblyId>
</configuration>
<executions>
<execution>