File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 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>
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 >
You can’t perform that action at this time.
0 commit comments