Artifact deployment has been skipped all over the project

This commit is contained in:
Sergey Berezin 2019-07-26 23:02:05 +04:00
parent ed99cf5b31
commit 247c896742
2 changed files with 11 additions and 14 deletions

View file

@ -191,19 +191,6 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>${deploy-plugin.version}</version>
<executions>
<execution>
<id>default-deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

12
pom.xml
View file

@ -43,7 +43,6 @@
<jacoco.version>0.8.2</jacoco.version>
<!-- Other properties -->
<deploy-plugin.version>2.8.1</deploy-plugin.version>
<mojo-exec.version>1.6.0</mojo-exec.version>
<resources-plugin.version>3.1.0</resources-plugin.version>
<docker-registry>registry.ci-cd.ru:16000</docker-registry>
@ -68,6 +67,17 @@
</repository>
</repositories>
<build>
<plugins>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
<pluginRepositories>
<pluginRepository>
<id>spring-snapshots</id>