File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 364364 <goal >single</goal >
365365 </goals >
366366 <configuration >
367+ <appendAssemblyId >false</appendAssemblyId >
367368 <descriptors >
368369 <descriptor >src/assembly/aot.xml</descriptor >
369370 </descriptors >
370371 </configuration >
371372 </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 >
372385 </executions >
373386 </plugin >
374387 <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