Make assembly file accessible from other projects (#787)
Signed-off-by: Stefan Klotz <stefan.klotz@bosch-si.com>
This commit is contained in:
committed by
Dominic Schabel
parent
a906d37d7d
commit
d1d5903b83
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user