File tree Expand file tree Collapse file tree 1 file changed +69
-1
lines changed Expand file tree Collapse file tree 1 file changed +69
-1
lines changed Original file line number Diff line number Diff line change 18
18
<scm >
19
19
<connection >scm:git:git://github.com/zalando/java-sproc-wrapper.git</connection >
20
20
<
developerConnection >scm:git:
[email protected] :zalando/java-sproc-wrapper.git</
developerConnection >
21
- <url >https://github.com/zalando/java-sproc-wrapper</url >
21
+ <url >https://github.com/zalando/java-sproc-wrapper.git </url >
22
22
</scm >
23
23
24
24
<issueManagement >
33
33
</license >
34
34
</licenses >
35
35
36
+ <developers >
37
+ <developer >
38
+ <name >Jan Mußler</name >
39
+
40
+ <organization >Zalando</organization >
41
+ <organizationUrl >http://tech.zalando.com/</organizationUrl >
42
+ </developer >
43
+ </developers >
44
+
36
45
<prerequisites >
37
46
<maven >2.2.1</maven >
38
47
</prerequisites >
60
69
<artifactId >maven-resources-plugin</artifactId >
61
70
<version >2.4.3</version >
62
71
</plugin >
72
+ <plugin >
73
+ <groupId >org.apache.maven.plugins</groupId >
74
+ <artifactId >maven-source-plugin</artifactId >
75
+ <version >2.4</version >
76
+ <executions >
77
+ <execution >
78
+ <id >attach-sources</id >
79
+ <phase >verify</phase >
80
+ <goals >
81
+ <goal >jar-no-fork</goal >
82
+ </goals >
83
+ </execution >
84
+ </executions >
85
+ </plugin >
86
+ <plugin >
87
+ <groupId >org.apache.maven.plugins</groupId >
88
+ <artifactId >maven-javadoc-plugin</artifactId >
89
+ <version >2.10.1</version >
90
+ <executions >
91
+ <execution >
92
+ <id >attach-javadoc</id >
93
+ <phase >verify</phase >
94
+ <goals >
95
+ <goal >jar</goal >
96
+ </goals >
97
+ </execution >
98
+ </executions >
99
+ </plugin >
63
100
</plugins >
64
101
</build >
65
102
<dependencies >
312
349
</plugins >
313
350
</build >
314
351
</profile >
352
+ <profile >
353
+ <id >ossrh</id >
354
+ <build >
355
+ <plugins >
356
+ <plugin >
357
+ <groupId >org.apache.maven.plugins</groupId >
358
+ <artifactId >maven-gpg-plugin</artifactId >
359
+ <version >1.5</version >
360
+ <executions >
361
+ <execution >
362
+ <id >sign-artifacts</id >
363
+ <phase >verify</phase >
364
+ <goals >
365
+ <goal >sign</goal >
366
+ </goals >
367
+ </execution >
368
+ </executions >
369
+ </plugin >
370
+ </plugins >
371
+ </build >
372
+ </profile >
315
373
</profiles >
374
+ <distributionManagement >
375
+ <snapshotRepository >
376
+ <id >ossrh</id >
377
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
378
+ </snapshotRepository >
379
+ <repository >
380
+ <id >ossrh</id >
381
+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
382
+ </repository >
383
+ </distributionManagement >
316
384
</project >
You can’t perform that action at this time.
0 commit comments