Skip to content

Commit 8103ab6

Browse files
committed
More maven fixes.
1 parent 04214a5 commit 8103ab6

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependency-reduced-pom.xml
1717
# IntelliJ IDE Project Files #
1818
*.iml
1919
*.idea
20+
.vscode
2021

2122
*.versionsBackup
2223
pom.xml.versionsBackup

pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -417,17 +417,6 @@
417417
</execution>
418418
</executions>
419419
</plugin>
420-
421-
<plugin>
422-
<groupId>org.sonatype.central</groupId>
423-
<artifactId>central-publishing-maven-plugin</artifactId>
424-
<version>0.8.0</version>
425-
<extensions>true</extensions>
426-
<configuration>
427-
<publishingServerId>central</publishingServerId>
428-
<autoPublish>true</autoPublish>
429-
</configuration>
430-
</plugin>
431420
</plugins>
432421
</build>
433422
</profile>

0 commit comments

Comments
 (0)