Closed jgribonvald closed 2 years ago
This permit to set the group packaging.
The remaining part that should be done into the project side is:
<scm> <connection>scm:git:ssh://git@github.com/karutaproject/karuta-frontend.git</connection> <developerConnection>scm:git:ssh://git@github.com/karutaproject/karuta-frontend.git</developerConnection> <url>https://github.com/karutaproject/karuta-frontend.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>
This permit to set the group packaging.
The remaining part that should be done into the project side is: