This repository was archived by the owner on Jun 1, 2019. It is now read-only.
File tree 3 files changed +66
-0
lines changed
3 files changed +66
-0
lines changed Original file line number Diff line number Diff line change 59
59
<groupId >org.apache.maven.plugins</groupId >
60
60
<artifactId >maven-resources-plugin</artifactId >
61
61
</plugin >
62
+
63
+ <plugin >
64
+ <groupId >org.apache.maven.plugins</groupId >
65
+ <artifactId >maven-gpg-plugin</artifactId >
66
+ <version >1.5</version >
67
+ <executions >
68
+ <execution >
69
+ <id >sign-artifacts</id >
70
+ <phase >verify</phase >
71
+ <goals >
72
+ <goal >sign</goal >
73
+ </goals >
74
+ </execution >
75
+ </executions >
76
+ </plugin >
62
77
</plugins >
63
78
<resources >
64
79
<resource >
Original file line number Diff line number Diff line change 230
230
<detectLinks >true</detectLinks >
231
231
<excludePackageNames >*.gwt.*:*.testing.*:*.debugger.*:*.webservice.*:*.debugging.*:*.ant.*</excludePackageNames >
232
232
</configuration >
233
+ <executions >
234
+ <execution >
235
+ <id >attach-javadocs</id >
236
+ <goals >
237
+ <goal >jar</goal >
238
+ </goals >
239
+ </execution >
240
+ </executions >
233
241
</plugin >
234
242
235
243
<plugin >
259
267
</execution >
260
268
</executions >
261
269
</plugin >
270
+
271
+ <plugin >
272
+ <groupId >org.apache.maven.plugins</groupId >
273
+ <artifactId >maven-gpg-plugin</artifactId >
274
+ <version >1.5</version >
275
+ <executions >
276
+ <execution >
277
+ <id >sign-artifacts</id >
278
+ <phase >verify</phase >
279
+ <goals >
280
+ <goal >sign</goal >
281
+ </goals >
282
+ </execution >
283
+ </executions >
284
+ </plugin >
262
285
</plugins >
263
286
</build >
264
287
Original file line number Diff line number Diff line change 22
22
<name >Closure Compiler Parent for Java 6</name >
23
23
<version >v20160517</version >
24
24
25
+ <distributionManagement >
26
+ <snapshotRepository >
27
+ <id >ossrh</id >
28
+ <url >https://oss.sonatype.org/content/repositories/shapshots</url >
29
+ </snapshotRepository >
30
+ <repository >
31
+ <id >ossrh</id >
32
+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
33
+ </repository >
34
+ </distributionManagement >
35
+
25
36
<url >https://github.com/scala-js/closure-compiler/</url >
26
37
<description >
27
38
Closure Compiler is a JavaScript optimizing compiler. It parses your
201
212
</plugin >
202
213
</plugins >
203
214
</pluginManagement >
215
+
216
+ <plugins >
217
+ <plugin >
218
+ <groupId >org.apache.maven.plugins</groupId >
219
+ <artifactId >maven-gpg-plugin</artifactId >
220
+ <version >1.5</version >
221
+ <executions >
222
+ <execution >
223
+ <id >sign-artifacts</id >
224
+ <phase >verify</phase >
225
+ <goals >
226
+ <goal >sign</goal >
227
+ </goals >
228
+ </execution >
229
+ </executions >
230
+ </plugin >
231
+ </plugins >
204
232
</build >
205
233
206
234
<profiles >
You can’t perform that action at this time.
0 commit comments