File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 364
364
<goal >single</goal >
365
365
</goals >
366
366
<configuration >
367
+ <appendAssemblyId >false</appendAssemblyId >
367
368
<descriptors >
368
369
<descriptor >src/assembly/aot.xml</descriptor >
369
370
</descriptors >
370
371
</configuration >
371
372
</execution >
373
+ <execution >
374
+ <id >slim-jar</id >
375
+ <phase >package</phase >
376
+ <goals >
377
+ <goal >single</goal >
378
+ </goals >
379
+ <configuration >
380
+ <descriptors >
381
+ <descriptor >src/assembly/slim.xml</descriptor >
382
+ </descriptors >
383
+ </configuration >
384
+ </execution >
372
385
</executions >
373
386
</plugin >
374
387
<plugin >
Original file line number Diff line number Diff line change
1
+ <assembly >
2
+ <id >slim</id >
3
+ <formats >
4
+ <format >jar</format >
5
+ </formats >
6
+ <includeBaseDirectory >false</includeBaseDirectory >
7
+ <fileSets >
8
+ <fileSet >
9
+ <directory >src/main/cljs</directory >
10
+ <outputDirectory >/</outputDirectory >
11
+ </fileSet >
12
+ <fileSet >
13
+ <directory >src/main/clojure</directory >
14
+ <outputDirectory >/</outputDirectory >
15
+ </fileSet >
16
+ <fileSet >
17
+ <directory >resources</directory >
18
+ <outputDirectory >/</outputDirectory >
19
+ </fileSet >
20
+ </fileSets >
21
+ </assembly >
You can’t perform that action at this time.
0 commit comments