mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
Artifact deployment has been skipped all over the project
This commit is contained in:
parent
ed99cf5b31
commit
247c896742
2 changed files with 11 additions and 14 deletions
|
@ -191,19 +191,6 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</plugin>
|
</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>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
12
pom.xml
12
pom.xml
|
@ -43,7 +43,6 @@
|
||||||
<jacoco.version>0.8.2</jacoco.version>
|
<jacoco.version>0.8.2</jacoco.version>
|
||||||
|
|
||||||
<!-- Other properties -->
|
<!-- Other properties -->
|
||||||
<deploy-plugin.version>2.8.1</deploy-plugin.version>
|
|
||||||
<mojo-exec.version>1.6.0</mojo-exec.version>
|
<mojo-exec.version>1.6.0</mojo-exec.version>
|
||||||
<resources-plugin.version>3.1.0</resources-plugin.version>
|
<resources-plugin.version>3.1.0</resources-plugin.version>
|
||||||
<docker-registry>registry.ci-cd.ru:16000</docker-registry>
|
<docker-registry>registry.ci-cd.ru:16000</docker-registry>
|
||||||
|
@ -68,6 +67,17 @@
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<artifactId>maven-deploy-plugin</artifactId>
|
||||||
|
<version>2.8.2</version>
|
||||||
|
<configuration>
|
||||||
|
<skip>true</skip>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
<pluginRepositories>
|
<pluginRepositories>
|
||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
<id>spring-snapshots</id>
|
<id>spring-snapshots</id>
|
||||||
|
|
Loading…
Reference in a new issue