File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 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+ ```
79
810<!-- The title was created with: `figlet -k -f big JavaOSC` -->
911
182184In the project you want to use the _ SNAPSHOT_ release,
183185you need to add this to your _ pom.xml_ :
184186
185- ```
187+ ``` xml
186188 <repositories >
187189 <repository >
188190 <id >ossrh</id >
@@ -205,6 +207,7 @@ mvn release:clean
205207To be able to sign the release artifacts,
206208make sure you have a section in your ` ~/.m2/settings.xml ` that looks like this:
207209
210+ ``` xml
208211 <profiles >
209212 <profile >
210213 <id >ossrh</id >
@@ -221,6 +224,7 @@ make sure you have a section in your `~/.m2/settings.xml` that looks like this:
221224 </properties >
222225 </profile >
223226 </profiles >
227+ ```
224228
225229If you have not yet done so, generate and publish a key-pair.
226230See [ 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