File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ General Notes
1212
13131) Proj4J project release
1414 What you need:
15- - an account on sonatype (https://issues.sonatype.org/secure/Signup!default.jspa)
15+ - (new) an account on central (https://central.sonatype.com/publishing/deployments)
16+ - (old) an account on sonatype (https://issues.sonatype.org/secure/Signup!default.jspa)
1617 - configured ~/.m2/settings.xml file (a simple example below):
1718 <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
1819 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -39,6 +40,11 @@ General Notes
3940 <username>...</username>
4041 <password>...</password>
4142 </server>
43+ <server>
44+ <id>central</id>
45+ <username>...</username>
46+ <password>...</password>
47+ </server>
4248 </servers>
4349 <mirrors/>
4450 <proxies/>
You can’t perform that action at this time.
0 commit comments