Open jgribonvald opened 3 years ago
To publish on public repository all version of the app please follow theses steps:
<scm> <connection>scm:git:ssh://git@github.com/karutaproject/karuta-fileserver.git</connection> <developerConnection>scm:git:ssh://git@github.com/karutaproject/karuta-fileserver.git</developerConnection> <url>https://github.com/karutaproject/karuta-fileserver.git</url> <tag>HEAD</tag> </scm> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>ossrh</id> <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement>
To publish on public repository all version of the app please follow theses steps: