File tree 1 file changed +11
-7
lines changed
1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
- _ ____ _____ _____
2
- | | / __ \ / ____| / ____|
3
- | | __ _ __ __ __ _ | | | || (___ | |
4
- _ | | / _` |\ \ / // _` || | | | \___ \ | |
5
- | |__| || (_| | \ V /| (_| || |__| | ____) || |____
6
- \____/ \__,_| \_/ \__,_| \____/ |_____/ \_____|
1
+ ``` text
2
+ _ ____ _____ _____
3
+ | | / __ \ / ____| / ____|
4
+ | | __ _ __ __ __ _ | | | || (___ | |
5
+ _ | | / _` |\ \ / // _` || | | | \___ \ | |
6
+ | |__| || (_| | \ V /| (_| || |__| | ____) || |____
7
+ \____/ \__,_| \_/ \__,_| \____/ |_____/ \_____|
8
+ ```
7
9
8
10
<!-- The title was created with: `figlet -k -f big JavaOSC` -->
9
11
182
184
In the project you want to use the _ SNAPSHOT_ release,
183
185
you need to add this to your _ pom.xml_ :
184
186
185
- ```
187
+ ``` xml
186
188
<repositories >
187
189
<repository >
188
190
<id >ossrh</id >
@@ -205,6 +207,7 @@ mvn release:clean
205
207
To be able to sign the release artifacts,
206
208
make sure you have a section in your ` ~/.m2/settings.xml ` that looks like this:
207
209
210
+ ``` xml
208
211
<profiles >
209
212
<profile >
210
213
<id >ossrh</id >
@@ -221,6 +224,7 @@ make sure you have a section in your `~/.m2/settings.xml` that looks like this:
221
224
</properties >
222
225
</profile >
223
226
</profiles >
227
+ ```
224
228
225
229
If you have not yet done so, generate and publish a key-pair.
226
230
See [ the Sonatype guide] ( http://central.sonatype.org/pages/working-with-pgp-signatures.html )
You can’t perform that action at this time.
0 commit comments