Skip to content

Commit 6162517

Browse files
authored
Merge pull request #19 from API-Flows/github-maven-snapshots
GitHub maven snapshots
2 parents edb5a86 + e263460 commit 6162517

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

pom.xml

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@
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>
@@ -191,16 +199,16 @@
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>

0 commit comments

Comments
 (0)