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 348
348
349
349
<build >
350
350
<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 >
363
351
<plugin >
364
352
<groupId >org.apache.maven.plugins</groupId >
365
353
<artifactId >maven-source-plugin</artifactId >
373
361
</executions >
374
362
</plugin >
375
363
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
-
389
364
<plugin >
390
365
<groupId >org.sonatype.central</groupId >
391
366
<artifactId >central-publishing-maven-plugin</artifactId >
398
373
</configuration >
399
374
</plugin >
400
375
401
-
402
376
<plugin >
403
377
<groupId >org.apache.maven.plugins</groupId >
404
378
<artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments