File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 5858 --no-transfer-progress \
5959 --batch-mode \
6060 clean package
61+
62+ - id : upload-extra-libs
63+ name : Upload extra libs
64+ uses : actions/upload-artifact@v4
65+ with :
66+ name : extra-libs
67+ path : ./target/_extra-libs
68+ retention-days : 5
Original file line number Diff line number Diff line change 4949 SchemaCrawler ${{ github.event.release.tag_name }} release at last commit ${{ github.sha }}
5050 See the change history at https://www.schemacrawler.com/changes-report.html
5151 generate_release_notes : true
52- files : ./target/_extra-lib
52+ files : ./target/_extra-lib.zip
5353
5454# PUBLISH TO CENTRAL REPOSITORY
5555 - id : install-secret-key
Original file line number Diff line number Diff line change 120120 </configuration >
121121 </plugin >
122122 <plugin >
123+ <inherited >true</inherited >
123124 <groupId >org.apache.maven.plugins</groupId >
124125 <artifactId >maven-compiler-plugin</artifactId >
125126 <configuration >
126127 <source >21</source >
127128 <target >21</target >
129+ <encoding >UTF-8</encoding >
128130 </configuration >
129131 </plugin >
130132 <plugin >
139141 </goals >
140142 <configuration >
141143 <source >21</source >
144+ <doctitle >SchemaCrawler AI ${project.version} </doctitle >
142145 </configuration >
143146 </execution >
144147 </executions >
159162 </descriptors >
160163 <formats >
161164 <format >dir</format >
165+ <format >zip</format >
162166 </formats >
163167 <appendAssemblyId >false</appendAssemblyId >
164168 <finalName >_extra-lib</finalName >
172176 </goals >
173177 </execution >
174178 </executions >
175- </plugin >
179+ </plugin >
176180 </plugins >
177181 </build >
178182</project >
Original file line number Diff line number Diff line change 2424 <exclude >commons-dbutils:*</exclude >
2525 <exclude >com.fasterxml.jackson.core:*</exclude >
2626 <exclude >us.fatehi:*</exclude >
27- <exclude >schemacrawler:*</exclude >
2827 </excludes >
2928 </dependencySet >
3029 </dependencySets >
You can’t perform that action at this time.
0 commit comments