File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments