File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 29
29
<properties >
30
30
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
31
31
<project .repoid>webcam-capture</project .repoid>
32
+ <project .assembly.descriptor>../distribution.xml</project .assembly.descriptor>
32
33
</properties >
33
34
34
35
<organization >
185
186
<version >2.3</version >
186
187
<configuration >
187
188
<descriptors >
188
- <descriptor >../distribution.xml </descriptor >
189
+ <descriptor >${project.assembly.descriptor} </descriptor >
189
190
</descriptors >
190
191
</configuration >
191
192
<executions >
Original file line number Diff line number Diff line change 15
15
<name >Webcam Capture Drivers</name >
16
16
<description >Parent POM for Webcam Capture drivers set</description >
17
17
18
+ <properties >
19
+ <project .assembly.descriptor>../../distribution.xml</project .assembly.descriptor>
20
+ </properties >
21
+
18
22
<modules >
19
23
<module >webcam-capture-driver-civil</module >
20
24
<module >webcam-capture-driver-ipcam</module >
You can’t perform that action at this time.
0 commit comments