File tree 2 files changed +44
-1
lines changed
2 files changed +44
-1
lines changed Original file line number Diff line number Diff line change 1
1
/target
2
+ .idea
Original file line number Diff line number Diff line change 33
33
<connection >scm:git:git://github.com/wvengen/proguard-maven-plugin.git</connection >
34
34
</scm >
35
35
36
+ <distributionManagement >
37
+ <snapshotRepository >
38
+ <id >ossrh</id >
39
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
40
+ </snapshotRepository >
41
+ <repository >
42
+ <id >ossrh</id >
43
+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
44
+ </repository >
45
+ </distributionManagement >
46
+
36
47
<issueManagement >
37
48
<system >GitHub</system >
38
49
<url >https://github.com/wvengen/proguard-maven-plugin/issues</url >
151
162
</execution >
152
163
</executions >
153
164
</plugin >
154
-
155
165
</plugins >
156
166
157
167
</build >
186
196
</plugins >
187
197
</reporting >
188
198
<profiles >
199
+ <profile >
200
+ <id >release</id >
201
+ <build >
202
+ <plugins >
203
+ <plugin >
204
+ <groupId >org.apache.maven.plugins</groupId >
205
+ <artifactId >maven-gpg-plugin</artifactId >
206
+ <version >1.6</version >
207
+ <executions >
208
+ <execution >
209
+ <id >sign-artifacts</id >
210
+ <phase >verify</phase >
211
+ <goals >
212
+ <goal >sign</goal >
213
+ </goals >
214
+ </execution >
215
+ </executions >
216
+ </plugin >
217
+ <plugin >
218
+ <groupId >org.sonatype.plugins</groupId >
219
+ <artifactId >nexus-staging-maven-plugin</artifactId >
220
+ <version >1.6.7</version >
221
+ <extensions >true</extensions >
222
+ <configuration >
223
+ <serverId >ossrh</serverId >
224
+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
225
+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
226
+ </configuration >
227
+ </plugin >
228
+ </plugins >
229
+ </build >
230
+ </profile >
189
231
<profile >
190
232
<id >integration-test</id >
191
233
<activation >
You can’t perform that action at this time.
0 commit comments