Skip to content

Commit d9fc24f

Browse files
committed
prepare release
1 parent 2aa49d5 commit d9fc24f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

pom.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
<name>OpenSergo SDK for Java</name>
1212
<url>http://opensergo.io</url>
13+
<description>OpenSergo SDK for Java</description>
1314
<licenses>
1415
<license>
1516
<name>The Apache Software License, Version 2.0</name>
@@ -84,6 +85,33 @@
8485
</execution>
8586
</executions>
8687
</plugin>
88+
<plugin>
89+
<groupId>org.apache.maven.plugins</groupId>
90+
<artifactId>maven-javadoc-plugin</artifactId>
91+
<version>3.3.2</version>
92+
<executions>
93+
<execution>
94+
<id>attach-javadocs</id>
95+
<goals>
96+
<goal>jar</goal>
97+
</goals>
98+
</execution>
99+
</executions>
100+
</plugin>
101+
<plugin>
102+
<groupId>org.apache.maven.plugins</groupId>
103+
<artifactId>maven-gpg-plugin</artifactId>
104+
<version>3.0.1</version>
105+
<executions>
106+
<execution>
107+
<id>sign-artifacts</id>
108+
<phase>verify</phase>
109+
<goals>
110+
<goal>sign</goal>
111+
</goals>
112+
</execution>
113+
</executions>
114+
</plugin>
87115
<plugin>
88116
<groupId>org.apache.maven.plugins</groupId>
89117
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)