Skip to content

Commit 065439f

Browse files
committed
deploy
1 parent 8ec3e49 commit 065439f

1 file changed

Lines changed: 6 additions & 15 deletions

File tree

pom.xml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,14 @@
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>
@@ -68,6 +54,11 @@
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>

0 commit comments

Comments
 (0)