Skip to content

Commit ec07533

Browse files
authored
Merge pull request #135 from codingapi/dev
Dev
2 parents ceda5bf + 4ec422e commit ec07533

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

pom.xml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -348,18 +348,6 @@
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>
@@ -373,19 +361,6 @@
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>
@@ -398,7 +373,6 @@
398373
</configuration>
399374
</plugin>
400375

401-
402376
<plugin>
403377
<groupId>org.apache.maven.plugins</groupId>
404378
<artifactId>maven-javadoc-plugin</artifactId>

0 commit comments

Comments
 (0)