Skip to content

Commit 320872a

Browse files
committed
Added deploy plugin
1 parent 9fdb5d8 commit 320872a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626

2727
<build>
2828
<plugins>
29+
<plugin>
30+
<groupId>org.apache.maven.plugins</groupId>
31+
<artifactId>maven-deploy-plugin</artifactId>
32+
<version>3.0.0-M1</version>
33+
</plugin>
34+
2935
</plugins>
3036

3137
<pluginManagement>

0 commit comments

Comments
 (0)