File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -573,48 +573,6 @@ under the License.
573573 </plugins >
574574 </build >
575575 </profile >
576- <!-- configuration to deploy into maven central -->
577- <profile >
578- <id >release-profile</id >
579- <activation >
580- <property >
581- <name >performRelease</name >
582- <value >true</value >
583- </property >
584- </activation >
585- <build >
586- <plugins >
587- <!-- sign the build -->
588- <plugin >
589- <groupId >org.apache.maven.plugins</groupId >
590- <artifactId >maven-gpg-plugin</artifactId >
591- <inherited >false</inherited >
592- <executions >
593- <execution >
594- <id >sign-artifacts</id >
595- <phase >verify</phase >
596- <goals >
597- <goal >sign</goal >
598- </goals >
599- </execution >
600- </executions >
601- </plugin >
602- <!-- configure staging process at sonatype.-->
603- <plugin >
604- <groupId >org.sonatype.plugins</groupId >
605- <artifactId >nexus-staging-maven-plugin</artifactId >
606- <inherited >false</inherited >
607- <extensions >true</extensions >
608- <configuration >
609- <serverId >ossrh</serverId >
610- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
611- <!-- Deployed artifacts should go to staging to be reviewed before publish -->
612- <autoReleaseAfterClose >false</autoReleaseAfterClose >
613- </configuration >
614- </plugin >
615- </plugins >
616- </build >
617- </profile >
618576 <!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. -->
619577 <profile >
620578 <id >only-eclipse</id >
You can’t perform that action at this time.
0 commit comments