Skip to content

Commit a4016b1

Browse files
committed
Add maven-deploy-plugin to pluginManagement
1 parent de2b659 commit a4016b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,11 @@
245245
<artifactId>maven-gpg-plugin</artifactId>
246246
<version>1.6</version>
247247
</plugin>
248+
<plugin>
249+
<groupId>org.apache.maven.plugins</groupId>
250+
<artifactId>maven-deploy-plugin</artifactId>
251+
<version>2.8.2</version>
252+
</plugin>
248253
</plugins>
249254
</pluginManagement>
250255
<plugins>

0 commit comments

Comments
 (0)