We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25d7dc4 + 95ac7ac commit 3ffeb37Copy full SHA for 3ffeb37
pom.xml
@@ -180,6 +180,14 @@
180
<doctitle><![CDATA[<h1>Twilio Java</h1>]]></doctitle>
181
<bottom><![CDATA[<i>Copyright © 2016 Twilio, Inc. All Rights Reserved.</i>]]></bottom>
182
</configuration>
183
+ <executions>
184
+ <execution>
185
+ <id>attach-javadocs</id>
186
+ <goals>
187
+ <goal>jar</goal>
188
+ </goals>
189
+ </execution>
190
+ </executions>
191
</plugin>
192
193
<plugin>
@@ -217,6 +225,15 @@
217
225
<groupId>org.apache.maven.plugins</groupId>
218
226
<artifactId>maven-gpg-plugin</artifactId>
219
227
<version>1.6</version>
228
229
230
+ <id>sign-artifacts</id>
231
+ <phase>verify</phase>
232
233
+ <goal>sign</goal>
234
235
236
220
237
221
238
222
239
</plugins>
0 commit comments