File tree 2 files changed +31
-0
lines changed
2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ <assembly
2
+ xmlns=" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
3
+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation=" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd" >
5
+ <id >changelog-entries</id >
6
+ <formats >
7
+ <format >zip</format >
8
+ </formats >
9
+ <fileSets >
10
+ <fileSet >
11
+ <directory >${project.basedir}/build/changelog/entries</directory >
12
+ <outputDirectory >/</outputDirectory >
13
+ <filtered >false</filtered >
14
+ </fileSet >
15
+ </fileSets >
16
+ <includeBaseDirectory >false</includeBaseDirectory >
17
+ </assembly >
Original file line number Diff line number Diff line change 405
405
</descriptors >
406
406
</configuration >
407
407
</execution >
408
+ <execution >
409
+ <id >changelog</id >
410
+ <phase >package</phase >
411
+ <goals >
412
+ <goal >single</goal >
413
+ </goals >
414
+ <configuration >
415
+ <attach >true</attach >
416
+ <appendAssemblyId >true</appendAssemblyId >
417
+ <descriptors >
418
+ <descriptor >${project.basedir} /build/assembly/changelog-entries.xml</descriptor >
419
+ </descriptors >
420
+ </configuration >
421
+ </execution >
408
422
</executions >
409
423
</plugin >
410
424
<plugin >
You can’t perform that action at this time.
0 commit comments