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 352
352
353
353
<build >
354
354
<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 >
367
355
<plugin >
368
356
<groupId >org.apache.maven.plugins</groupId >
369
357
<artifactId >maven-source-plugin</artifactId >
377
365
</executions >
378
366
</plugin >
379
367
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
-
393
368
<plugin >
394
369
<groupId >org.sonatype.central</groupId >
395
370
<artifactId >central-publishing-maven-plugin</artifactId >
420
395
</configuration >
421
396
</plugin >
422
397
423
-
424
398
<plugin >
425
399
<groupId >org.apache.maven.plugins</groupId >
426
400
<artifactId >maven-gpg-plugin</artifactId >
439
413
</plugins >
440
414
</build >
441
415
</profile >
442
-
443
-
444
416
</profiles >
445
417
446
418
</project >
You can’t perform that action at this time.
0 commit comments