File tree Expand file tree Collapse file tree 2 files changed +40
-20
lines changed Expand file tree Collapse file tree 2 files changed +40
-20
lines changed Original file line number Diff line number Diff line change 1
1
<assembly >
2
- <id >aot</id >
3
- <formats >
4
- <format >jar</format >
5
- </formats >
6
- <includeBaseDirectory >false</includeBaseDirectory >
7
- <fileSets >
8
- <fileSet >
9
- <directory >target/classes</directory >
10
- <outputDirectory >/</outputDirectory >
11
- <!-- Excluding these breaks AOT, needs more investigating -->
12
- <!--
13
- <excludes>
14
- <exclude>clojure/data/**</exclude>
15
- <exclude>clojure/tools/**</exclude>
16
- <exclude>cognitect/**</exclude>
17
- </excludes>
18
- -->
19
- </fileSet >
20
- </fileSets >
21
- </assembly >
2
+ <id >aot</id >
3
+ <formats >
4
+ <format >jar</format >
5
+ </formats >
6
+ <includeBaseDirectory >false</includeBaseDirectory >
7
+ <fileSets >
8
+ <fileSet >
9
+ <directory >target/classes</directory >
10
+ <outputDirectory >/</outputDirectory >
11
+ <!-- Excluding these breaks AOT, needs more investigating -->
12
+ <!--
13
+ <excludes>
14
+ <exclude>clojure/data/**</exclude>
15
+ <exclude>clojure/tools/**</exclude>
16
+ <exclude>cognitect/**</exclude>
17
+ </excludes>
18
+ -->
19
+ </fileSet >
20
+ </fileSets >
21
+ <files >
22
+ <file >
23
+ <source >pom.xml</source >
24
+ <outputDirectory >META-INF/maven/org.clojure/clojurescript</outputDirectory >
25
+ </file >
26
+ <file >
27
+ <source >target/maven-archiver/pom.properties</source >
28
+ <outputDirectory >META-INF/maven/org.clojure/clojurescript</outputDirectory >
29
+ </file >
30
+ </files >
31
+ </assembly >
Original file line number Diff line number Diff line change 18
18
<outputDirectory >/</outputDirectory >
19
19
</fileSet >
20
20
</fileSets >
21
+ <files >
22
+ <file >
23
+ <source >pom.xml</source >
24
+ <outputDirectory >META-INF/maven/org.clojure/clojurescript</outputDirectory >
25
+ </file >
26
+ <file >
27
+ <source >target/maven-archiver/pom.properties</source >
28
+ <outputDirectory >META-INF/maven/org.clojure/clojurescript</outputDirectory >
29
+ </file >
30
+ </files >
21
31
</assembly >
You can’t perform that action at this time.
0 commit comments