Skip to content

Commit d35b6da

Browse files
committed
Added explicitly maven-deploy-plugin
1 parent 15e5d16 commit d35b6da

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

pom.xml

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
3030
<tag>HEAD</tag>
3131
</scm>
3232

33-
<prerequisites>
34-
<maven>3.3.9</maven>
35-
</prerequisites>
36-
3733
<developers>
3834
<developer>
3935
<id>scalecube.io</id>
@@ -50,6 +46,7 @@
5046
<maven-source-plugin.version>3.3.0</maven-source-plugin.version>
5147
<maven-javadoc-plugin.version>3.6.0</maven-javadoc-plugin.version>
5248
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
49+
<maven-deploy-plugin.version>3.1.4</maven-deploy-plugin.version>
5350
<maven-release-plugin.version>3.1.1</maven-release-plugin.version>
5451
<maven-enforcer-plugin.version>3.4.1</maven-enforcer-plugin.version>
5552
<maven-checkstyle-plugin.version>3.3.0</maven-checkstyle-plugin.version>
@@ -150,7 +147,10 @@
150147
<artifactId>maven-surefire-plugin</artifactId>
151148
<version>${maven-surefire-plugin.version}</version>
152149
</plugin>
153-
<!-- Releases -->
150+
<plugin>
151+
<artifactId>maven-deploy-plugin</artifactId>
152+
<version>${maven-deploy-plugin.version}</version>
153+
</plugin>
154154
<plugin>
155155
<artifactId>maven-release-plugin</artifactId>
156156
<version>${maven-release-plugin.version}</version>
@@ -181,19 +181,6 @@
181181
</rules>
182182
</configuration>
183183
</execution>
184-
<execution>
185-
<id>enforce-maven</id>
186-
<goals>
187-
<goal>enforce</goal>
188-
</goals>
189-
<configuration>
190-
<rules>
191-
<requireMavenVersion>
192-
<version>[3.3.9,)</version>
193-
</requireMavenVersion>
194-
</rules>
195-
</configuration>
196-
</execution>
197184
</executions>
198185
</plugin>
199186
<plugin>

0 commit comments

Comments
 (0)