Commit 7471bab 1 parent 98e74a3 commit 7471bab Copy full SHA for 7471bab
File tree 1 file changed +43
-3
lines changed
1 file changed +43
-3
lines changed Original file line number Diff line number Diff line change 64
64
<arguments >-e</arguments >
65
65
</properties >
66
66
67
+ <distributionManagement >
68
+ <repository >
69
+ <id >oss.sonatype.org</id >
70
+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
71
+ </repository >
72
+ <snapshotRepository >
73
+ <id >oss.sonatype.org</id >
74
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
75
+ </snapshotRepository >
76
+ </distributionManagement >
77
+
67
78
<build >
68
79
<pluginManagement >
69
80
<plugins >
82
93
<groupId >org.apache.maven.plugins</groupId >
83
94
<artifactId >maven-gpg-plugin</artifactId >
84
95
<version >1.6</version >
96
+ <executions >
97
+ <execution >
98
+ <id >sign-artifacts</id >
99
+ <phase >verify</phase >
100
+ <goals >
101
+ <goal >sign</goal >
102
+ </goals >
103
+ </execution >
104
+ </executions >
85
105
</plugin >
106
+
107
+ <plugin >
108
+ <groupId >org.sonatype.plugins</groupId >
109
+ <artifactId >nexus-staging-maven-plugin</artifactId >
110
+ <version >1.6</version >
111
+ <extensions >true</extensions >
112
+ <configuration >
113
+ <serverId >oss.sonatype.org</serverId >
114
+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
115
+ <description >${project.version} </description >
116
+ </configuration >
117
+ <executions >
118
+ <execution >
119
+ <id >deploy-to-sonatype</id >
120
+ <phase >deploy</phase >
121
+ <goals >
122
+ <goal >deploy</goal >
123
+ <goal >release</goal >
124
+ </goals >
125
+ </execution >
126
+ </executions >
127
+ </plugin >
128
+
86
129
<plugin >
87
130
<groupId >org.apache.maven.plugins</groupId >
88
131
<artifactId >maven-release-plugin</artifactId >
115
158
</build >
116
159
117
160
<dependencies >
118
-
119
161
<dependency >
120
162
<groupId >org.apache.commons</groupId >
121
163
<artifactId >commons-io</artifactId >
122
164
<version >1.3.2</version >
123
165
</dependency >
124
-
125
166
<dependency >
126
167
<groupId >junit</groupId >
127
168
<artifactId >junit</artifactId >
128
169
<version >4.12</version >
129
170
<scope >test</scope >
130
171
</dependency >
131
-
132
172
</dependencies >
133
173
</project >
You can’t perform that action at this time.
0 commit comments