File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change 348348
349349 <build >
350350 <plugins >
351-
352- <plugin >
353- <groupId >org.apache.maven.plugins</groupId >
354- <artifactId >maven-compiler-plugin</artifactId >
355- <version >${maven-compiler-plugin.version} </version >
356- <configuration >
357- <source >${maven.compile.source} </source >
358- <target >${maven.compile.target} </target >
359- <encoding >${project.build.sourceEncoding} </encoding >
360- <compilerArgument >-Xlint:deprecation</compilerArgument >
361- </configuration >
362- </plugin >
363351 <plugin >
364352 <groupId >org.apache.maven.plugins</groupId >
365353 <artifactId >maven-source-plugin</artifactId >
373361 </executions >
374362 </plugin >
375363
376-
377- <!-- <plugin>-->
378- <!-- <groupId>org.sonatype.plugins</groupId>-->
379- <!-- <artifactId>nexus-staging-maven-plugin</artifactId>-->
380- <!-- <version>1.6.13</version>-->
381- <!-- <extensions>true</extensions>-->
382- <!-- <configuration>-->
383- <!-- <serverId>ossrh</serverId>-->
384- <!-- <nexusUrl>https://oss.sonatype.org/</nexusUrl>-->
385- <!-- <autoReleaseAfterClose>true</autoReleaseAfterClose>-->
386- <!-- </configuration>-->
387- <!-- </plugin>-->
388-
389364 <plugin >
390365 <groupId >org.sonatype.central</groupId >
391366 <artifactId >central-publishing-maven-plugin</artifactId >
398373 </configuration >
399374 </plugin >
400375
401-
402376 <plugin >
403377 <groupId >org.apache.maven.plugins</groupId >
404378 <artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments