We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28517ff commit fc87f0bCopy full SHA for fc87f0b
1 file changed
pom.xml
@@ -131,11 +131,6 @@
131
<artifactId>maven-plugin-plugin</artifactId>
132
<version>3.10.2</version>
133
</plugin>
134
- <plugin>
135
- <groupId>org.apache.maven.plugins</groupId>
136
- <artifactId>maven-deploy-plugin</artifactId>
137
- <version>3.1.2</version>
138
- </plugin>
139
<plugin>
140
<groupId>org.apache.maven.plugins</groupId>
141
<artifactId>maven-source-plugin</artifactId>
@@ -214,6 +209,13 @@
214
209
</execution>
215
210
</executions>
216
211
212
+
213
+ <plugin>
+ <groupId>org.sonatype.central</groupId>
+ <artifactId>central-publishing-maven-plugin</artifactId>
+ <version>0.9.0</version>
217
+ <extensions>true</extensions>
218
+ </plugin>
219
</plugins>
220
</build>
221
0 commit comments