File tree Expand file tree Collapse file tree 1 file changed +18
-10
lines changed
Expand file tree Collapse file tree 1 file changed +18
-10
lines changed Original file line number Diff line number Diff line change 3838 <url >http://github.com/api-flows/openapi-workflow-parser/tree/master</url >
3939 </scm >
4040
41+ <distributionManagement >
42+ <snapshotRepository >
43+ <uniqueVersion >true</uniqueVersion >
44+ <id >github</id >
45+ <url >https://maven.pkg.github.com/API-Flows/openapi-workflow-parser</url >
46+ </snapshotRepository >
47+ </distributionManagement >
48+
4149 <properties >
4250 <maven .compiler.source>17</maven .compiler.source>
4351 <maven .compiler.target>17</maven .compiler.target>
191199 </configuration >
192200 </plugin >
193201
194- <plugin >
195- <groupId >org.sonatype.central</groupId >
196- <artifactId >central-publishing-maven-plugin</artifactId >
197- <version >0.1.2</version >
198- <extensions >true</extensions >
199- <configuration >
200- <publishingServerId >central</publishingServerId >
201- <tokenEnabled >true</tokenEnabled >
202- </configuration >
203- </plugin >
202+ <!-- <plugin> -- >
203+ <!-- <groupId>org.sonatype.central</groupId> -- >
204+ <!-- <artifactId>central-publishing-maven-plugin</artifactId> -- >
205+ <!-- <version>0.1.2</version> -- >
206+ <!-- <extensions>true</extensions> -- >
207+ <!-- <configuration> -- >
208+ <!-- <publishingServerId>central</publishingServerId> -- >
209+ <!-- <tokenEnabled>true</tokenEnabled> -- >
210+ <!-- </configuration> -- >
211+ <!-- </plugin> -- >
204212
205213 </plugins >
206214 </build >
You can’t perform that action at this time.
0 commit comments