Skip to content

Commit 3ffeb37

Browse files
committed
Merge branch 'master' of https://github.com/twilio/twilio-java
2 parents 25d7dc4 + 95ac7ac commit 3ffeb37

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,14 @@
180180
<doctitle><![CDATA[<h1>Twilio Java</h1>]]></doctitle>
181181
<bottom><![CDATA[<i>Copyright &#169; 2016 Twilio, Inc. All Rights Reserved.</i>]]></bottom>
182182
</configuration>
183+
<executions>
184+
<execution>
185+
<id>attach-javadocs</id>
186+
<goals>
187+
<goal>jar</goal>
188+
</goals>
189+
</execution>
190+
</executions>
183191
</plugin>
184192

185193
<plugin>
@@ -217,6 +225,15 @@
217225
<groupId>org.apache.maven.plugins</groupId>
218226
<artifactId>maven-gpg-plugin</artifactId>
219227
<version>1.6</version>
228+
<executions>
229+
<execution>
230+
<id>sign-artifacts</id>
231+
<phase>verify</phase>
232+
<goals>
233+
<goal>sign</goal>
234+
</goals>
235+
</execution>
236+
</executions>
220237
</plugin>
221238

222239
</plugins>

0 commit comments

Comments
 (0)