Skip to content

Commit 6877181

Browse files
committed
fix ossrh pom
1 parent d78830d commit 6877181

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

pom.xml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -352,18 +352,6 @@
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>
@@ -377,19 +365,6 @@
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>
@@ -420,7 +395,6 @@
420395
</configuration>
421396
</plugin>
422397

423-
424398
<plugin>
425399
<groupId>org.apache.maven.plugins</groupId>
426400
<artifactId>maven-gpg-plugin</artifactId>
@@ -439,8 +413,6 @@
439413
</plugins>
440414
</build>
441415
</profile>
442-
443-
444416
</profiles>
445417

446418
</project>

0 commit comments

Comments
 (0)