File tree Expand file tree Collapse file tree 2 files changed +15
-13
lines changed
Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 5555
5656<profiles >
5757 <profile >
58- <id >sign-artifacts </id >
58+ <id >release </id >
5959 <build >
6060 <plugins >
6161 <plugin >
7777 </profile >
7878</profiles >
7979
80+ <build >
81+ <plugins >
82+ <plugin >
83+ <groupId >org.apache.maven.plugins</groupId >
84+ <artifactId >maven-deploy-plugin</artifactId >
85+ <version >3.1.2</version >
86+ <configuration >
87+ <skip >true</skip >
88+ </configuration >
89+ </plugin >
90+ </plugins >
91+ </build >
92+
8093<properties >
8194 <java .version>1.8</java .version>
8295 <maven .compiler.source>${java.version} </maven .compiler.source>
Original file line number Diff line number Diff line change 195195 <importOrder />
196196 </java >
197197 </configuration >
198- </plugin >
199- <plugin >
200- <groupId >org.sonatype.plugins</groupId >
201- <artifactId >nexus-staging-maven-plugin</artifactId >
202- <version >1.6.7</version >
203- <extensions >true</extensions >
204- <configuration >
205- <serverId >ossrh</serverId >
206- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
207- <autoReleaseAfterClose >true</autoReleaseAfterClose >
208- </configuration >
209- </plugin >
198+ </plugin >
210199 <plugin >
211200 <groupId >org.apache.maven.plugins</groupId >
212201 <artifactId >maven-gpg-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments