File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change 352352
353353 <build >
354354 <plugins >
355-
356- <plugin >
357- <groupId >org.apache.maven.plugins</groupId >
358- <artifactId >maven-compiler-plugin</artifactId >
359- <version >${maven-compiler-plugin.version} </version >
360- <configuration >
361- <source >${maven.compile.source} </source >
362- <target >${maven.compile.target} </target >
363- <encoding >${project.build.sourceEncoding} </encoding >
364- <compilerArgument >-Xlint:deprecation</compilerArgument >
365- </configuration >
366- </plugin >
367355 <plugin >
368356 <groupId >org.apache.maven.plugins</groupId >
369357 <artifactId >maven-source-plugin</artifactId >
377365 </executions >
378366 </plugin >
379367
380-
381- <!-- <plugin>-->
382- <!-- <groupId>org.sonatype.plugins</groupId>-->
383- <!-- <artifactId>nexus-staging-maven-plugin</artifactId>-->
384- <!-- <version>1.6.13</version>-->
385- <!-- <extensions>true</extensions>-->
386- <!-- <configuration>-->
387- <!-- <serverId>ossrh</serverId>-->
388- <!-- <nexusUrl>https://oss.sonatype.org/</nexusUrl>-->
389- <!-- <autoReleaseAfterClose>true</autoReleaseAfterClose>-->
390- <!-- </configuration>-->
391- <!-- </plugin>-->
392-
393368 <plugin >
394369 <groupId >org.sonatype.central</groupId >
395370 <artifactId >central-publishing-maven-plugin</artifactId >
420395 </configuration >
421396 </plugin >
422397
423-
424398 <plugin >
425399 <groupId >org.apache.maven.plugins</groupId >
426400 <artifactId >maven-gpg-plugin</artifactId >
439413 </plugins >
440414 </build >
441415 </profile >
442-
443-
444416 </profiles >
445417
446418</project >
You can’t perform that action at this time.
0 commit comments