File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 <packaging >pom</packaging >
1010
1111 <name >Datastar Java SDK</name >
12- <description >The Datastar Java SDK</description >
12+ <description >A Java SDK for Datastar.</description >
13+ <url >https://github.com/starfederation/datastar-java</url >
1314
1415 <modules >
1516 <module >core</module >
3435 </license >
3536 </licenses >
3637
38+ <!--
3739 <distributionManagement>
3840 <snapshotRepository>
3941 <id>central</id>
4446 <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
4547 </repository>
4648 </distributionManagement>
49+ -->
4750
4851 <scm >
4952 <connection >scm:git:https://github.com/starfederation/datastar-java.git</connection >
7073 <jackson .databind.version>2.18.2</jackson .databind.version>
7174 </properties >
7275
73-
7476 <profiles >
7577 <profile >
7678 <id >release-deploy</id >
188190 </argLine >
189191 </configuration >
190192 </plugin >
193+ <!-- Central Publishing Maven Plugin -->
191194 <plugin >
192- <groupId >org.apache.maven.plugins</groupId >
193- <artifactId >maven-deploy-plugin</artifactId >
194- <version >${maven.deploy.plugin.version} </version >
195+ <groupId >org.sonatype.centralsync</groupId >
196+ <artifactId >central-publishing-maven-plugin</artifactId >
197+ <version >0.8.0</version >
198+ <executions >
199+ <execution >
200+ <goals >
201+ <goal >publish</goal >
202+ </goals >
203+ </execution >
204+ </executions >
205+ <configuration >
206+ <publishingServerId >central</publishingServerId >
207+ </configuration >
195208 </plugin >
196209 </plugins >
197210 </build >
You can’t perform that action at this time.
0 commit comments