Skip to content

Commit 7a7dfa5

Browse files
committed
Added metadata and plugins to allow publishing ojp-server to maven central.
1 parent f098257 commit 7a7dfa5

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

ojp-server/pom.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
</configuration>
362362
</plugin>
363363
<!--Signs the JARs for deployments-->
364-
<plugin>
364+
<!--<plugin>
365365
<groupId>org.apache.maven.plugins</groupId>
366366
<artifactId>maven-gpg-plugin</artifactId>
367367
<version>3.1.0</version>
@@ -374,21 +374,21 @@
374374
</goals>
375375
</execution>
376376
</executions>
377-
</plugin>
377+
</plugin>-->
378378
<!--Deploys to maven central-->
379-
<plugin>
380-
<groupId>org.sonatype.central</groupId>
381-
<artifactId>central-publishing-maven-plugin</artifactId>
382-
<version>0.8.0</version>
383-
<extensions>true</extensions>
384-
<configuration>
385-
<publishingServerId>central</publishingServerId>
386-
</configuration>
387-
</plugin>
388-
</plugins>
389-
</build>
390-
391-
<!-- Add SCM and project info for Maven Central requirements -->
379+
<!--<plugin>
380+
<groupId>org.sonatype.central</groupId>
381+
<artifactId>central-publishing-maven-plugin</artifactId>
382+
<version>0.8.0</version>
383+
<extensions>true</extensions>
384+
<configuration>
385+
<publishingServerId>central</publishingServerId>
386+
</configuration>
387+
</plugin>-->
388+
</plugins>
389+
</build>
390+
391+
<!-- Add SCM and project info for Maven Central requirements -->
392392
<scm>
393393
<url>https://github.com/Open-J-Proxy/ojp</url>
394394
<connection>scm:git:https://github.com/Open-J-Proxy/ojp.git</connection>

0 commit comments

Comments
 (0)