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