File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525 <build >
2626 <plugins >
27- <plugin >
28- <groupId >org.apache.maven.plugins</groupId >
29- <artifactId >maven-gpg-plugin</artifactId >
30- <version >3.1.0</version >
31- <executions >
32- <execution >
33- <id >sign-artifacts</id >
34- <phase >verify</phase >
35- <goals >
36- <goal >sign</goal >
37- </goals >
38- </execution >
39- </executions >
40- </plugin >
4127 <plugin >
4228 <groupId >org.kordamp.maven</groupId >
4329 <artifactId >pomchecker-maven-plugin</artifactId >
4430 <version >1.9.0</version >
4531 </plugin >
4632 </plugins >
4733 </build >
48-
34+
4935 <profiles >
5036 <profile >
5137 <id >release</id >
6854 <groupId >org.apache.maven.plugins</groupId >
6955 <artifactId >maven-source-plugin</artifactId >
7056 <version >3.3.0</version >
57+ <configuration >
58+ <excludes >
59+ <exclude >libbloscjni.*</exclude >
60+ </excludes >
61+ </configuration >
7162 <executions >
7263 <execution >
7364 <id >attach-source</id >
You can’t perform that action at this time.
0 commit comments